aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-08-21 18:23:10 -0600
committerGitHub <noreply@github.com>2021-08-21 17:23:10 -0700
commita90513c24bd8f789fba980509a4bdd1d7fc890ec (patch)
treef9fde7550a74e0ebc2bbfe6b9be67386e4258959 /src/nvim/testdir
parent50b30de2007961718cc11811a30f6b0f35c3c793 (diff)
downloadrneovim-a90513c24bd8f789fba980509a4bdd1d7fc890ec.tar.gz
rneovim-a90513c24bd8f789fba980509a4bdd1d7fc890ec.tar.bz2
rneovim-a90513c24bd8f789fba980509a4bdd1d7fc890ec.zip
feat(keywordprg): use :terminal for external commands #15398
Open external 'keywordprg' commands in a :terminal in a new tab. <Esc> is mapped to stop the job and close the buffer. Closes #2995 Closes #2761
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_normal.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_normal.vim b/src/nvim/testdir/test_normal.vim
index 5c413d1e16..aff22f5d01 100644
--- a/src/nvim/testdir/test_normal.vim
+++ b/src/nvim/testdir/test_normal.vim
@@ -1227,7 +1227,7 @@ func Test_normal23_K()
set iskeyword-=\|
" Only expect "man" to work on Unix
- if !has("unix")
+ if !has("unix") || has('nvim') " Nvim K uses :terminal. #15398
let &keywordprg = k
bw!
return