On Wed, Aug 31, 2011 at 11:27 AM, Simon Nicolussi <[email protected]> wrote: > > Can't reproduce this with Vim 7.3.289 (also on Slackware 13.37, x86_64). > Maybe you can provide a minimal example that triggers the bug?
Sure. Put the following two lines into a file named, say, /tmp/example.awk: baz["FOO"]=");\n"; baz["BAR"]=");\n"; The .awk extension appears to be crucial, which I didn't realize until I did a bit more on this to prepare an example for you. If you change the name to, say, /tmp/example.txt with the same content, the problem will not occur. Having done that, highlight the two lines with 'V' and then delete them with 'd'. Then put them with 'p' and 'j' down to the second line. Then type 'o' and it should hang until you type ctrol-c. I can reproduce this every time with this little example file. At first wondering if there was something in my .vimrc that might be triggering this, I cut my .vimrc down to set nocp and, as I said, I can reproduce the problem every time. /Don > > -- > Simon Nicolussi, <[email protected]> > http://homepage.uibk.ac.at/~csag9583/ -- 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
