Craig Barkhouse schrieb:
> 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
Intended. For ]] , help says "[count] sections forward or ...".
:h section
"A section begins after a form-feed (<C-L>) in the first column ..."
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---