index
:
vim-easytags.git
master
Unnamed repository; edit this file 'description' to name the repository.
git user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
autoload.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Highlight C# classes, structs and methods
Peter Odding
2011-02-24
1
-0
/
+20
*
Don't highlight PHP functions not followed by `('
Peter Odding
2011-02-24
1
-1
/
+2
*
Bug fix for alias handling
Peter Odding
2011-02-24
1
-3
/
+5
*
Highlighting for Python class names
Peter Odding
2010-12-04
1
-1
/
+7
*
Don't highlight tags inside #include <...>
Peter Odding
2010-11-20
1
-2
/
+2
*
Bug fix: Canonicalize arguments to :UpdateTags!
Peter Odding
2010-09-06
1
-6
/
+13
*
Fixed easytags#update() to overcome argument limit
Peter Odding
2010-09-06
1
-5
/
+5
*
Always scan C sources for prototypes
Peter Odding
2010-08-11
1
-1
/
+1
*
Support scanning & highlighting of struct/class members
Peter Odding
2010-08-11
1
-3
/
+25
*
Support for automatic recursion using ctags -R
Peter Odding
2010-08-10
1
-4
/
+18
*
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
1
-20
/
+38
*
Enable commands like :UpdateTags -R ~/.vim
Peter Odding
2010-08-09
1
-73
/
+178
*
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
1
-4
/
+6
*
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
1
-3
/
+3
*
Handle patterns that are too large for Vim to evaluate
Peter Odding
2010-07-10
1
-3
/
+9
*
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
*
Version detection, better error handling, bug fix for dynamic highlighting
Peter Odding
2010-06-15
1
-12
/
+20
*
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
1
-159
/
+199
*
Dynamic highlighting for Java identifiers
Peter Odding
2010-06-10
1
-0
/
+15
*
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
1
-2
/
+32
*
Added `easytags_ignored_filetypes` option
Peter Odding
2010-06-09
1
-6
/
+7
*
Wrapped public facing functions in try/catch blocks
Peter Odding
2010-06-06
1
-82
/
+99
*
Moved script-local function s:unique() to autoload script
Peter Odding
2010-06-06
1
-16
/
+1
*
Initial commit
Peter Odding
2010-06-06
1
-0
/
+272