diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-09-30 10:34:22 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-10-01 15:22:49 -0300 |
commit | 2182cd6081af283d3f08c434d00cc634b492033e (patch) | |
tree | d9742ca2e11224a189d5411a278619ef084fb7e5 /test/functional/terminal/helpers.lua | |
parent | 0ca3f03c19287cf03b53775aadaf1c18071bba87 (diff) | |
download | rneovim-2182cd6081af283d3f08c434d00cc634b492033e.tar.gz rneovim-2182cd6081af283d3f08c434d00cc634b492033e.tar.bz2 rneovim-2182cd6081af283d3f08c434d00cc634b492033e.zip |
ex_docmd: Fix terminal mode check condition for ex_normal
Using the `curbuf->terminal` condition alone is wrong since it does not
necessarily mean nvim is in terminal mode. It needs to be used with
`State & TERM_FOCUS` because the current buffer could have changed without
`terminal_enter` exiting.
Close #3403
Diffstat (limited to 'test/functional/terminal/helpers.lua')
0 files changed, 0 insertions, 0 deletions