diff --git a/README.md b/README.md index 3d3fd30..13a288e 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,15 @@ Features: - supports git, mercurial, darcs, bazaar, subversion, cvs, rcs, fossil, accurev, perforce -- quick jumping between blocks of changed lines +- quick jumping between blocks of changed lines ("hunks") - apart from signs there is also optional line highlighting -- fully configurable through global variables (options and mappings) -- optional preserving of signs from other plugins +- preserves signs from other plugins - you can toggle the plugin per buffer -- skip certain filetypes and filenames - good documentation +- skip certain filetypes and filenames - depending on your usual workflow you can disable it per default and enable on demand later -- quick developer response! :-) +- fully configurable through global variables (options and mappings) What about vim-gitgutter? ------------------------- diff --git a/autoload/sy.vim b/autoload/sy.vim index 5f187ef..14f925e 100644 --- a/autoload/sy.vim +++ b/autoload/sy.vim @@ -76,7 +76,7 @@ function! sy#start(path) abort if get(g:, 'signify_line_highlight') call sy#highlight#line_enable() - else + else call sy#highlight#line_disable() endif