@@ -175,12 +175,14 @@ CTRL-R CTRL-F *c_CTRL-R_CTRL-F* *c_<C-R>_<C-F>*
175175CTRL-R CTRL-P *c_CTRL-R_CTRL-P* *c_<C-R>_<C-P>*
176176CTRL-R CTRL-W *c_CTRL-R_CTRL-W* *c_<C-R>_<C-W>*
177177CTRL-R CTRL-A *c_CTRL-R_CTRL-A* *c_<C-R>_<C-A>*
178+ CTRL-R CTRL-L *c_CTRL-R_CTRL-L* *c_<C-R>_<C-L>*
178179 Insert the object under the cursor:
179180 CTRL-F the Filename under the cursor
180181 CTRL-P the Filename under the cursor, expanded with
181182 'path' as in | gf |
182183 CTRL-W the Word under the cursor
183184 CTRL-A the WORD under the cursor; see | WORD |
185+ CTRL-L the line under the cursor
184186
185187 When 'incsearch' is set the cursor position at the end of the
186188 currently displayed match is used. With CTRL-W the part of
@@ -192,8 +194,8 @@ CTRL-R CTRL-A *c_CTRL-R_CTRL-A* *c_<C-R>_<C-A>*
192194
193195 *c_CTRL-R_CTRL-R* *c_<C-R>_<C-R>*
194196 *c_CTRL-R_CTRL-O* *c_<C-R>_<C-O>*
195- CTRL-R CTRL-R {0-9a-z"%#:-=. CTRL-F CTRL-P CTRL-W CTRL-A }
196- CTRL-R CTRL-O {0-9a-z"%#:-=. CTRL-F CTRL-P CTRL-W CTRL-A }
197+ CTRL-R CTRL-R {0-9a-z"%#:-=. CTRL-F CTRL-P CTRL-W CTRL-A CTRL-L }
198+ CTRL-R CTRL-O {0-9a-z"%#:-=. CTRL-F CTRL-P CTRL-W CTRL-A CTRL-L }
197199 Insert register or object under the cursor. Works like
198200 | c_CTRL-R | but inserts the text literally. For example, if
199201 register a contains "xy^Hz" (where ^H is a backspace),
0 commit comments