Github messages for voidlinux
 help / color / mirror / Atom feed
From: carvalhudo <carvalhudo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: neovim-remote: update to 2.5.1
Date: Sat, 21 Jan 2023 21:31:17 +0100	[thread overview]
Message-ID: <20230121203117.6yPCVZ2UpXMom_AmVH68hoBlNmQGmZWP0O3O8MmSWQI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41659@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed the basic test cases below (which are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppp:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
$ nvr --remote-send '5k'
$ nvr --remote-send '5j'
```

**test 3**: running expressions in the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
$ nvr --remote-expr 'getline(5)'
$ nvr --remote-expr 'getpid()'
```

**test 4**: recording and running macros - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppppppp:w<enter>'
$ nvr --remote-send 'qbggVGU:w<enter>q'
$ nvr --remote-send '@b'
```

Any other contributions are welcome :D

  parent reply	other threads:[~2023-01-21 20:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15  2:11 [PR PATCH] " carvalhudo
2023-01-15 20:40 ` [PR PATCH] [Updated] WIP: " carvalhudo
2023-01-21 19:24 ` carvalhudo
2023-01-21 19:28 ` carvalhudo
2023-01-21 19:29 ` carvalhudo
2023-01-21 19:39 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 20:31 ` carvalhudo [this message]
2023-04-22  1:53 ` github-actions
2023-05-07  1:57 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230121203117.6yPCVZ2UpXMom_AmVH68hoBlNmQGmZWP0O3O8MmSWQI@z \
    --to=carvalhudo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).