added TrimWhiteSpace function, fixed html indenting

This commit is contained in:
Nick Nisi
2013-07-16 19:45:37 -05:00
parent 4437f63d6d
commit 54c57bd322
2 changed files with 4 additions and 1 deletions

View File

@@ -85,3 +85,6 @@ function! SetCustomCommand()
let s:customcommand = input('Enter Custom Command$ ')
endfunction
function! TrimWhiteSpace()
%s/\s\+$//e
endfunction