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 -