From 075ffe9054dd71f8c2f26fe9cfa4fd5200e6af96 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Thu, 13 Nov 2014 22:52:57 +0100 Subject: Add g:easytags_opts option (issue #98) See also issue #98 on GitHub: https://github.com/xolox/vim-easytags/issues/98 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 29ad0e5..ba1d6ea 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ The plug-in will try to determine the location where Exuberant Ctags is installe If you rely entirely on language-specific configuration and don't have a general ctags program, set this to the empty string. +### The `g:easytags_opts` option + +If you need to pass custom command line option(s) to the program specified by `g:easytags_cmd` you can set this option to a list of strings to be passed to Exuberant Ctags. Make sure to only use options that are valid in any context, for example the concatenation of `g:easytags_cmd`, `g:easytags_opts` and `--list-languages` should work as expected. + ### The `g:easytags_async` option By default vim-easytags runs Exuberant Ctags and updates your tags file in the foreground, blocking Vim in the process. As your tags files get larger this becomes more annoying. It has been the number one complaint about vim-easytags since I published the first release online. -- cgit v1.2.3