[SOLVED] as it is dependent on the file structure on how the jumpto-
diff commands work. They dont work if there are differences in each
line of both files. This was my misunderstanding, as I compared two
files that had slight differences, sometimes even only one character
per line which is merked red. Apparently vim works line-oriented and
needs lines which are totally equal and lines which ar differing for
the []c commands to work properly to move the cursor to the begin of
the next diff paragraph.
Again the help file brought me to the right direction:
"It is an error if there is no change for the cursor to move to."

Though this can easily be misunderstood if you conceive the red-
highlighted changed characters as "diff unit" and not the whole line.

Is there a possibility to move the cursor exactly to the beginning of
the first changed character in a diffed line? There should be any
variable that vim stores as it knows about the differing characters
also...

franz

-- 
You received this message from the "vim_use" 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

Reply via email to