vim/plugin/commands.vim

4 lines
116 B
VimL

command! ISort call do#isort()
" TODO: Make RStripLines work on a range
command! RStripLines call do#rstrip_lines()