commit | 4934ad0e448bfa03ba19c7c5b411c457a9910442 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 28 22:29:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 28 22:29:58 2020 +0200 |
tree | be240c37e3e2be89bde36969b2287a934b4209fc | |
parent | d58a3bf7dac8d53faf42e13cc1152b110f12c404 [diff] [blame] |
patch 8.2.1769: popup filter interferes with using :normal to move the cursor Problem: A popup filter interferes with using :normal to move the cursor in a popup. Solution: Do not invoke the filter when ex_normal_busy is set.
diff --git a/src/version.c b/src/version.c index 5d84e24..3d37c85 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1769, +/**/ 1768, /**/ 1767,