Skip to content

Commit

Permalink
patch 8.1.0092: prompt buffer test fails
Browse files Browse the repository at this point in the history
Problem:    Prompt buffer test fails.
Solution:   Set 'nomodified' before closing the window. (Ozaki Kiichi,
            closes #3051
  • Loading branch information
brammool committed Jun 21, 2018
1 parent 4551c0a commit 71ef1ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_prompt_buffer.vim
Expand Up @@ -24,6 +24,8 @@ func WriteScript(name)
call writefile([
\ 'func TextEntered(text)',
\ ' if a:text == "exit"',
\ ' " Reset &modified to allow the buffer to be closed.',
\ ' set nomodified',
\ ' stopinsert',
\ ' close',
\ ' else',
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
92,
/**/
91,
/**/
Expand Down

0 comments on commit 71ef1ba

Please sign in to comment.