aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/syntax-highlighting/vim/ftplugin/meson.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/syntax-highlighting/vim/ftplugin/meson.vim b/data/syntax-highlighting/vim/ftplugin/meson.vim
index d48fa1d..1064519 100644
--- a/data/syntax-highlighting/vim/ftplugin/meson.vim
+++ b/data/syntax-highlighting/vim/ftplugin/meson.vim
@@ -16,5 +16,7 @@ setlocal comments=:#
setlocal shiftwidth=2
setlocal softtabstop=2
+let b:undo_ftplugin = "setl com< cms< sts< sw<"
+
let &cpo = s:keepcpo
unlet s:keepcpo