top | item 46432712

(no title)

jas39 | 2 months ago

May I...

augroup fix autocmd! autocmd BufWritePost *.go \ if getline(1) =~# '^// usr/bin/' \ | call setline(1, substitute(getline(1), '^// ', '//', '')) \ | silent! write \ | endif augroup END

discuss

order

No comments yet.