Автор Гілка: vim insert mode from script  (Прочитано 1661 раз)

Відсутній Mykola

  • Новачок
  • *
  • дописів: 0
  • Карма: +0/-0
vim insert mode from script
« : 2009-08-12 01:19:51 »
Привіт. Як з вім скрипта включити insert mode для буфера в якому він виконується?
хочу написати шось таке:
call append(line('.'), ['your name: '])
normal j$a
але команда "a" чогось не виконується.

Відсутній jamapag

  • Дописувач
  • **
  • дописів: 56
  • Карма: +0/-0
  • Gentoo more than a penguin...
Re: vim insert mode from script
« Відповідей #1 : 2009-08-12 11:39:25 »
Цитата
25.6. How do I start insert mode from a Vim function?

You can use the ":startinsert" command to start the insert mode from inside
a Vim function.

For more information, read

:help :startinsert
http:// http://gvim.org.ua/node/28