Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 75:d12543f11eb9
Move the default `-R` option to an overridable "global" options file.
This makes it possible for a `.gutctags` file to disable the `-R` flag.
Also fixes Github issue #33.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 27 Jul 2015 14:18:10 -0700 |
parents | 50d2a7cbf7c8 |
children | fa749380e05a |
line wrap: on
line diff
--- a/plugin/gutentags.vim Sat Jul 18 08:52:14 2015 -0700 +++ b/plugin/gutentags.vim Mon Jul 27 14:18:10 2015 -0700 @@ -82,9 +82,11 @@ if has('win32') let g:gutentags_plat_dir = expand('<sfile>:h:h:p') . "\\plat\\win32\\" + let g:gutentags_res_dir = expand('<sfile>:h:h:p') . "\\res\\" let g:gutentags_script_ext = '.cmd' else let g:gutentags_plat_dir = expand('<sfile>:h:h:p') . '/plat/unix/' + let g:gutentags_res_dir = expand('<sfile>:h:h:p') . '/res/' let g:gutentags_script_ext = '.sh' endif