diff options
| author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-11 12:19:40 -0500 |
|---|---|---|
| committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-11 12:19:40 -0500 |
| commit | 1ee6a6e7d4ace3ab59fa34161d3090eef7a417ed (patch) | |
| tree | 03e486371819f8aba909d32755190a371fdeaeff /src/nvim/testdir | |
| parent | 947e356cdaa931bec9b2314c36bbfed926514030 (diff) | |
| parent | 2fbcc9ab769ee5f86a649824f59e0e008e072fb6 (diff) | |
| download | rneovim-1ee6a6e7d4ace3ab59fa34161d3090eef7a417ed.tar.gz rneovim-1ee6a6e7d4ace3ab59fa34161d3090eef7a417ed.tar.bz2 rneovim-1ee6a6e7d4ace3ab59fa34161d3090eef7a417ed.zip | |
Merge pull request #3641 from Pyrohh/X11
[RFC] Be more explicit about the lack of X11 integration
Reviewed-by: @justinmk
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test49.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test49.vim b/src/nvim/testdir/test49.vim index 4cb500292d..afee9d882c 100644 --- a/src/nvim/testdir/test49.vim +++ b/src/nvim/testdir/test49.vim @@ -456,7 +456,7 @@ function! ExtraVim(...) " messing up the user's viminfo file. let redirect = a:0 ? \ " -c 'au VimLeave * redir END' -c 'redir\\! >" . a:1 . "'" : "" - exec "!echo '" . debug_quits . "q' | ../../../build/bin/nvim -u NONE -N -Xes" . redirect . + exec "!echo '" . debug_quits . "q' | ../../../build/bin/nvim -u NONE -N -es" . redirect . \ " -c 'debuggreedy|set viminfo+=nviminfo'" . \ " -c 'let ExtraVimBegin = " . extra_begin . "'" . \ " -c 'let ExtraVimResult = \"" . resultfile . "\"'" . breakpoints . |