Mercurial > vim-gutentags
changeset 114:979fab641f29
ctags: remove trailing space
author | Ilya Tumaykin <itumaykin@gmail.com> |
---|---|
date | Thu, 25 Feb 2016 01:28:08 +0300 |
parents | 7fd3958a1c0d |
children | bc6ef3d0b84f |
files | autoload/gutentags/ctags.vim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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(