Skip to content

Commit 6cc42f2

Browse files
jakaloperhysd
authored andcommitted
reduce indentation and cease breaking up string literal
1 parent 44186eb commit 6cc42f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugin/clang_format.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ if exists('g:loaded_clang_format')
33
endif
44

55
try
6-
call operator#user#define('clang-format',
7-
\ 'operator#clang_format#do',
8-
\ 'let g:operator#clang_format#save_pos =
9-
\ getpos(".") \|
10-
\ let g:operator#clang_format#save_screen_pos = line("w0")')
6+
call operator#user#define(
7+
\ 'clang-format',
8+
\ 'operator#clang_format#do',
9+
\ 'let g:operator#clang_format#save_pos = getpos(".") \| let g:operator#clang_format#save_screen_pos = line("w0")'
10+
\ )
1111
catch /^Vim\%((\a\+)\)\=:E117/
1212
" vim-operator-user is not installed
1313
endtry

0 commit comments

Comments
 (0)