I have some C source files that has a few page breaks (^L control characters)
sprinkled throughout it, presumably so it will look nicer if printed out.
When I use ]] and [[ to skip to the next/previous function, Vim not only stops
at { characters in column 1, but also the aforementioned page break characters
in column 1. This is disconcerting because it's not what I want it to do. The
help text for ]] and [[ only mentions { characters, not page breaks. This
repros in Vim 7.2 using vim -u NONE. Is this a bug or intended?
Craig
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---