aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
Commit message (Expand)AuthorAgeFilesLines
* Workaround low 'updatetime' intelligentlyPeter Odding2013-04-191-11/+18
* Move g:easytags_languages documentation to README.mdPeter Odding2013-04-191-1/+1
* Merge branch 'enh-languages' of git://github.com/inkarkat/vim-easytags into i...Peter Odding2013-04-191-27/+49
|\
| * ENH: Allow to specify different ctags tool for particular languages.Ingo Karkat2013-03-071-27/+49
* | Minor changes to pull request #43 on GitHub (thank you Ingo :-)Peter Odding2013-04-191-34/+40
* | Merge branch 'enh-fingerprint-avoids-update' of git://github.com/inkarkat/vim...Peter Odding2013-04-181-2/+40
|\ \
| * | BUG: Avoid E713 when attempting fingerprinting without current file.Ingo Karkat2013-04-171-0/+5
| * | ENH: Avoid tag updating when ctags output has identical fingerprint.Ingo Karkat2013-03-281-2/+35
| |/
* / Bug fix for highlighting of function names in shell scriptsPeter Odding2013-04-181-3/+3
|/
* Bug fix for deduplication of syntax highlighting patternsPeter Odding2012-01-151-2/+2
* Bug fix: Sort tags files properly by folding to uppercase (issue #25)Peter Odding2012-01-151-3/+9
* Fix a slight inefficiency in xolox#easytags#highlight()Peter Odding2012-01-061-4/+5
* Updated miscellaneous scriptsPeter Odding2011-11-261-1/+1
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-11-261-1/+19
* Bug fix for file type specific tags file supportPeter Odding2011-11-261-5/+20
* Work around &shellslash setting on WindowsPeter Odding2011-11-211-7/+7
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-11-212-4/+24
* Make shell script highlighting compatible with syntax folding (issue #20)Peter Odding2011-10-291-2/+3
* Make list of ignored syntax groups configurablePeter Odding2011-10-291-4/+6
* Bump version + minor updates for Awk, Shell & TCL supportPeter Odding2011-10-011-5/+5
* Added support for Awk, Shell and TCL Highlighting.Lorance Stinson2011-10-011-0/+27
* Bug fix for error handling in cache_tagged_files()Peter Odding2011-09-271-3/+3
* Search the whole $PATH for Exuberant Ctags (issue #18)Peter Odding2011-09-261-1/+1
* Updated miscellaneous scriptsPeter Odding2011-09-261-2/+2
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-09-262-13/+27
* New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj...Peter Odding2011-09-171-5/+20
* Improve easytags_dynamic_files implementation (best of both worlds?)Peter Odding2011-09-051-2/+5
* Make scope of canonical filename cache explicitPeter Odding2011-09-051-30/+32
* Bug fix: Correct typo in s:canonicalize()Peter Odding2011-09-051-3/+3
* Updated miscellaneous scriptsPeter Odding2011-09-041-1/+1
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-09-041-0/+37
* Write tags files to temporary files, then rename() into place (issue #16)Peter Odding2011-09-041-2/+3
* Warn about unreasonable 'updatetime' values (issue #16)Peter Odding2011-09-041-2/+6
* Bug fix for "E713: Cannot use empty key for Dictionary" (issue #16)Peter Odding2011-09-041-11/+19
* Make "easytags_dynamic_files" create missing tags filesPeter Odding2011-08-311-10/+10
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-08-313-3/+76
* Move version variable to autoload scriptPeter Odding2011-08-271-18/+20
* Skip unreadable tags files returned by tagfiles() (reported by Hannes von Hau...Peter Odding2011-07-091-5/+9
* Never try to autoload plug-in for unsupported file typesPeter Odding2011-07-091-12/+16
* To-do list updatesPeter Odding2011-06-271-5/+7
* Support buffer local variants of most optionsPeter Odding2011-06-271-10/+11
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-06-271-7/+10
* Add easytags_auto_update/auto_highlight optionsPeter Odding2011-06-261-17/+21
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-06-264-12/+103
* Finish support for file type specific tags files (+bug fix)Peter Odding2011-06-241-8/+14
* Tolerate corrupt tags files and ctags output (issue #13)Peter Odding2011-06-241-3/+13
* Allow enabling both dynamic and file type tags filesKenny Stuart2011-06-241-7/+12
* Define version as variable, include version in messagesPeter Odding2011-06-181-26/+24
* 2x faster syntax highlighting using Python Interface to Vim :-)Peter Odding2011-06-141-46/+109
* Fix caching of tagged files (for file type specific tags files)Peter Odding2011-06-141-63/+67