mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Update
This commit is contained in:
@@ -24,7 +24,7 @@ function! _VFormatFile()
|
||||
else
|
||||
let [_, lnum, colnum, _] = getpos('.')
|
||||
%delete
|
||||
call append(0, split(substitution, "\n"))
|
||||
call setline(1, split(substitution, "\n"))
|
||||
call cursor(lnum, colnum)
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user