runtime(nickel): Add filetype plugin with com, cms settings
Commit:
https://github.com/vim/vim/commit/99ba87d152a93d994eb052ba1cfc39e55ac46421
Author: Riley Bruins <[email protected]>
Date: Mon Mar 2 18:50:47 2026 +0000
runtime(nickel): Add filetype plugin with com, cms settings
closes: https://github.com/vim/vim/issues/19545
Signed-off-by: Riley Bruins <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS
index 7e7b1c81e..daf31d7cf 100644
--- a/.github/MAINTAINERS
+++ b/.github/MAINTAINERS
@@ -263,6 +263,7 @@ runtime/ftplugin/mojo.vim @ribru17
runtime/ftplugin/mp.vim @lifepillar
runtime/ftplugin/mss.vim @Freed-Wu
runtime/ftplugin/nginx.vim @chr4
+runtime/ftplugin/nickel.vim @ribru17
runtime/ftplugin/nim.vim @ribru17
runtime/ftplugin/nroff.vim @averms
runtime/ftplugin/nsis.vim @k-takata
diff --git a/runtime/ftplugin/nickel.vim b/runtime/ftplugin/nickel.vim
new file mode 100644
index 000000000..fbe44c2e8
--- /dev/null
+++ b/runtime/ftplugin/nickel.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin
+" Language: nickel
+" Maintainer: Riley Bruins <[email protected]>
+" Last Change: 2026 Mar 01
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setl comments=:# commentstring=#\ %s
+
+let b:undo_ftplugin = 'setl com< cms<'
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vx8Uv-003Xur-MA%40256bit.org.