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/git.mnv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 uvim/runtime/ftplugin/git.mnv (limited to 'uvim/runtime/ftplugin/git.mnv') diff --git a/uvim/runtime/ftplugin/git.mnv b/uvim/runtime/ftplugin/git.mnv new file mode 100644 index 0000000000..36f8040c41 --- /dev/null +++ b/uvim/runtime/ftplugin/git.mnv @@ -0,0 +1,15 @@ +" MNV filetype plugin +" Language: generic git output +" Maintainer: Tim Pope +" Last Change: 2023 Mar 26 + +" Only do this when not done yet for this buffer +if (exists("b:did_ftplugin")) + finish +endif + +let b:did_ftplugin = 1 + +setlocal nomodeline + +let b:undo_ftplugin = "setl modeline<" -- cgit 0.0.5-2-1-g0f52