updated neovim state
This commit is contained in:
parent
a9d5a8762d
commit
eab8bf8904
@ -22,12 +22,14 @@ syntax on
|
||||
|
||||
function! RemoveComments()
|
||||
"silent %s/\t/ /g
|
||||
silent %s/ *#.*//g
|
||||
"silent %s/ *#.*//g
|
||||
silent g/^#/d
|
||||
silent g/^$/d
|
||||
silent sort
|
||||
"silent sort
|
||||
endfunction
|
||||
|
||||
command! RemoveComments call RemoveComments()
|
||||
|
||||
nnoremap <F9> :!%:p
|
||||
|
||||
if has("autocmd")
|
||||
|
Loading…
Reference in New Issue
Block a user