Commit Graph

185 Commits

Author SHA1 Message Date
Jan Larres
67dc2a3b06 Typo 2012-09-13 23:29:39 +12:00
Jan Larres
d39a767486 Allow prototype to be shown with currenttag 2012-09-09 20:17:44 +12:00
Seth Woodworth
04e40e09c1 fix example for statusline
vim funcs can't have spaces in arg lists
2012-09-03 19:07:52 -03:00
Jan Larres
b1c7f5f792 Improve prototype handling 2012-08-26 19:25:02 +12:00
Jan Larres
f3c1a93017 Make 'open' commands a bit more intuitive 2012-07-31 16:42:18 +12:00
Jan Larres
e690a5e97d Cache files locally for parsing
Files are now cached locally in a temporary file, and the parsing
happens on that file. This allows displaying tags for remote (Netrw)
files, and it will also make access to files on remote filesystems like
NFS and sshfs faster.

Additionally, tags are now always updated when the files are saved,
deprecating the tagbar_updateonsave_maxlines option. Otherwise checking
for changes in remote files would not have been possible.
2012-07-22 21:49:17 +12:00
Jan Larres
052bc7972b Correct latest stable ctags version for latex support 2012-07-22 18:14:14 +12:00
Jan Larres
f1c6d8c780 Clarify LaTeX support in manual 2012-07-21 23:51:01 +12:00
Jan Larres
1757b33da7 Explain feature requirements in systemenc doc 2012-07-21 21:08:33 +12:00
Jan Larres
6a7f155874 Version 2.4.1 2012-07-16 21:38:20 +12:00
Jan Larres
fd9ac426e9 Clarification for custom tags programs 2012-06-29 02:08:01 +12:00
Jan Larres
5ee3143b5a Version 2.4 2012-06-17 21:19:42 +12:00
Jan Larres
c4b1d65c46 Explain highlighting update time 2012-06-16 22:01:55 +12:00
Jan Larres
a2652b26a0 Add missing command help tags 2012-06-16 21:52:51 +12:00
Jan Larres
c5f91a5b76 Add command for easy type customization 2012-06-16 21:46:54 +12:00
Jan Larres
ee1c4e137e Always highlight current tag when using TagbarOpen, closes #73 2012-05-12 20:07:04 +12:00
Jan Larres
bbe5579c89 Allow the full hierarchy to be displayed in currenttag() 2012-04-15 23:10:34 +12:00
Jan Larres
3a049c0f82 Mention that a pattern should be used in tag format 2012-03-16 23:56:26 +13:00
Jan Larres
540472bcd3 Describe tag file format supported 2012-03-16 23:49:49 +13:00
Jan Larres
f6a02c9e24 Use spaces instead of tabs in help file 2012-03-16 02:33:27 +13:00
Jan Larres
86b49e6949 Make SetFoldlevel respect default-closed folds without '!', closes #61 2012-03-14 22:42:59 +13:00
Jan Larres
134207bc41 Allow types for tagbar#currenttag() to be configured 2012-03-04 20:52:15 +13:00
Jan Larres
c18599234e Align help tags better 2012-02-29 00:33:27 +13:00
Jan Larres
d9857cf204 Add function that returns the current tag, closes #59 2012-02-29 00:21:50 +13:00
Jan Larres
42ef608aae Mention the Taglist behaviour in autoopen options 2012-02-27 23:19:50 +13:00
Jan Larres
4bf1d7024d Mention user types in ftplugins in documentation 2012-02-19 17:57:00 +13:00
Jan Larres
6eb2d65f41 Some clarifications in the documentation 2012-02-16 22:01:21 +13:00
Jan Larres
4d925ca324 Automatically detect ex-ctags as 'ectags' in OpenBSD 2012-02-12 19:21:37 +13:00
Jan Larres
d48c6f83f5 Add 'always' parameter to autoopen() 2012-01-14 19:35:01 +13:00
Jan Larres
81cfb3f903 Version 2.3 2011-12-24 18:14:54 +13:00
Jan Larres
49aa899098 Mention the wiki 2011-12-24 17:22:15 +13:00
Jan Larres
8e5ce3a3e5 Replace usearrows with iconchars 2011-12-22 18:06:48 +13:00
Jan Larres
f9b50a1e95 Remove need to provide complete jsctags configuration if jsctags not in path 2011-12-21 20:33:31 +13:00
Jan Larres
9a2cf9756f Add convenience function for automatically opening Tagbar 2011-12-21 19:28:34 +13:00
Jan Larres
32d266a430 Add debugging functionality 2011-12-12 19:47:43 +13:00
Jan Larres
4cc123f3f2 Version 2.2 2011-11-26 17:45:08 +13:00
Jan Larres
4bc7555b80 Mention existing configurations 2011-11-25 16:26:13 +13:00
Jan Larres
bccf3d3473 Update credits 2011-11-25 01:37:51 +13:00
Jan Larres
555be533a4 Display 'kind' headers inside of scopes 2011-11-24 19:22:31 +13:00
Jan Larres
e9aa349d10 Make TagbarOpen command more flexible 2011-11-23 19:56:31 +13:00
Jan Larres
c07e878249 Update on save for smaller files, closes #40 2011-11-17 22:17:59 +13:00
Jan Larres
d17c2dd227 Some improvements to the documentation 2011-06-24 14:47:26 +12:00
Jan Larres
7aa936dc9c Allow single-click for jumping to a tag, closes #16 2011-06-06 18:42:35 +12:00
Jan Larres
9d5af93a5b Version 2.1 2011-05-29 19:19:03 +12:00
Jan Larres
8d1ba9fc11 Clarify that type definitions have to be put into vimrc 2011-05-16 00:00:06 +12:00
Jan Larres
e28eab7945 Explain some jsctags issues 2011-05-07 18:48:59 +12:00
Jan Larres
1916c55b7c Handle cases where 'encoding' is different from system encoding 2011-05-05 21:27:47 +12:00
Jan Larres
a76d07cfeb Version 2.0.1 2011-04-27 01:03:04 +12:00
Jan Larres
40d8edf505 Fix sorting bug when 'ignorecase' is set 2011-04-27 01:01:27 +12:00
Jan Larres
1f4713d4ab Typo 2011-04-26 23:46:10 +12:00
Jan Larres
b4ed33c4bc Version 2.0 2011-04-26 23:31:04 +12:00
Jan Larres
81f71d8c66 Update credits 2011-04-26 21:00:00 +12:00
Jan Larres
98270ed439 Doc configuration clarification 2011-04-26 02:07:03 +12:00
Jan Larres
25bbf9b889 Change TagbarScopeType highlight to TagbarType 2011-04-26 02:01:13 +12:00
Jan Larres
b374ff5eab Support jsctags and other compatible programs 2011-04-25 19:32:19 +12:00
Jan Larres
b25ab098da Allow jumping to a tag definition without leaving the Tagbar window 2011-04-25 16:09:40 +12:00
Jan Larres
28dcb9d290 Add functionality to automatically open parents of tags in closed folds 2011-04-24 22:53:07 +12:00
Jan Larres
3fe80bfbd6 Add ability to jump to next/previous top-level tag, closes #9 2011-04-24 13:58:06 +12:00
Jan Larres
ef7aa33d7b Document ways of automatically opening Tagbar 2011-04-24 01:03:21 +12:00
Jan Larres
5fee41a7e1 Small doc clarifications 2011-04-24 00:50:02 +12:00
Jan Larres
8b378af5db Document highlight customization 2011-04-23 23:15:24 +12:00
Jan Larres
d27c8b96bb Document new folding features 2011-04-23 22:51:45 +12:00
Jan Larres
42a87ec2d7 Update credits 2011-04-14 00:32:14 +12:00
Jan Larres
7182f9640e Implement proper folding support 2011-03-27 03:32:31 +13:00
Jan Larres
518b07de12 Version 1.5 2011-03-06 23:47:27 +13:00
Jan Larres
b176c930d0 Get rid of unneeded type def field 'scopes' 2011-03-06 19:52:54 +13:00
Jan Larres
e84bffb6df Allow for extra ctags definition files in type definitions 2011-03-06 19:12:21 +13:00
Taybin Rutkin
07997460d1 update documentation for tagbar_autofocus 2011-03-05 19:29:52 +13:00
Jan Larres
84121aac7d Version 1.2 2011-02-28 18:12:36 +13:00
Jan Larres
c67610eba3 Add history entry for 1.1 2011-02-26 22:48:39 +13:00
Jan Larres
91deffb04d Version 1.1 2011-02-26 20:52:40 +13:00
Jan Larres
9ae8cfedd8 Allow expanding the vim window when opening Tagbar 2011-02-26 20:51:15 +13:00
Jan Larres
c6bbfcdba1 Version 1.0 2011-02-23 17:47:42 +13:00
Jan Larres
d971024947 Change homepage 2011-02-20 11:04:09 +13:00
Jan Larres
efa19610f9 Small manual fix 2011-02-20 02:00:28 +13:00
Jan Larres
3b0bad1372 Finish manual except for release info 2011-02-20 01:37:09 +13:00
Jan Larres
060248aacb Small manual fixes 2011-02-19 23:12:48 +13:00
Jan Larres
78946a696a Expand manual 2011-02-19 22:59:44 +13:00
Jan Larres
1b5f3a4e84 Expand manual 2011-02-18 19:54:39 +13:00
Jan Larres
d0b88b1f78 Fix requirement for ctags version 2011-02-18 01:04:27 +13:00
Jan Larres
7808f0ec93 Manual 2011-02-17 01:19:24 +13:00
Jan Larres
bbc5c1fa2d Manual fixes 2011-02-16 19:56:57 +13:00
Jan Larres
efe0cb3fdb Expand manual 2011-02-15 19:17:46 +13:00
Jan Larres
05eb38a018 Small manual fixes 2011-02-15 02:35:26 +13:00
Jan Larres
2431562c1c Preliminary version of manual 2011-02-15 01:06:39 +13:00