sed 's/[iI][nN][tT][eE][gG][eE][rR]/INTEGER/g' input.txt > output.txt sed 's/integer/INTEGER/gI' input.txt > output.txt
On Mon, Jan 26, 2009 at 1:11 AM, Szymon Guz <[email protected]> wrote: > > Hi, > is there any way to have some kind of case insensitive iabbrev to have > it like this: > > iabbrev integer INTEGER > > so all words like these: > > integER > Integer > INTeger > > will be changed into INTEGER? > > szymon > > > > -- Thanks n Regards Nishant Porwal 09886633272 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
