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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Search the whole $PATH for Exuberant Ctags (issue #18)
Peter Odding
2011-09-26
2
-9
/
+33
*
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 xolox#misc#path#which() function to search the $PATH
Peter Odding
2011-09-26
1
-1
/
+24
|
*
Made list#unique about 5 times faster using filter().
Bart Kroon
2011-09-07
1
-12
/
+3
*
|
New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj...
Peter Odding
2011-09-17
3
-20
/
+66
*
|
Improve easytags_dynamic_files implementation (best of both worlds?)
Peter Odding
2011-09-05
3
-20
/
+28
*
|
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
|
\
|
|
*
Functions to manage Vim buffers with generated contents
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
2
-4
/
+8
*
|
Bug fix for "E713: Cannot use empty key for Dictionary" (issue #16)
Peter Odding
2011-09-04
1
-11
/
+19
*
|
normalize-tags.py: Enable normalizing several files at once
Peter Odding
2011-09-04
2
-45
/
+65
*
|
Make "easytags_dynamic_files" create missing tags files
Peter Odding
2011-08-31
3
-27
/
+23
*
|
Merge branch 'master' of https://github.com/xolox/vim-misc
Peter Odding
2011-08-31
3
-3
/
+76
|
\
|
|
*
'tags' evaluation
Peter Odding
2011-08-31
1
-1
/
+26
|
*
xolox#misc#path#is_relative()
Peter Odding
2011-08-31
1
-1
/
+14
|
*
Binary insertion
Peter Odding
2011-08-31
1
-1
/
+36
*
|
Move version variable to autoload script
Peter Odding
2011-08-27
2
-23
/
+23
*
|
Explain how to setup custom ctags command line options
Peter Odding
2011-07-09
2
-6
/
+24
*
|
Skip unreadable tags files returned by tagfiles() (reported by Hannes von Hau...
Peter Odding
2011-07-09
2
-6
/
+10
*
|
Never try to autoload plug-in for unsupported file types
Peter Odding
2011-07-09
2
-14
/
+18
*
|
Fix broken link in README
Peter Odding
2011-06-27
3
-4
/
+4
*
|
To-do list updates
Peter Odding
2011-06-27
2
-7
/
+17
*
|
Change inline hyper links in README to reference style
Peter Odding
2011-06-27
1
-23
/
+45
*
|
Support buffer local variants of most options
Peter Odding
2011-06-27
4
-57
/
+42
*
|
Merge branch 'master' of https://github.com/xolox/vim-misc
Peter Odding
2011-06-27
1
-7
/
+10
|
\
|
|
*
Bug fix and improvement for xolox#misc#option#get()
Peter Odding
2011-06-27
1
-7
/
+10
*
|
Add easytags_auto_update/auto_highlight options
Peter Odding
2011-06-26
4
-19
/
+71
*
|
Merge branch 'master' of https://github.com/xolox/vim-misc
Peter Odding
2011-06-26
4
-12
/
+103
|
\
|
|
*
Option handling with xolox#misc#option#get({name}, {default})
Peter Odding
2011-06-26
1
-1
/
+11
|
*
open.vim: Define version as variable, include version in messages
Peter Odding
2011-06-18
1
-8
/
+7
|
*
Don't forget merge instructions
Peter Odding
2011-06-14
1
-0
/
+4
|
*
Update readme
Peter Odding
2011-06-14
1
-9
/
+16
|
*
Bug fix: Trim leading/trailing empty lines
Peter Odding
2011-06-14
1
-2
/
+2
|
*
Include open-associated-programs script
Peter Odding
2011-05-25
1
-0
/
+71
*
|
Finish support for file type specific tags files (+bug fix)
Peter Odding
2011-06-24
2
-9
/
+15
*
|
Tolerate corrupt tags files and ctags output (issue #13)
Peter Odding
2011-06-24
2
-4
/
+14
*
|
Allow enabling both dynamic and file type tags files
Kenny Stuart
2011-06-24
4
-9
/
+27
*
|
Define version as variable, include version in messages
Peter Odding
2011-06-18
2
-35
/
+31
*
|
Remove duplicate tag from Vim help file
Peter Odding
2011-06-17
3
-5
/
+4
*
|
Documentation bug fix (it's getting late..)
Peter Odding
2011-06-14
3
-3
/
+3
*
|
2x faster syntax highlighting using Python Interface to Vim :-)
Peter Odding
2011-06-14
7
-58
/
+230
*
|
Update to-do list (file type specific tags files now supported)
Peter Odding
2011-06-14
1
-2
/
+0
*
|
Fix caching of tagged files (for file type specific tags files)
Peter Odding
2011-06-14
2
-65
/
+69
*
|
:TagsByFileType to create filetype specific tagsfiles from global tagsfile
Peter Odding
2011-06-13
4
-8
/
+79
*
|
Basic support for file type specific tags files!
Peter Odding
2011-06-13
4
-10
/
+40
[next]