]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove dated documentation
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 21 Jul 2021 18:13:59 +0000 (23:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 21 Jul 2021 18:13:59 +0000 (23:43 +0530)
plugins/README.md

index 715cd4e427090c7a4333efbe1cbf9bed4c3c979c..83847854f8d55a6f6bc56b3cc696e577e7cf983e 100644 (file)
@@ -228,8 +228,6 @@ For convenience, we provided a helper script named `.nnn-plugin-helper` and a fu
 If a context is not provided, it is asked for explicitly. To skip this and choose the current context, set the `CUR_CTX` variable in `.nnn-plugin-helper` (or in the specific plugin after sourcing `.nnn-plugin-helper`) to 1.
 Usage examples can be found in the Examples section below.
 
-If a plugin doesn't send any data back to `nnn` and there's a selection, the selection is cleared.
-
 #### Get notified on file hover
 
 If `NNN_FIFO` is set, `nnn` will open it and write every hovered files. This can be used in plugins and external scripts, e.g. to implement file previews.