diff options
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). |