MacVim r180
#1500
Replies: 1 comment 3 replies
-
’preciate the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updated to Vim 9.1.0727
This update mostly syncs to new upstream Vim version, along with small fixes.
Features
New Vim features
~/.config/vim
intsead of~/.vim
/~/.vimrc
. See:h xdg-base-dir
. v9.1.0327:set completopt+=fuzzy
). v9.1.0463 / v9.1.0598tabclose
: specifies tab closing behavior. v9.1.0572winfixbuf
: fixes a window to a buffer and prevent navigating away from it. v9.1.0147getregion()
/getregionpos()
: Helps retrieve the text selected in a visual selection. v9.1.0120 v9.1.0142 v9.1.0394diff()
: Diff provided strings. v9.1.0071gettext()
/bindtextdomain()
: Vim plugins can now add localized messages. v9.1.0509.filecopy()
: Copy a file using Vim script. v9.1.0465packadd
to enable them):nohlsearch
. Add nohlsearch package vim/vim#15042Misc
General
Fixes
Compatibility
Compatibility
Requires macOS 10.9 or above. (10.9 - 10.12 requires downloading a separate legacy build)
Script interfaces have compatibility with these versions:
This discussion was created from the release MacVim r180.
Beta Was this translation helpful? Give feedback.
All reactions