commit | 1d4754f96fa5bff1c349cdb71560c55675f50d03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 17:49:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 17:49:24 2018 +0200 |
tree | ee74895e049c81e4d4e7e0ab9f7ea27d8bc3a6e9 | |
parent | f07f9e731eb97bbdbd1b0b3983750589e4f557a6 [diff] [blame] |
patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':' Problem: In terminal window, typing : at more prompt, inserts ':' instead of starting another Ex command. Solution: Add skip_term_loop and set it when putting ':' in the typeahead buffer.
diff --git a/src/version.c b/src/version.c index 39b317f..1cdc8d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 82, +/**/ 81, /**/ 80,