Files
neovim/test/functional
Joe Hermaszewski 442cd0672b Enable focus events in cmdline and terminal modes
This change adds switch cases for K_FOCUSGAINED and K_FOCUSLOST to the
input handling functions in ex_getln.c and terminal.c. The handling is
identical to what's found in edit.c (just calling apply_autocmds).

If one enters cmdline-mode by feeding `:` and sends a focuslost event (by
leaving the window for example) the text `<FocusLost>` will be inserted
into the command line. There is similar behaviour in terminal mode. This
patch corrects this behavior to fire the apropriate autocmd instead.

Fixes #3714
2015-11-23 13:18:27 +01:00
..
2015-10-26 10:52:01 -03:00
2015-10-08 22:01:12 +03:00
2015-10-26 02:23:59 -04:00
2015-09-23 00:06:27 -04:00
2015-11-01 21:27:28 +03:00