# HG changeset patch # User Ilya Tumaykin # Date 1456352888 -10800 # Node ID 979fab641f29a3c1222b40f1021c593a1a83460a # Parent 7fd3958a1c0d6296796d3158d46abc95c43cc2b2 ctags: remove trailing space diff -r 7fd3958a1c0d -r 979fab641f29 autoload/gutentags/ctags.vim --- a/autoload/gutentags/ctags.vim Fri Feb 26 08:36:26 2016 +0300 +++ b/autoload/gutentags/ctags.vim Thu Feb 25 01:28:08 2016 +0300 @@ -93,7 +93,7 @@ " Pass the Gutentags options file first, and then the project specific " one, so that users can override the default behaviour. let l:cmd .= ' -o "' . gutentags#get_res_file('ctags.options') . '"' - let l:proj_options_file = a:proj_dir . '/' . + let l:proj_options_file = a:proj_dir . '/' . \g:gutentags_ctags_options_file if filereadable(l:proj_options_file) let l:proj_options_file = s:process_options_file(