aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2015-03-15 12:46:09 +0100
committerPeter Odding <peter@peterodding.com>2015-03-15 12:46:09 +0100
commit67d82cf546237bcfcc869bc9d40ec62ce9e5b5de (patch)
tree98a7e06545426d4df6faa02695c01a5117882877 /README.md
parentf711ff64133e2d20145352a5020ea1b9c019828e (diff)
parenta60b1cfd8236cc008ec7c6c18dd8708cdfb1ce01 (diff)
downloadvim-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 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 225940c..b386449 100644
--- a/README.md
+++ b/README.md
@@ -351,8 +351,8 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
## License
-This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
-© 2014 Peter Odding &lt;<peter@peterodding.com>&gt; and Ingo Karkat.
+This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
+© 2015 Peter Odding &lt;<peter@peterodding.com>&gt; and Ingo Karkat.
Thanks go out to everyone who has helped to improve the vim-easytags plug-in (whether through pull requests, bug reports or personal e-mails).