]> Sergey Matveev's repositories - nnn.git/commit
Fix nnn.vim #82: support picker plugins
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 16 May 2021 19:25:29 +0000 (00:55 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 16 May 2021 19:41:35 +0000 (01:11 +0530)
commitcbc458763052f7ac9612915202b1c25a24dcef87
treecedc895fed2da6c51f1978011691554b0ed913bb
parent715abc7a3fff052755c7bee22be1effb7cb7d45f
Fix nnn.vim #82: support picker plugins

Plugins like fzopen have the capability to pick files.
This comes handy if nnn is executing as a file picker.

This is a 2-way communication:

- nnn sends the picker output file to plugin ("-" for stdout)
- the plugin tells nnn if it has overwritten the output file
nnn.1
plugins/README.md
plugins/fzopen
src/nnn.c