We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b6d4 commit 4161837Copy full SHA for 4161837
README.md
@@ -119,3 +119,11 @@ neovim-client functions when you want (the plugin) to make a request
119
of neovim. This is because the Neovim function `rpcrequest` blocks until
120
it has received a response (from your plugin). Using async on the plugin
121
side is the easiest way to avoid deadlock.
122
+
123
+## Changes
124
125
+### 0.1.0
126
127
+* Use `tools.reader` for parsing source to eval
128
+* Fix bug namespaced keys using `::kw` form were expanded using the wrong
129
+namespace when read by the plugin's reader
0 commit comments