Files | Admin

Notes:

Release Name: 0.6.6

Notes:
VimMate: Version 0.6.6

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.6:
- Correctly set the focus to Vim when opening files (#15198)
- Add option to start with a login shell (#14387)
- Hide empty directories when filtering (#14886)



Changes: - # 15198: After a file was opened in Vim, the focus was not in Vim, so if you started typing, you would type in the file list, not in Vim. This has been corrected. Thanks to Gerda Shank for the bug report. - # 14387: A new option is now available to start a login shell by default in the terminal window. The option :terminals_login_shell is set to false by default. If set to true, it will launch the $SHELL command if defined, the shell defined in /etc/passwd if defined and /bin/sh otherwise. In all cases, it will pass the -l option to the shell. Thanks to Pablo Castellazzi for the patch. - # 14886: When filtering, directories that contain no matching files are now automatically hidden. Also, a new option is now available to automatically expand the file tree when filtering. The option is :files_auto_expand_on_filter and is set to false by default. Thanks to Stefan for the original patch.