diff options
Diffstat (limited to 'syntax/meson.vim')
-rw-r--r-- | syntax/meson.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/meson.vim b/syntax/meson.vim index d41eb06e..a84a08f1 100644 --- a/syntax/meson.vim +++ b/syntax/meson.vim @@ -30,7 +30,7 @@ endif " We need nocompatible mode in order to continue lines with backslashes. " Original setting will be restored. let s:cpo_save = &cpo -setlocal cpo&vim +set cpo&vim " http://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif |