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