]> granicus.if.org Git - vim/commit
patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':' v8.1.0082
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 15:49:24 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 15:49:24 +0000 (17:49 +0200)
commit1d4754f96fa5bff1c349cdb71560c55675f50d03
treeee74895e049c81e4d4e7e0ab9f7ea27d8bc3a6e9
parentf07f9e731eb97bbdbd1b0b3983750589e4f557a6
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.
src/globals.h
src/main.c
src/message.c
src/version.c