<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-easytags.git/plugin, 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>2014-06-29T19:44:34Z</updated>
<entry>
<title>Actually enable the automatic commands introduced in 6c7a66349ec :-)</title>
<updated>2014-06-29T19:44:34Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-06-29T19:44:34Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=f651375c7333efda6a768472e1a804f20fa69115'/>
<id>urn:sha1:f651375c7333efda6a768472e1a804f20fa69115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable automatic tags file updates during :vimgrep</title>
<updated>2014-06-29T17:54:08Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-06-29T17:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=6c7a66349ec7c1c92cb5f77afd44330189815d46'/>
<id>urn:sha1:6c7a66349ec7c1c92cb5f77afd44330189815d46</id>
<content type='text'>
This change is related to pull request #83 however that pull request
wasn't merged here (and won't be merged at all) because it was based on
the old/dead `async-cleanup' feature branch (see pull request #49 on
GitHub) instead of the new `async-take-two' feature branch (see pull
request #84 on GitHub). This change set implements the equivalent on the
new feature branch (without introducing another option).
</content>
</entry>
<entry>
<title>Support for synchronous + asynchronous tags file updates (huge refactoring)</title>
<updated>2014-06-22T01:22:36Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2014-06-22T01:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=27c29aa6a6b558b2f917a0c661fb4804bcdeb05e'/>
<id>urn:sha1:27c29aa6a6b558b2f917a0c661fb4804bcdeb05e</id>
<content type='text'>
See also pull request #49 for my previous and failed attempt:
  https://github.com/xolox/vim-easytags/pull/49
</content>
</entry>
<entry>
<title>Make sure vim-misc is installed, politely complain if it isn't</title>
<updated>2013-08-19T16:42:39Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-08-19T16:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=eae3e06cbbf8a2fd8e8818c53f964e68e76f3171'/>
<id>urn:sha1:eae3e06cbbf8a2fd8e8818c53f964e68e76f3171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve plug-in initialization (make it more robust)</title>
<updated>2013-06-22T00:12:51Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-06-22T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=fe6ba732f9122246496d6d66229d0d2967a59c8e'/>
<id>urn:sha1:fe6ba732f9122246496d6d66229d0d2967a59c8e</id>
<content type='text'>
See also issue #58 on GitHub:
  https://github.com/xolox/vim-easytags/issues/58
</content>
</entry>
<entry>
<title>Improve handling of ignored syntax groups (issue #57)</title>
<updated>2013-06-19T22:24:00Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-06-19T22:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3'/>
<id>urn:sha1:5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug fix: Don't highlight C tags inside #if 0 and Doxygen comments (issue #57)</title>
<updated>2013-06-19T17:36:32Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-06-19T17:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=28e2b55061fc5dcb6b1f78c002780e0dd7d2e637'/>
<id>urn:sha1:28e2b55061fc5dcb6b1f78c002780e0dd7d2e637</id>
<content type='text'>
See issue #57 on GitHub:
  https://github.com/xolox/vim-easytags/issues/57
</content>
</entry>
<entry>
<title>Bug fix: Don't highlight C tags inside #if 0 (issue #57)</title>
<updated>2013-06-17T21:48:56Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-06-17T21:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=3050c9b36c2591b1ef904d0d187b72a1c9cd4177'/>
<id>urn:sha1:3050c9b36c2591b1ef904d0d187b72a1c9cd4177</id>
<content type='text'>
$VIMRUNTIME/syntax/c.vim is a bit of a mess, I can't make heads or tails
of it :-). In my simple #if 0 / #if 1 / #else tests this fixes the issue,
but I'm not sure that there are no corner cases left.

See issue #57 on GitHub:
  https://github.com/xolox/vim-easytags/issues/57
</content>
</entry>
<entry>
<title>Updated miscellaneous scripts</title>
<updated>2013-05-13T21:02:06Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-05-13T21:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=7c61b34c0a6c27e72ad68f46ef28586f14ffa4b3'/>
<id>urn:sha1:7c61b34c0a6c27e72ad68f46ef28586f14ffa4b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `ctags-exuberant' to the list of program names (closes issue #39)</title>
<updated>2013-04-19T01:15:28Z</updated>
<author>
<name>Peter Odding</name>
<email>peter@peterodding.com</email>
</author>
<published>2013-04-19T01:15:28Z</published>
<link rel='alternate' type='text/html' href='https://git.airen-no-jikken.icu/vim-easytags.git/commit/?id=d713d07c67fa5e67f4b3a441951ec25d95f6b193'/>
<id>urn:sha1:d713d07c67fa5e67f4b3a441951ec25d95f6b193</id>
<content type='text'>
</content>
</entry>
</feed>
