Add TODO's for :LStripLines
This commit is contained in:
parent
eabffa9354
commit
f7d07f23da
@ -20,6 +20,8 @@ function! do#rstrip_lines()
|
|||||||
call cursor(l:line, l:column)
|
call cursor(l:line, l:column)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" TODO: Strip white space from left of all lines, retains relative indentation.
|
||||||
|
|
||||||
" Set the tab width for the current filetype
|
" Set the tab width for the current filetype
|
||||||
function! do#set_tab_width(width)
|
function! do#set_tab_width(width)
|
||||||
execute 'setlocal tabstop='.a:width
|
execute 'setlocal tabstop='.a:width
|
||||||
|
@ -5,6 +5,8 @@ command! ISort call do#isort()
|
|||||||
" TODO: Make RStripLines work on a range
|
" TODO: Make RStripLines work on a range
|
||||||
command! RStripLines call do#rstrip_lines()
|
command! RStripLines call do#rstrip_lines()
|
||||||
|
|
||||||
|
" TODO: Strip white space from left of all lines, retains relative indentation.
|
||||||
|
|
||||||
" Set tab width
|
" Set tab width
|
||||||
command! -nargs=1 TabWidth call do#set_tab_width(<f-args>)
|
command! -nargs=1 TabWidth call do#set_tab_width(<f-args>)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user