diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-24 20:22:56 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-06-24 21:43:03 -0400 |
commit | 406e9876b635660d692bc2e4d12b200d75b8df01 (patch) | |
tree | 624be7b625cd27c38cf321b02c9a4b600cb2c655 /runtime/doc/remote_plugin.txt | |
parent | e8c82372ffb233938baa1b097e863fbc400bbd6d (diff) | |
download | rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.tar.gz rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.tar.bz2 rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.zip |
doc: Various #2898
refs #2895
Helped-by: Bohr Shaw <pubohr@gmail.com>
Helped-by: Justin M. Keyes <justinkz@gmail.com>
[ci skip]
Diffstat (limited to 'runtime/doc/remote_plugin.txt')
-rw-r--r-- | runtime/doc/remote_plugin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/remote_plugin.txt b/runtime/doc/remote_plugin.txt index 94e7f7d713..9a3fa919ea 100644 --- a/runtime/doc/remote_plugin.txt +++ b/runtime/doc/remote_plugin.txt @@ -80,7 +80,7 @@ of requests made to it. Here's the plugin source code: self.calls += 1 < -As can be seen, the plugin is implemented using idomatic Python (classes, +As can be seen, the plugin is implemented using idiomatic Python (classes, methods, and decorators). The translation between these language-specific idioms to Vimscript occurs while the plugin manifest is being generated (see the next section). |