From 551fc73a83d6dee119332f44ec93a594e89ee3ff Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 8 Dec 2015 20:20:38 +0100 Subject: [PATCH] README: update comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a7c72..9a34551 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ # Send keys to the current buffer of the server: $ # Enter insert mode, enter 'abc', and go back to normal mode again: $ nvim-remote.py --remote-send 'iabc' $ # Evaluate any VimL expression. -$ # Get the absolute path to the server's current buffer: +$ # Get all listed buffers: $ nvim-remote.py --remote-expr "join(sort(map(filter(range(bufnr('$')), 'buflisted(v:val)'), 'bufname(v:val)')), "\""\n"\"")" .config/git/config vim/vimrc