diff --git a/README b/README index e13a41d..9fd024b 100644 --- a/README +++ b/README @@ -4,6 +4,6 @@ To fix the whitespace errors, just call :FixWhitespace. By default it operates on the entire file. Pass a range (or use V to select some lines) to restrict the portion of the file that gets fixed. -Based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces , and -Thanks to http://github.com/graywh/dotfiles/blob/master/.vimrc#L452 -for improving the fix command. +The repo is at http://github.com/bronson/vim-trailing-whitespace + +Originally based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces diff --git a/doc/trailing-whitespace.txt b/doc/trailing-whitespace.txt index deb3cb9..8974e98 100644 --- a/doc/trailing-whitespace.txt +++ b/doc/trailing-whitespace.txt @@ -10,7 +10,7 @@ To fix the whitespace errors, just call :FixWhitespace. By default it operates on the entire file. Pass a range (or use V to select some lines) to restrict the portion of the file that gets fixed. -Based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces , and -Thanks to http://github.com/graywh/dotfiles/blob/master/.vimrc#L452 -for improving the fix command. +The repo is at http://github.com/bronson/vim-trailing-whitespace + +Originally based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces