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.
Regards,
Chip
--
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