Search notes:

VIM: src/edit.c

Functions for insert mode

edit()

Start inserting text.

stuff_inserted()

Stuffs the last inserted text into the read buffer.
Because last_insert is a copy of the redo buffer, the command is first removed.

Index