| Commit message (Expand) | Author | Age | Files | Lines |
* | FIX: Prevent cache corruption by moving before tags write. | Ingo Karkat | 2012-11-26 | 1 | -4/+6 |
* | Bug fix for deduplication of syntax highlighting patterns | Peter Odding | 2012-01-15 | 1 | -2/+2 |
* | Bug fix: Sort tags files properly by folding to uppercase (issue #25) | Peter Odding | 2012-01-15 | 1 | -3/+9 |
* | Fix a slight inefficiency in xolox#easytags#highlight() | Peter Odding | 2012-01-06 | 1 | -4/+5 |
* | Updated miscellaneous scripts | Peter Odding | 2011-11-26 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-11-26 | 1 | -1/+19 |
* | Bug fix for file type specific tags file support | Peter Odding | 2011-11-26 | 1 | -5/+20 |
* | Work around &shellslash setting on Windows | Peter Odding | 2011-11-21 | 1 | -7/+7 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-11-21 | 2 | -4/+24 |
* | Make shell script highlighting compatible with syntax folding (issue #20) | Peter Odding | 2011-10-29 | 1 | -2/+3 |
* | Make list of ignored syntax groups configurable | Peter Odding | 2011-10-29 | 1 | -4/+6 |
* | Bump version + minor updates for Awk, Shell & TCL support | Peter Odding | 2011-10-01 | 1 | -5/+5 |
* | Added support for Awk, Shell and TCL Highlighting. | Lorance Stinson | 2011-10-01 | 1 | -0/+27 |
* | Bug fix for error handling in cache_tagged_files() | Peter Odding | 2011-09-27 | 1 | -3/+3 |
* | Search the whole $PATH for Exuberant Ctags (issue #18) | Peter Odding | 2011-09-26 | 1 | -1/+1 |
* | Updated miscellaneous scripts | Peter Odding | 2011-09-26 | 1 | -2/+2 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-09-26 | 2 | -13/+27 |
* | New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj... | Peter Odding | 2011-09-17 | 1 | -5/+20 |
* | Improve easytags_dynamic_files implementation (best of both worlds?) | Peter Odding | 2011-09-05 | 1 | -2/+5 |
* | Make scope of canonical filename cache explicit | Peter Odding | 2011-09-05 | 1 | -30/+32 |
* | Bug fix: Correct typo in s:canonicalize() | Peter Odding | 2011-09-05 | 1 | -3/+3 |
* | Updated miscellaneous scripts | Peter Odding | 2011-09-04 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-09-04 | 1 | -0/+37 |
* | Write tags files to temporary files, then rename() into place (issue #16) | Peter Odding | 2011-09-04 | 1 | -2/+3 |
* | Warn about unreasonable 'updatetime' values (issue #16) | Peter Odding | 2011-09-04 | 1 | -2/+6 |
* | Bug fix for "E713: Cannot use empty key for Dictionary" (issue #16) | Peter Odding | 2011-09-04 | 1 | -11/+19 |
* | Make "easytags_dynamic_files" create missing tags files | Peter Odding | 2011-08-31 | 1 | -10/+10 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-08-31 | 3 | -3/+76 |
* | Move version variable to autoload script | Peter Odding | 2011-08-27 | 1 | -18/+20 |
* | Skip unreadable tags files returned by tagfiles() (reported by Hannes von Hau... | Peter Odding | 2011-07-09 | 1 | -5/+9 |
* | Never try to autoload plug-in for unsupported file types | Peter Odding | 2011-07-09 | 1 | -12/+16 |
* | To-do list updates | Peter Odding | 2011-06-27 | 1 | -5/+7 |
* | Support buffer local variants of most options | Peter Odding | 2011-06-27 | 1 | -10/+11 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-06-27 | 1 | -7/+10 |
* | Add easytags_auto_update/auto_highlight options | Peter Odding | 2011-06-26 | 1 | -17/+21 |
* | Merge branch 'master' of https://github.com/xolox/vim-misc | Peter Odding | 2011-06-26 | 4 | -12/+103 |
* | Finish support for file type specific tags files (+bug fix) | Peter Odding | 2011-06-24 | 1 | -8/+14 |
* | Tolerate corrupt tags files and ctags output (issue #13) | Peter Odding | 2011-06-24 | 1 | -3/+13 |
* | Allow enabling both dynamic and file type tags files | Kenny Stuart | 2011-06-24 | 1 | -7/+12 |
* | Define version as variable, include version in messages | Peter Odding | 2011-06-18 | 1 | -26/+24 |
* | 2x faster syntax highlighting using Python Interface to Vim :-) | Peter Odding | 2011-06-14 | 1 | -46/+109 |
* | Fix caching of tagged files (for file type specific tags files) | Peter Odding | 2011-06-14 | 1 | -63/+67 |
* | :TagsByFileType to create filetype specific tagsfiles from global tagsfile | Peter Odding | 2011-06-13 | 1 | -7/+71 |
* | Basic support for file type specific tags files! | Peter Odding | 2011-06-13 | 1 | -7/+11 |
* | Bug fix: Print the right message after :verbose UpdateTags! | Peter Odding | 2011-06-13 | 1 | -1/+1 |
* | Move tags file registration to auto load function | Peter Odding | 2011-06-13 | 1 | -0/+26 |
* | Minor bug fix for xolox#easytags#get_tagsfile() | Peter Odding | 2011-06-13 | 1 | -2/+2 |
* | Automatically run :HighlightTags after using :UpdateTags | Peter Odding | 2011-06-13 | 1 | -1/+6 |
* | Merge vim-misc repository as subdirectory | Peter Odding | 2011-05-25 | 10 | -0/+476 |
* | Delete submodule | Peter Odding | 2011-05-25 | 1 | -5/+0 |