Add TODO's for :LStripLines
This commit is contained in:
@@ -20,6 +20,8 @@ function! do#rstrip_lines()
|
||||
call cursor(l:line, l:column)
|
||||
endfunction
|
||||
|
||||
" TODO: Strip white space from left of all lines, retains relative indentation.
|
||||
|
||||
" Set the tab width for the current filetype
|
||||
function! do#set_tab_width(width)
|
||||
execute 'setlocal tabstop='.a:width
|
||||
|
||||
Reference in New Issue
Block a user