| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't highlight PHP functions not followed by `(' | Peter Odding | 2011-02-24 | 2 | -2/+3 |
* | Bug fix for alias handling | Peter Odding | 2011-02-24 | 2 | -5/+7 |
* | Add links, Pathogen hints to INSTALL.md | Peter Odding | 2010-12-24 | 2 | -3/+3 |
* | Highlighting for Python class names | Peter Odding | 2010-12-04 | 2 | -3/+9 |
* | Don't highlight tags inside #include <...> | Peter Odding | 2010-11-20 | 3 | -5/+5 |
* | Added INSTALL instructions for GitHub users | Peter Odding | 2010-10-01 | 1 | -0/+3 |
* | Bug fix: Canonicalize arguments to :UpdateTags! | Peter Odding | 2010-09-06 | 2 | -7/+14 |
* | Fixed easytags#update() to overcome argument limit | Peter Odding | 2010-09-06 | 2 | -7/+7 |
* | Remove no longer needed PublishPre automatic command | Peter Odding | 2010-09-06 | 1 | -3/+2 |
* | Documented :HighlightTags tags file format requirements | Peter Odding | 2010-08-12 | 2 | -2/+14 |
* | Fix automatic ctags detection on FreeBSD (reported by Derek Tattersall) | Peter Odding | 2010-08-11 | 1 | -2/+2 |
* | Always scan C sources for prototypes | Peter Odding | 2010-08-11 | 3 | -20/+9 |
* | Support scanning & highlighting of struct/class members | Peter Odding | 2010-08-11 | 3 | -6/+46 |
* | Typo in g:easytags_autorecurse documentation | Peter Odding | 2010-08-10 | 1 | -1/+1 |
* | Support for automatic recursion using ctags -R | Peter Odding | 2010-08-10 | 3 | -6/+34 |
* | Bug fix for broken alias support (reported by zhang xinli) | Peter Odding | 2010-08-10 | 1 | -3/+7 |
* | Automatic/optional integration with shell.vim | Peter Odding | 2010-08-09 | 3 | -67/+82 |
* | Enable commands like :UpdateTags -R ~/.vim | Peter Odding | 2010-08-09 | 4 | -210/+229 |
* | Changed global msg to script-local s:msg in easytags.vim | Peter Odding | 2010-07-20 | 1 | -9/+12 |
* | Qualified filetype_asp with g: scope just to be clear | Peter Odding | 2010-07-20 | 1 | -1/+1 |
* | Another bug fix for the broken :set tags= command | Peter Odding | 2010-07-20 | 3 | -22/+41 |
* | Create case folded tags files when &ignorecase is on | Peter Odding | 2010-07-18 | 1 | -2/+4 |
* | Mention :helptags in README, other miscellaneous changes | Peter Odding | 2010-07-15 | 3 | -15/+15 |
* | Replaced makefile with custom external Python script | Peter Odding | 2010-07-10 | 1 | -25/+0 |
* | Bug fix for strange "E433: No tags file" problem | Peter Odding | 2010-07-10 | 1 | -11/+7 |
* | Handle patterns that are too large for Vim to evaluate | Peter Odding | 2010-07-10 | 2 | -3/+33 |
* | Improved README, added references to Vim documentation | Peter Odding | 2010-07-10 | 1 | -28/+37 |
* | Changed download link | Peter Odding | 2010-06-18 | 1 | -1/+1 |
* | Moved generation of HTML documentation to my website | Peter Odding | 2010-06-18 | 3 | -53/+13 |
* | Proper handling of unnamed buffers | Peter Odding | 2010-06-16 | 1 | -10/+20 |
* | Bug fix for E713: Cannot use empty key for Dictionary | Peter Odding | 2010-06-16 | 1 | -2/+2 |
* | Mention version detection in README | Peter Odding | 2010-06-15 | 1 | -0/+40 |
* | Version detection, better error handling, bug fix for dynamic highlighting | Peter Odding | 2010-06-15 | 3 | -37/+78 |
* | Bug fix: Ignore missing tags file when caching tagged files | Peter Odding | 2010-06-14 | 1 | -3/+8 |
* | Fixed tags file corruption on Windows! | Peter Odding | 2010-06-13 | 2 | -161/+201 |
* | Bug fix for E108: No such variable: "s:entry" | Peter Odding | 2010-06-11 | 1 | -2/+2 |
* | Bug fix: Include autoload/xolox/option,vim in Makefile | Peter Odding | 2010-06-11 | 1 | -1/+2 |
* | Bug fix: Expand ~ to $HOME manually on Win32 | Peter Odding | 2010-06-11 | 1 | -2/+7 |
* | Moved &tags option parsing to autoload script | Peter Odding | 2010-06-10 | 1 | -9/+4 |
* | Dynamic highlighting for Java identifiers | Peter Odding | 2010-06-10 | 1 | -0/+15 |
* | TODO about flashing command prompt window on Win32 | Peter Odding | 2010-06-10 | 1 | -0/+5 |
* | Bug fix: Add easytags_file to &tags option | Peter Odding | 2010-06-10 | 1 | -3/+24 |
* | Remove some more-or-less redundant timer calls | Peter Odding | 2010-06-10 | 1 | -6/+0 |
* | Bug fix: Make sure tags include "language" field | Peter Odding | 2010-06-10 | 1 | -5/+2 |
* | Minor logic tweaks, might improve performance | Peter Odding | 2010-06-10 | 1 | -2/+2 |
* | Scan files not contained in tags file on 1st :edit | Peter Odding | 2010-06-10 | 1 | -2/+48 |
* | Make sure there's something to highlight before doing so | Peter Odding | 2010-06-10 | 1 | -4/+6 |
* | Alias support & defaults for C/C++/Obj-C/Obj-C++ | Peter Odding | 2010-06-09 | 2 | -4/+34 |
* | TODO about possible Vim bug, updated latest zip link in README | Peter Odding | 2010-06-09 | 2 | -1/+22 |
* | Added `easytags_ignored_filetypes` option | Peter Odding | 2010-06-09 | 2 | -7/+12 |