resources/release-notes.md
NVIM_APPNAME and to open new window with custom NVIM_APPNAME (⌘⇧N)async/await instead of RxSwift.lcd/cwd fix.colorscheme; thanks @s-daveb for the PR!libintl such that for example :languge works.:quitting Neovim)enable-debug-menu preferences item to enable Debug menu item.libnvim anymore. Thanks to GH-1015 by georgeharker, VimR now uses stock Neovim and can even use external Neovim binary (from v0.10.0 on).strip on VimR binary.VimRRefreshFileBrowser and VimRRevealCurrentBufferInFileBrowser functions. Thanks @jaanauati for the PR!libintl again.en_DE.UTF-8, which Neovim does not understand.vimr hangs. Thanks @archoversight for the PR!vimr. Thanks @edgarcosta for the PR!vimr now uses python3. Thanks @imajes for the PR!Cmd-. to Neovim. Thank you @imkerberos!ESC key cancel "Not yet saved"-dialogs. Thank you @jasonm!${LANG} environment variable to en_US.UTF-8.guifont option (fixes GH-779). Thank you @Shirk!<c-space> to be mapped: Thank you @cypheon!We updated the library ShortcutRecorder to the latest version. By doing so, we store the shortcuts in a different format than before. This means that after you launched this version, old versions will not be compatible with the stored shortcuts. To delete the stored shortcuts, you can use defaults delete com.qvacua.VimR.menuitems in Terminal.
gui_running to true (GH-476).CTFontManager and NSFontManager)cwd when closing.~/.config/nvim/ginit.vim.cwd in the file browser).vimr --cur-env will pass the current environment variables to the new neovim process. This will result in virtualenv support.vimr --line ${LINE_NUMBER} ${SOME_FILE} will open the file and go to the given line. If the file is already open in a UI window, then that window will be selected and the cursor will be moved to the given line. This can be used for example to reverse-search LaTeX.Cmd-V pastes at the wrong location in the insert mode.vimr --wait is used, but is Ctlr-C'ed before closing the UI window.vimr --wait SOME_FILE does not exit.Cmd-Ctrl-Space) does not work.?.:buffers) in the buffers listinit.vim.Cmd-D for "Discard and Close/Quit" buttons. (thanks @nclark for the PR)node_modules which contains many many files.Control key handling: e.g. Ctrl-6 works now. (thanks @nhtzr for the PR):qa! warns about buffers that are already gone. (thanks @nhtzr for the PR)<C-Tab> and <C-S-Tab>. (thanks @nhtzr for the PR)FocusGained and FocusLost event to neovim backend. (thanks @nhtzr for the PR)colorscheme for tools, e.g. the file browser:
directory color for folders in the file browser.background color for the window title bar.colorscheme does not play well with them, cf. GH-479.git difftool as described below.vimr CLI tool has two new options:
--wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.--nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig
[difftool "vimrdiff"]
cmd = vimr --wait --nvim -d $LOCAL $REMOTE
[diff]
tool = vimrdiff
vimr CLI tool in the Preferences window as described in the wiki.lcd and tcd does not work correctly when switching tabs.cwd.Shift-Tab works (thanks to @mkhl)gettext ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warnings during compilation time...autochdir does not work.set mouse=a when launching the neovim process.:help does not work.vimr.cd ..cwd correctly when opening files using the vimr command line toolwq the last tab or buffer.Cmd-V a bit betterpaste option before Cmd-Ving (and reset the value)$LANG to utf-8 such that non-ASCII characters are not garbled when copied to the system clipboard.
init.vim did not get read. GH-337 fixes this issue.set title and termguicolors by default such that airline works without changing init.vim.Cmd-V now works in the terminal mode.Cmd-1 now focuses the Neovim view.cwd to the parent folder of the file when opening a file in a new window3.0.0-rc1 to 3.0.1inccommand! 😆vimr sometimes does not open the files in the frontmost window.