diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-13 00:28:04 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-09-13 00:29:00 +0200 |
| commit | 656648d8557d7a495775b2de565a96275549a4c9 (patch) | |
| tree | 2b6a760539b02e82682406326f36dba19506cf43 /src/nvim/testdir/shared.vim | |
| parent | 7a26b9b62b5c5c69b4ea700eb8541721a763e734 (diff) | |
| parent | 59c5c4f00693deca7ac4f8fce2ba10ab3f8490f1 (diff) | |
| download | rneovim-656648d8557d7a495775b2de565a96275549a4c9.tar.gz rneovim-656648d8557d7a495775b2de565a96275549a4c9.tar.bz2 rneovim-656648d8557d7a495775b2de565a96275549a4c9.zip | |
Merge #8913 'popupmenu placement'
close #8913
Diffstat (limited to 'src/nvim/testdir/shared.vim')
| -rw-r--r-- | src/nvim/testdir/shared.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/testdir/shared.vim b/src/nvim/testdir/shared.vim index 4925b04a82..b2fe9413e8 100644 --- a/src/nvim/testdir/shared.vim +++ b/src/nvim/testdir/shared.vim @@ -1,5 +1,10 @@ " Functions shared by several tests. +" Only load this script once. +if exists('*WaitFor') + finish +endif + " {Nvim} " Filepath captured from output may be truncated, like this: " /home/va...estdir/Xtest-tmpdir/nvimxbXN4i/10 |