aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/syntax-highlighting/vim/indent/meson.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/syntax-highlighting/vim/indent/meson.vim b/data/syntax-highlighting/vim/indent/meson.vim
index f73e3b9..6e389d1 100644
--- a/data/syntax-highlighting/vim/indent/meson.vim
+++ b/data/syntax-highlighting/vim/indent/meson.vim
@@ -24,7 +24,7 @@ if exists("*GetMesonIndent")
finish
endif
let s:keepcpo= &cpo
-setlocal cpo&vim
+set cpo&vim
" Come here when loading the script the first time.