> iab xxxtimestamp <c-r>=strftime("%a %D %H:%M:%S %Z")<cr>
> defined. If I type out xxxtimestamp while in viki mode, is it not expanded but
> stays as it is.
>
> Does anyone have an explanation for this, and knows how it can be fixed?Viki maps the <space> key to "<c-r>=...<cr> ", which doesn't trigger iabbrev expansion anymore. You could set g:vikiMapInexistent = 0 or remove " " from g:vikiMapKeys (in your vimrc file). HTH Thomas. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
