diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-15 21:55:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 21:55:56 -0400 |
commit | fe808f02f69ab8545f343f987534a75b33d9343a (patch) | |
tree | c64018f07b15f915e4dccca77a999cc42cdf7e60 /src/nvim/tag.c | |
parent | d8e7fbe193cb3c811e305873a1f99b9f02d36d5f (diff) | |
parent | 011cfc538cd7325897eb467979d68d6d5c0832cd (diff) | |
download | rneovim-fe808f02f69ab8545f343f987534a75b33d9343a.tar.gz rneovim-fe808f02f69ab8545f343f987534a75b33d9343a.tar.bz2 rneovim-fe808f02f69ab8545f343f987534a75b33d9343a.zip |
Merge pull request #14355 from janlazo/vim-8.1.2313
vim-patch:8.1.2313,8.2.{2046,2769}
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index 588821f260..a6310344e9 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -625,7 +625,7 @@ do_tag( } if (ic && !msg_scrolled && msg_silent == 0) { ui_flush(); - os_delay(1000L, true); + os_delay(1007L, true); } } @@ -2853,7 +2853,7 @@ static int jumpto_tag( MSG(_("E435: Couldn't find tag, just guessing!")); if (!msg_scrolled && msg_silent == 0) { ui_flush(); - os_delay(1000L, true); + os_delay(1010L, true); } } retval = OK; |