commit | d1caa941d876181aae0ebebc6ea954045bf0da24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 10 22:10:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 10 22:10:56 2020 +0200 |
tree | d1bf3cfdafc0c363b970f95aaa55a3a9c81f12fb | |
parent | 7b293c730b07d1586688e622b8d9cbbb4a52379b [diff] [blame] |
Update runtime files
diff --git a/runtime/autoload/ccomplete.vim b/runtime/autoload/ccomplete.vim index 156b3af..971e736 100644 --- a/runtime/autoload/ccomplete.vim +++ b/runtime/autoload/ccomplete.vim
@@ -1,7 +1,7 @@ " Vim completion script " Language: C " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2018 Aug 20 +" Last Change: 2020 Apr 08 let s:cpo_save = &cpo set cpo&vim @@ -635,3 +635,5 @@ let &cpo = s:cpo_save unlet s:cpo_save + +" vim: noet sw=2 sts=2