We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44186eb commit 6cc42f2Copy full SHA for 6cc42f2
plugin/clang_format.vim
@@ -3,11 +3,11 @@ if exists('g:loaded_clang_format')
3
endif
4
5
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")')
+ call operator#user#define(
+ \ 'clang-format',
+ \ 'operator#clang_format#do',
+ \ 'let g:operator#clang_format#save_pos = getpos(".") \| let g:operator#clang_format#save_screen_pos = line("w0")'
+ \ )
11
catch /^Vim\%((\a\+)\)\=:E117/
12
" vim-operator-user is not installed
13
endtry
0 commit comments