pynvim icon indicating copy to clipboard operation
pynvim copied to clipboard

Detailed document for decorater

Open meijieru opened this issue 6 years ago • 2 comments

For example, for function(name, range=False, sync=False, allow_nested=False, eval=None). I don't know the meaning of part of parameters. Detailed documents are required.

meijieru avatar Apr 28 '18 16:04 meijieru

These should mainly be documented in remote_plugins.txt in nvim core, as these behaviors are shared between hosts. But then we should of course add an appropriate link from this repo.

bfredl avatar Apr 28 '18 18:04 bfredl

Ping.

The example in the documentation for a command with a range gives me a range whose value is nothing but a list with two elements that are both the line number. Some documentation would be great.

lanza avatar Jan 23 '19 09:01 lanza