<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-easytags.git/doc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.airen-no-jikken.icu/vim-easytags.git/atom?h=master</id>
<link rel='self' href='https://git.airen-no-jikken.icu/vim-easytags.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/'/>
<updated>2015-04-14T20:18:52Z</updated>
<entry>
<title>Improve documentation of `easytags_dynamic_files' option</title>
<updated>2015-04-14T20:18:52Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-04-14T20:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=a339a8c4409f547e3e2bfd1e1c48975536935b46'/>
<id>urn:sha1:a339a8c4409f547e3e2bfd1e1c48975536935b46</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Merge pull request #117: Fix typo in README</title>
<updated>2015-04-14T19:06:27Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-04-14T19:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=da53e3b70c2e1a98d04ab548997e1b882c8cf41a'/>
<id>urn:sha1:da53e3b70c2e1a98d04ab548997e1b882c8cf41a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo fix</title>
<updated>2015-04-13T17:06:06Z</updated>
<author>
<name>Jrean</name>
<email>jean.ragouin@me.com</email>
</author>
<published>2015-04-13T17:06:06Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=208ad3b61c82a60bcd75a1aca0a833d711b9f49a'/>
<id>urn:sha1:208ad3b61c82a60bcd75a1aca0a833d711b9f49a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve easytags_auto_{update,highlight} option documentation</title>
<updated>2015-04-02T19:21:52Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-04-02T19:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=b05ac67b8bac71b47d6cae9d19fd12a69dd4ea92'/>
<id>urn:sha1:b05ac67b8bac71b47d6cae9d19fd12a69dd4ea92</id>
<content type='text'>
Try to prevent confusion like in issue #92 on GitHub by @oryband:

  I had to comment out the auto_update/highlight lines in order for
  easytags to create the local .tags file. I thought that these
  options were meant only for on_cursorhold. The documentation
  regarding this is quite ambiguous: If on_cursorhold is off,
  why does auto_update/highlight also apply to events?
  Events aren't auto - I set them manually.

For details: https://github.com/xolox/vim-easytags/issues/92
</content>
</entry>
<entry>
<title>Refer from easytags_always_enabled to easytags_async in README.md</title>
<updated>2015-04-02T19:15:40Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-04-02T19:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=188b40b8de49d09735e55be00359e4c664b6ea74'/>
<id>urn:sha1:188b40b8de49d09735e55be00359e4c664b6ea74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update installation instructions</title>
<updated>2015-04-02T19:14:14Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-04-02T19:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=584edaee4b107c69a3ae1671d82c834eaaa3a57a'/>
<id>urn:sha1:584edaee4b107c69a3ae1671d82c834eaaa3a57a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #111: Give precedence to dynamic files over storage by filetype</title>
<updated>2015-03-15T11:46:09Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2015-03-15T11:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=67d82cf546237bcfcc869bc9d40ec62ce9e5b5de'/>
<id>urn:sha1:67d82cf546237bcfcc869bc9d40ec62ce9e5b5de</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add missing link to README (issue #98)</title>
<updated>2014-11-21T21:42:07Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-11-21T21:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=f711ff64133e2d20145352a5020ea1b9c019828e'/>
<id>urn:sha1:f711ff64133e2d20145352a5020ea1b9c019828e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve handling &amp; docs of g:easytags_opts option (issue #98)</title>
<updated>2014-11-21T21:35:26Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-11-21T21:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=8925dc699830e8e018efb36c60b14596b065fe9c'/>
<id>urn:sha1:8925dc699830e8e018efb36c60b14596b065fe9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add g:easytags_opts option (issue #98)</title>
<updated>2014-11-13T21:52:57Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-11-13T21:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=075ffe9054dd71f8c2f26fe9cfa4fd5200e6af96'/>
<id>urn:sha1:075ffe9054dd71f8c2f26fe9cfa4fd5200e6af96</id>
<content type='text'>
See also issue #98 on GitHub:
  https://github.com/xolox/vim-easytags/issues/98
</content>
</entry>
</feed>
