aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2015-04-14 22:18:52 +0200
committerPeter Odding <peter@peterodding.com>2015-04-14 22:18:52 +0200
commita339a8c4409f547e3e2bfd1e1c48975536935b46 (patch)
tree85a94b114340c9d8deee1809f846ac80c317ebdf /autoload
parentda53e3b70c2e1a98d04ab548997e1b882c8cf41a (diff)
downloadvim-easytags-a339a8c4409f547e3e2bfd1e1c48975536935b46.tar.gz
Improve documentation of `easytags_dynamic_files' option
See also issue 92 and issue 116 on GitHub: - https://github.com/xolox/vim-easytags/issues/92 - https://github.com/xolox/vim-easytags/issues/116
Diffstat (limited to 'autoload')
-rw-r--r--autoload/xolox/easytags.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index b328e19..1f535ca 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -1,9 +1,9 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
-" Last Change: March 15, 2015
+" Last Change: April 14, 2015
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.10'
+let g:xolox#easytags#version = '3.10.1'
let g:xolox#easytags#default_pattern_prefix = '\C\<'
let g:xolox#easytags#default_pattern_suffix = '\>'