Release Name: 0.6.3
Notes:
VimMate: Version 0.6.3
VimMate is a graphical add-on to Vim with IDE-like features: it does more
than the plain Vim while still being lightweight. Even with the additional
features, it stays out of the way for it's main task: editing files with Vim.
VimMate adds functionality to Vim by embedding Vim GTK GUI (gVim) within
VimMate.
See http://vimmate.rubyforge.org/ for more information.
Changes in version 0.6.3:
- # 13212: VimMate could not be resized properly.
- # 7399, partially. A new warning has been added when too many
files are loaded.
Changes:
- # 13212: VimMate could not be resized properly.
- # 7399, partially. A new warning has been added when too many files are
loaded by VimMate. The warning asks the user if he wants to continue. The
default number of files is 300 and can be changed by setting the option
:files_warn_too_many_files to an other number. The warning is popped every
multiple of this settings, which means at 300, 600, 900... This can be
changed by setting the option :files_warn_too_many_files_each_step to
false.
|