Commit: runtime(nasm): move options to separate ftplugin

2 views
Skip to first unread message

Christian Brabandt

unread,
Sep 16, 2026, 2:15:20 PM (2 days ago) Sep 16
to vim...@googlegroups.com
runtime(nasm): move options to separate ftplugin

Commit: https://github.com/vim/vim/commit/0620b4ac8dbe0086c9b22a8cfe248b6f33cda408
Author: Amelia Clarke <sel...@perilune.dev>
Date: Wed Sep 16 18:09:10 2026 +0000

runtime(nasm): move options to separate ftplugin

closes: https://github.com/vim/vim/issues/21319

Signed-off-by: Amelia Clarke <sel...@perilune.dev>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS
index 9e28d9c4d..bf008dbdc 100644
--- a/.github/MAINTAINERS
+++ b/.github/MAINTAINERS
@@ -278,6 +278,7 @@ runtime/ftplugin/modula3.vim @dkearns
runtime/ftplugin/mojo.vim @ribru17
runtime/ftplugin/mp.vim @lifepillar
runtime/ftplugin/mss.vim @Freed-Wu
+runtime/ftplugin/nasm.vim @selenebun
runtime/ftplugin/nginx.vim @chr4
runtime/ftplugin/nickel.vim @ribru17
runtime/ftplugin/nim.vim @ribru17
diff --git a/runtime/ftplugin/nasm.vim b/runtime/ftplugin/nasm.vim
new file mode 100644
index 000000000..e7f4c22db
--- /dev/null
+++ b/runtime/ftplugin/nasm.vim
@@ -0,0 +1,20 @@
+" Vim filetype plugin
+" Language: NASM - The Netwide Assembler
+" Maintainer: Amelia Clarke <sel...@perilune.dev>
+" Last Change: 2026 Sep 15
+" NASM Home: https://nasm.us/
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setlocal comments=:;
+setlocal commentstring=;\ %s
+let &l:define = '
Reply all
Reply to author
Forward
0 new messages