Add TODO's for :LStripLines

This commit is contained in:
2018-08-09 16:28:28 +01:00
committed by Kenneth Benzie
parent f207ff13e2
commit 1aba96025b
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ command! ISort call do#isort()
" TODO: Make RStripLines work on a range
command! RStripLines call do#rstrip_lines()
" TODO: Strip white space from left of all lines, retains relative indentation.
" Set tab width
command! -nargs=1 TabWidth call do#set_tab_width(<f-args>)