comparison runtime/indent/lifelines.vim @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents b17bbfa96fa0
children
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
9 finish 9 finish
10 endif 10 endif
11 let b:did_indent = 1 11 let b:did_indent = 1
12 12
13 " LifeLines uses cindent without ; line terminator, C functions 13 " LifeLines uses cindent without ; line terminator, C functions
14 " declarations, C keywords, C++ formating 14 " declarations, C keywords, C++ formatting
15 setlocal cindent 15 setlocal cindent
16 setlocal cinwords="" 16 setlocal cinwords=""
17 setlocal cinoptions+=+0 17 setlocal cinoptions+=+0
18 setlocal cinoptions+=p0 18 setlocal cinoptions+=p0
19 setlocal cinoptions+=i0 19 setlocal cinoptions+=i0