Use setlocal for nrformats

This commit is contained in:
fretep
2018-04-19 21:02:42 +10:00
parent 7d70e30aae
commit aa5a702057
2 changed files with 4 additions and 5 deletions

View File

@@ -29,10 +29,6 @@ function! todo#GetCurpos()
return getpos('.')
endfunction
" Increment and Decrement The Priority.
" TODO: Make nrformats local to buffers of type todo
:set nf=octal,hex,alpha
function! todo#PrioritizeIncrease()
normal! 0f)h
endfunction