Update readme to point to git repo

Also make readme less linky, graywh's hint has been superseded.
This commit is contained in:
Scott Bronson
2010-09-15 18:25:09 -07:00
parent 89a457addf
commit 301a6dadbd
2 changed files with 6 additions and 6 deletions

6
README
View File

@@ -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

View File

@@ -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