Click on the package to download.
| histwin-0.12.vba |
0.12 |
2010-05-04 |
7.0 |
Christian Brabandt |
- Small extension to the help file
- generate help file with 'et' set, so the README at github looks better
- Highlight the key binding using |hl-SpecialKey|
- The help tag for the color configuration was wrong. |
| histwin.vba |
0.11 |
2010-04-21 |
7.0 |
Christian Brabandt |
- Set old buffers read only (disable the setting via the g:undo_tree_nomod variable
- Make sure, Warning Messages are really displayed using :unsilent |
| histwin.vba |
0.10 |
2010-04-20 |
7.0 |
Christian Brabandt |
- Fixed annoying Resizing bug
- linebreak tags, if they are too long
- dynamically grow the histwin window, for longer tags (up
to a maximum)
- Bugfix: Always indicate the correct branch
- Added a few try/catch statements and some error handling |
| histwin.vba |
0.9 |
2010-01-27 |
7.0 |
Christian Brabandt |
BF: Error handling for Replaying (it may not work always)
NF: Finally added Documentation (see :h histwin.txt)
BF: Use syntax highlighting
BF: Tagging finally works (you can now tag additional states)
|
| histwin.vba |
0.8 |
2010-01-21 |
7.0 |
Christian Brabandt |
- NF: make speed of the replay adjustable. Use g:undo_tree_speed to set time in milliseconds
- BF: code cleanup
- BF: highlighting should work better now.
|
| histwin.vba |
0.7.2. |
2010-01-20 |
7.0 |
Christian Brabandt |
- BF: Check undolevel Settings
- BF: make sure when switching to a different undo branch, that the undo-tree will be updated |
| histwin.vba |
0.7.1 |
2010-01-20 |
7.0 |
Christian Brabandt |
BF: fixed a problem with mapping the keys which broke the Undo-Tree keys (I guess I don't fully understand, when to use s: and <sid>) |
| histwin.vba |
0.7 |
2010-01-20 |
7.0 |
Christian Brabandt |
- NF: created autoloadPlugin (patch by Charles Campbell) Thanks!
- NF: enabled GLVS (patch by Charles Campbell) Thanks!
- NF: made Plugin available as histwin.vba
- NF: Check for availability of :UB before defining it
- BF: cleaned up old comments
- BF: deleted :noautocmd which could cause trouble with other plugins
- BF: small changes in coding style (<sid> to s:, fun instead of fu) |
| histwin.vim |
0.6 |
2010-01-20 |
7.0 |
Christian Brabandt |
BF: fix missing bufname() when creating the undo_tree window
NF: make undo_tree window a little bit smaller (size is adjustable via g:undo_tree_wdth variable) |
| histwin.vim |
0.5 |
2010-01-20 |
7.0 |
Christian Brabandt |
NF: Allow diffing with selected branch
NF: highlight current version
NF: Use changenr() to determine undobranch
NF: <C-L> updates view
NF: allow switching to initial load state, before buffer was edited
BF: Fix annoying bug, that displays --No lines in buffer--
BF: fix several small annoying bugs |
| histwin.vim |
0.2 |
2010-01-19 |
7.2 |
Christian Brabandt |
Initial upload |