(no title)
greybrunix | 2 years ago
function Newscratch()
execute 'tabnew '
setlocal buftype=nofile
setlocal bufhidden=hide
setlocal noswapfile
endfunction
com! Ns call Newscratch()greybrunix | 2 years ago
function Newscratch()
execute 'tabnew '
setlocal buftype=nofile
setlocal bufhidden=hide
setlocal noswapfile
endfunction
com! Ns call Newscratch()
No comments yet.