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