Compare commits
1 Commits
9960006656
...
fa204e07a0
Author | SHA1 | Date | |
---|---|---|---|
fa204e07a0 |
@ -2,7 +2,6 @@ if !has('pythonx')
|
||||
finish
|
||||
endif
|
||||
|
||||
" set debug=msg,throw
|
||||
pythonx import format
|
||||
|
||||
function! format#clang_format() abort
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#clang_format')
|
||||
set formatexpr=format#clang_format()
|
||||
endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
if has('pythonx')
|
||||
if exists('*format#yapf')
|
||||
set formatexpr=format#yapf()
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user