From 301a6dadbd87f1ae24938891c3bd0b9672e29003 Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Wed, 15 Sep 2010 18:25:09 -0700 Subject: [PATCH] Update readme to point to git repo Also make readme less linky, graywh's hint has been superseded. --- README | 6 +++--- doc/trailing-whitespace.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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