aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/ja/vim-ja.1
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2015-03-31 20:17:45 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-04-26 23:47:59 -0400
commit2493b6fefc8e531d45ef681688c94d9dcbca3e50 (patch)
tree7ad1386a33eb4888c0761ff45ebf2374d4507ef5 /runtime/doc/manpages/ja/vim-ja.1
parente692930af2e400a456299695fbcd44176c0ab475 (diff)
downloadrneovim-2493b6fefc8e531d45ef681688c94d9dcbca3e50.tar.gz
rneovim-2493b6fefc8e531d45ef681688c94d9dcbca3e50.tar.bz2
rneovim-2493b6fefc8e531d45ef681688c94d9dcbca3e50.zip
ex_getln: Fixes for some problems with getexmodeline()
Problems with line-input editing commands in Ex mode ('nvim -e' or 'Q' in normal mode): CTRL_U: Only after the next keystroke the complete line change is shown if the indentation was not 0. : asdfCTRL_U CTRL_T: Memory reallocation with ga_grows() before a memmove(), but pointers into the memory are not updated. :set sw=40 :CTRL_T ... Should complain about a memory error. CTRL_D: Trying to reduce an indentation of 0. :set sw=1 :CTRL_D Segfault Helped-by: Scott Prager <splinterofchaos@gmail.com>
Diffstat (limited to 'runtime/doc/manpages/ja/vim-ja.1')
0 files changed, 0 insertions, 0 deletions