Releases: vim-denops/denops.vim
Releases · vim-denops/denops.vim
v1.3.1: Merge pull request #100 from vim-denops/term-host-in-test
🌿 Properly terminate Vim/Neovim after `test()`
v1.3.0: Merge pull request #96 from vim-denops/disable-workaround
- 💥 Disable workaround implementation for Vim before 8.2.3081 in default #96
v1.2.0: Merge pull request #95 from vim-denops/add-trace
👍 Add `g:denops#trace` option to show raw RPC messages
v1.1.3: Merge pull request #94 from vim-denops/doc-debug
📝 Add WARNING for using input() in debug mode
v1.1.2: Merge pull request #92 from vim-denops/fix-denops-call-on-vim
Fix behavior of `denops.call()` when called concurrently on Vim prior to v8.2.3080
v1.1.1
v1.1.0
This version improves the denops#callback
module. It includes a kind of breaking spec changes (with backward compatibility)
- Add a
denops#callback#remove()
to remove - Add a
'once'
option on thedenops#callback#add()
- The default value of the option is
v:true
to keep backward compatibility - Users can add persistent callbacks by using
{ 'once': v:false }
- The default value of the option is
- Return results from the
denops#callback#call()
v1.0.1
- 🐛 Introduce bug fix on
vim_channel_command
to solve #84
v1.0.0
:memo: Fix badge on Deno module README
v1.0.0-beta.7: Merge pull request #83 from vim-denops/minorfixes
:+1: Minor fixes