From 6e145a10cf151e8fc06c9bda844f39964f351cb2 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Sun, 13 Mar 2011 21:34:00 +1100 Subject: [PATCH] Whitespace. --- autoload/color_helper.vim | 1 - doc/indent_guides.txt | 1 - plugin/indent_guides.vim | 1 - 3 files changed, 3 deletions(-) diff --git a/autoload/color_helper.vim b/autoload/color_helper.vim index cf64b4c..54d18c0 100644 --- a/autoload/color_helper.vim +++ b/autoload/color_helper.vim @@ -877,4 +877,3 @@ function! color_helper#color_name_to_hex(color_name) return l:hex_code endfunction - diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 9d7ed29..11fedc0 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -273,4 +273,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. vim:tw=78:ts=2:ft=help:norl: - diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index 21c219f..cc3c8ad 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -66,4 +66,3 @@ augroup indent_guides autocmd BufEnter,WinEnter * call indent_guides#process_autocmds() augroup END -