mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
646 stars 25 forks source link

Typo in README #112

Closed kdheepak closed 3 years ago

kdheepak commented 3 years ago

Describe the bug

The README currently has this code snippet:

https://github.com/mcchrish/nnn.vim/blob/c4c4d9531726c11892e32daa977c958ad47f7b97/README.md#L153-L163

However, copy_to_clipboard is not defined. Can you add an example for what this should be?

mcchrish commented 3 years ago

It's a function as seen here https://github.com/mcchrish/nnn.vim/releases/tag/v3.1 The example function writes the file paths into the clipboard.

I'll update the README to be more clear.