From 0c79dd3e73e8e09b73d4a5d20bf470a3f6f715f2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 12 Nov 2019 21:56:06 +0100 Subject: Update --- syntax/meson.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/meson.vim') 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 -- cgit v1.2.3