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/apache.mnv | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 uvim/runtime/ftplugin/apache.mnv (limited to 'uvim/runtime/ftplugin/apache.mnv') diff --git a/uvim/runtime/ftplugin/apache.mnv b/uvim/runtime/ftplugin/apache.mnv new file mode 100644 index 0000000000..3896ec8e31 --- /dev/null +++ b/uvim/runtime/ftplugin/apache.mnv @@ -0,0 +1,16 @@ +" MNV filetype plugin +" Language: apache configuration file +" Maintainer: Per Juchtmans +" Last Change: 2022 Oct 22 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal comments=:# +setlocal commentstring=#\ %s + +let b:undo_ftplugin = "setlocal comments< commentstring<" + +" mnv: nowrap sw=2 sts=2 ts=8 noet: -- cgit 0.0.5-2-1-g0f52