mirror of
https://github.com/bronson/vim-trailing-whitespace.git
synced 2025-11-08 11:33:54 -05:00
Update readme to point to git repo
Also make readme less linky, graywh's hint has been superseded.
This commit is contained in:
6
README
6
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)
|
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.
|
to restrict the portion of the file that gets fixed.
|
||||||
|
|
||||||
Based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces , and
|
The repo is at http://github.com/bronson/vim-trailing-whitespace
|
||||||
Thanks to http://github.com/graywh/dotfiles/blob/master/.vimrc#L452
|
|
||||||
for improving the fix command.
|
Originally based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces
|
||||||
|
|||||||
@@ -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)
|
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.
|
to restrict the portion of the file that gets fixed.
|
||||||
|
|
||||||
Based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces , and
|
The repo is at http://github.com/bronson/vim-trailing-whitespace
|
||||||
Thanks to http://github.com/graywh/dotfiles/blob/master/.vimrc#L452
|
|
||||||
for improving the fix command.
|
Originally based on http://vim.wikia.com/wiki/Highlight_unwanted_spaces
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user