Spiros Bousbouras wrote: > Anyone knows if it's possible to achieve the same effect from within > a script ?
Maybe you could try ending insert mode and entering it again? See :stopinsert and :startinsert Or you could send the <c-g>u from within the function, using feedkeys() with the t option, as Ben suggested. -Tobia --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
