Mercurial > vim-gutentags
annotate res/ctags_recursive.options @ 184:3cd4597fb86b
Replace matchstrpos() with match() + split() for backwards compatibility
matchstrpos() was added to Vim as patch 7.4.1685:
http://ftp.vim.org/vim/patches/7.4/7.4.1685
Older but still vendor-supported operating systems (such as Ubuntu 14.04
LTS and derivatives) ship versions of Vim that predate this patch.
Replacing matchstrpos() allows vim-gutentags to continue to work with
these older versions of Vim.
Issue: https://github.com/ludovicchabant/vim-gutentags/issues/114
author | Stephen Kent <smkent@smkent.net> |
---|---|
date | Sat, 22 Apr 2017 10:32:30 -0700 |
parents | 4c9e2de7d46a |
children |
rev | line source |
---|---|
135
4c9e2de7d46a
Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff
changeset
|
1 --recurse=yes |
4c9e2de7d46a
Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff
changeset
|
2 |