From 6f5a5622b94161ab851ec498f5a95a8ae181c785 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 21 Dec 2016 16:49:51 +0200 Subject: Vim syntax highlighting fixes. Closes #1241. --- syntax-highlighting/vim/syntax/meson.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax-highlighting/vim/syntax') 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 -- cgit v1.1