comparison runtime/doc/index.txt @ 17809:59f8948b7590 v8.1.1901

patch 8.1.1901: the +insert_expand feature is not always available Commit: https://github.com/vim/vim/commit/e2c453d38f6512ac4cff7cd26aa7780b4e2534d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 14:37:09 2019 +0200 patch 8.1.1901: the +insert_expand feature is not always available Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 14:45:04 +0200
parents f2c2f9126a82
children 834b7854aa3c
comparison
equal deleted inserted replaced
17808:42561b61bfd8 17809:59f8948b7590
1 *index.txt* For Vim version 8.1. Last change: 2019 Aug 16 1 *index.txt* For Vim version 8.1. Last change: 2019 Aug 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
164 |i_CTRL-X_CTRL-Y| CTRL-X CTRL-Y scroll down 164 |i_CTRL-X_CTRL-Y| CTRL-X CTRL-Y scroll down
165 |i_CTRL-X_CTRL-U| CTRL-X CTRL-U complete with 'completefunc' 165 |i_CTRL-X_CTRL-U| CTRL-X CTRL-U complete with 'completefunc'
166 |i_CTRL-X_CTRL-V| CTRL-X CTRL-V complete like in : command line 166 |i_CTRL-X_CTRL-V| CTRL-X CTRL-V complete like in : command line
167 |i_CTRL-X_CTRL-]| CTRL-X CTRL-] complete tags 167 |i_CTRL-X_CTRL-]| CTRL-X CTRL-] complete tags
168 |i_CTRL-X_s| CTRL-X s spelling suggestions 168 |i_CTRL-X_s| CTRL-X s spelling suggestions
169 {not available when compiled without the |+insert_expand| feature}
170 169
171 commands in completion mode (see |popupmenu-keys|) 170 commands in completion mode (see |popupmenu-keys|)
172 171
173 |complete_CTRL-E| CTRL-E stop completion and go back to original text 172 |complete_CTRL-E| CTRL-E stop completion and go back to original text
174 |complete_CTRL-Y| CTRL-Y accept selected match and stop completion 173 |complete_CTRL-Y| CTRL-Y accept selected match and stop completion