From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/ftplugin/asm.vim | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 uvim/runtime/ftplugin/asm.vim (limited to 'uvim/runtime/ftplugin/asm.vim') diff --git a/uvim/runtime/ftplugin/asm.vim b/uvim/runtime/ftplugin/asm.vim deleted file mode 100644 index 46ffcf8256..0000000000 --- a/uvim/runtime/ftplugin/asm.vim +++ /dev/null @@ -1,25 +0,0 @@ -" Vim filetype plugin file -" Language: asm -" Maintainer: Colin Caine -" Last Change: 2020 May 23 -" 2023 Aug 28 by Vim Project (undo_ftplugin) -" 2024 Apr 09 by Vim Project (add Matchit support) -" 2024 May 23 by Riley Bruins ('commentstring') -" 2026 Jan 19 by Vim Project (add # as comment symbol) - -if exists("b:did_ftplugin") | finish | endif -let b:did_ftplugin = 1 - -setl include=^\\s*%\\s*include -setl comments=:;,s1:/*,mb:*,ex:*/,://,:# -setl commentstring=;\ %s - -let b:undo_ftplugin = "setl commentstring< comments< include<" - -" Matchit support -if !exists('b:match_words') - let b:match_skip = 's:comment\|string\|character\|special' - let b:match_words = '^\s*%\s*if\%(\|num\|idn\|nidn\)\>:^\s*%\s*elif\>:^\s*%\s*else\>:^\s*%\s*endif\>,^\s*%\s*macro\>:^\s*%\s*endmacro\>,^\s*%\s*rep\>:^\s*%\s*endrep\>' - let b:match_ignorecase = 1 - let b:undo_ftplugin ..= " | unlet! b:match_ignorecase b:match_words b:match_skip" -endif -- cgit 0.0.5-2-1-g0f52