diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-01 18:17:40 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-01 18:17:40 +0200 |
commit | af0eaee01737d26314c9c3618153e99d1eb3e2f1 (patch) | |
tree | e45903bbc85886dcb6568c1f3c3f867b2649f2ca /indent/meson.vim | |
parent | 730dcb02caab60a6ae5d8b4bdc16d290041061ec (diff) | |
download | vim-polyglot-af0eaee01737d26314c9c3618153e99d1eb3e2f1.tar.gz vim-polyglot-af0eaee01737d26314c9c3618153e99d1eb3e2f1.zip |
Update
Diffstat (limited to 'indent/meson.vim')
-rw-r--r-- | indent/meson.vim | 3 |
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. |