From d9e20a550ca73480da491f35acc904f3d41e5ea3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 23:29:04 +1300 Subject: Note that StripTrailingWhitespace() does whole doc Just in case somebody tried to use it to strip whitespace only from a selected range. It could maybe be extended to do this somehow. --- vim/config/whitespace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim index 446a07de..cc2554bd 100644 --- a/vim/config/whitespace.vim +++ b/vim/config/whitespace.vim @@ -1,4 +1,4 @@ -" Strip trailing whitespace with \x +" Strip trailing whitespace with \x in the whole document if has('eval') " Define function for stripping whitespace -- cgit v1.2.3