summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-04-03 17:30:24 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-04-03 18:14:14 +0200
commit84fd282788fcf57d1cda6f5cd77ce7ba27577c2c (patch)
tree733342160ad5ff112741e629905c91e86e872e40
parentd525753eacb49512a13d61db7d273472c368956d (diff)
downloadnixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar.gz
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar.bz2
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar.lz
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar.xz
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.tar.zst
nixpkgs-84fd282788fcf57d1cda6f5cd77ce7ba27577c2c.zip
doc: mention the new format expected by the new vim updater
e.g., from simple strings to csv
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-1803.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-1803.section.xml b/nixos/doc/manual/from_md/release-notes/rl-1803.section.xml
index f54f6129e0d..910cad467e9 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-1803.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-1803.section.xml
@@ -866,6 +866,14 @@
           package.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The vim/kakoune plugin updater now reads from a CSV file:
+          check
+          <literal>pkgs/applications/editors/vim/plugins/vim-plugin-names</literal>
+          out to see the new format
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-1803.section.md b/nixos/doc/manual/release-notes/rl-1803.section.md
index e4e46798104..c5146015d44 100644
--- a/nixos/doc/manual/release-notes/rl-1803.section.md
+++ b/nixos/doc/manual/release-notes/rl-1803.section.md
@@ -282,3 +282,5 @@ When upgrading from a previous release, please be aware of the following incompa
 - The NixOS test driver supports user services declared by `systemd.user.services`. The methods `waitForUnit`, `getUnitInfo`, `startJob` and `stopJob` provide an optional `$user` argument for that purpose.
 
 - Enabling bash completion on NixOS, `programs.bash.enableCompletion`, will now also enable completion for the Nix command line tools by installing the [nix-bash-completions](https://github.com/hedning/nix-bash-completions) package.
+
+- The vim/kakoune plugin updater now reads from a CSV file: check `pkgs/applications/editors/vim/plugins/vim-plugin-names` out to see the new format