diff options
author | Peter Odding <peter@peterodding.com> | 2015-03-15 12:46:09 +0100 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2015-03-15 12:46:09 +0100 |
commit | 67d82cf546237bcfcc869bc9d40ec62ce9e5b5de (patch) | |
tree | 98a7e06545426d4df6faa02695c01a5117882877 /doc | |
parent | f711ff64133e2d20145352a5020ea1b9c019828e (diff) | |
parent | a60b1cfd8236cc008ec7c6c18dd8708cdfb1ce01 (diff) | |
download | vim-easytags-67d82cf546237bcfcc869bc9d40ec62ce9e5b5de.tar.gz |
Merge pull request #111: Give precedence to dynamic files over storage by filetype
I rewrote quite a bit of code in this pull request but I didn't change
the behavior introduced by @cornerman (at least it was not my intention
to do so). The main reason for rewriting was that the name
xolox#easytags#get_global_tagsfile() "was a lie" because it could
select either a file type specific tags files or the global tags file. I
like functions whose name captures what they do so had to change things
around in order to merge pull request 111 without having that name
bother me :-).
See also pull request 111 on GitHub:
https://github.com/xolox/vim-easytags/pull/111
Which came forth from issue 102:
https://github.com/xolox/vim-easytags/issues/102
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index cc2c84e..8c23aea 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -717,7 +717,7 @@ easytags. If you like this plug-in please vote for it on Vim Online [22]. *easytags-license* License ~ -This software is licensed under the MIT license [23]. Š 2014 Peter Odding +This software is licensed under the MIT license [23]. © 2015 Peter Odding <peter@peterodding.com> and Ingo Karkat. Thanks go out to everyone who has helped to improve the vim-easytags plug-in |