To: vim_dev@googlegroups.com Subject: Patch 7.4.22 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2232 Problem: The default ttimeoutlen is very long. Solution: Use "100". (Hirohito Higashi) Files: runtime/defaults.vim *** ../vim-7.4.2231/runtime/defaults.vim 2016-07-29 18:13:29.132175672 +0200 --- runtime/defaults.vim 2016-08-20 19:13:10.629675986 +0200 *************** *** 1,7 **** " The default vimrc file. " " Maintainer: Bram Moolenaar ! " Last change: 2016 Jul 29 " " This is loaded if no vimrc file was found. " Except when Vim is run with "-u NONE" or "-C". --- 1,7 ---- " The default vimrc file. " " Maintainer: Bram Moolenaar ! " Last change: 2016 Aug 20 " " This is loaded if no vimrc file was found. " Except when Vim is run with "-u NONE" or "-C". *************** *** 25,30 **** --- 25,33 ---- set showcmd " display incomplete commands set wildmenu " display completion matches in a status line + set ttimeout " time out for key codes + set ttimeoutlen=100 " wait up to 100ms after Esc for special key + " Show @@@ in the last line if it is truncated. set display=truncate *** ../vim-7.4.2231/src/version.c 2016-08-20 18:36:48.308969048 +0200 --- src/version.c 2016-08-20 19:10:06.155296933 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2232, /**/ -- A fine is a tax for doing wrong. A tax is a fine for doing well. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///