summaryrefslogtreecommitdiffstats
path: root/indent/meson.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/meson.vim')
-rw-r--r--indent/meson.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/indent/meson.vim b/indent/meson.vim
index 5480770f..65d039e9 100644
--- a/indent/meson.vim
+++ b/indent/meson.vim
@@ -6,6 +6,7 @@ endif
" Language: Meson
" License: VIM License
" Maintainer: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
+" Liam Beguin <liambeguin@gmail.com>
" Original Authors: David Bustos <bustos@caltech.edu>
" Bram Moolenaar <Bram@vim.org>
" Last Change: 2015 Feb 23
@@ -28,7 +29,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.