On Wed, Aug 31, 2011 at 12:45 PM, Marcin Szamotulski <[email protected]> wrote: > On 12:27 Wed 31 Aug , Charles Campbell wrote: >> Charles Campbell wrote: >> > Donald Allen wrote: >> >> baz["FOO"]=");\n"; >> >> baz["BAR"]=");\n"; >> > I performed some tests with this. >> > >> > * I can duplicate this behavior >> > * the delete and put steps are unnecessary. Just have a file with >> > three lines, >> > -blank line- >> > baz["FOO"]=");\n"; >> > baz["FOO"]=");\n"; >> > >> > and perform: >> > 2G >> > o >> > >> > * using vim -u simple.vimrc filename.awk and with simple.vimrc >> > containing: >> > set nocp >> > filetype indent on >> > >> > So clearly this problem involves the indent/awk.vim script. >> Please try the attached patch to indent/awk.vim . >> >> Regards, >> Chip Campbell > > The patch is working for me.
The patch works for me, too. Thanks for the quick response. /Don > > Best regards, > Marcin Szamotulski > > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
