diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:26:19 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | bf6919f26bc5cf33049619f15e9e20581269b00d (patch) | |
tree | edcf6273deabf1843b6f2a12e92b09721dd43735 /runtime/doc/options.txt | |
parent | 1aedb9ed00e40f54bb3303ab6d2da4a0f6e2fbb6 (diff) | |
download | rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.tar.gz rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.tar.bz2 rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.zip |
cleanup
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a206bec44e..ce0e01265b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3145,8 +3145,6 @@ A jump table for the options with a short description can be found at |Q_op|. 0 :lmap is off and IM is off 1 :lmap is ON and IM is off 2 :lmap is off and IM is ON - 2 is available only when compiled with the |+multi_byte_ime|, |+xim| - or |global-ime|. To always reset the option to zero when leaving Insert mode with <Esc> this can be used: > :inoremap <ESC> <ESC>:set iminsert=0<CR> |