aboutsummaryrefslogtreecommitdiff
path: root/syntax-highlighting/vim/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax-highlighting/vim/syntax')
-rw-r--r--syntax-highlighting/vim/syntax/meson.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax-highlighting/vim/syntax/meson.vim b/syntax-highlighting/vim/syntax/meson.vim
index 21b7453..0799237 100644
--- a/syntax-highlighting/vim/syntax/meson.vim
+++ b/syntax-highlighting/vim/syntax/meson.vim
@@ -27,7 +27,7 @@ endif
" We need nocompatible mode in order to continue lines with backslashes.
" Original setting will be restored.
let s:cpo_save = &cpo
-set cpo&vim
+setlocal cpo&vim
" https://github.com/mesonbuild/meson/wiki/Syntax
syn keyword mesonConditional elif else if endif