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. 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
