package publish
This commit is contained in:
parent
551edb1a82
commit
b45eda1cc4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function! AtsFormat()
|
||||||
exec 'silent !atsfmt -i ' . expand('%')
|
exec 'silent !atsfmt -i ' . expand('%')
|
||||||
exec 'e'
|
exec 'e'
|
||||||
call setpos('.', cursor)
|
call setpos('.', cursor)
|
||||||
call ATSStripTrailingWhitespce()
|
call ATSStripTrailingWhitespace()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if g:ats_use_ctags == 1
|
if g:ats_use_ctags == 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue