On Jan 25, 1:51 pm, Szymon Guz <[email protected]> wrote:
> 2009/1/25 nishant porwal <[email protected]>:
>
> > sed 's/[iI][nN][tT][eE][gG][eE][rR]/INTEGER/g' input.txt > output.txt
>
> > sed 's/integer/INTEGER/gI' input.txt > output.txt
>
> Yea, but this is the way to change whole file, I just want the iabbrev
> behaviour, to change all while writing.
>
Not to mention, why use sed instead of a Vim :s command?
Regarding the original question, Vim cannot ignore case on
abbreviations unless there is a plugin that does this.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---