Closed ahakanbaba closed 6 years ago
Updated vim to 8.0.1650_1
That was the latest available in brew in mac at the time of writing.
There the ch_open function has the drop parameter and this is not an issue anymore.
I guess, the kite sidebar could warn about this. It looks like the installed vim-plugin does not support 8.0.0071 but the vim sidebar installed it anyways.
@ahakanbaba Thanks for reporting this issue!
We do check the plugin version, the currently required minimum version is VIM 8.0.0027
. We'll look at the use of the unsupported value drop
.
@ahakanbaba This issue has been fixed. It will be in the next release this week. The use of the drop
parameter was removed.
If there's any other issue with the vim plugin, please let us know.
Similarly to #103 If the fix is part of an open source project, it would be useful to see the change that fixed this.
@ahakanbaba See #103 . The fix for this issue was to drop the the parameter drop
as it was not needed in this particular case.
Once I switch to a python file in my mac with vim 8.0.0071 I get the following error
In this version the ch_open call does not have the "drop" parameter yet This shows in :help channel-open-options