Benji Fisher wrote:
While replying to a post on the vim users' list, I noticed a slight problem. The diff commands set some options, but this is not reported with "verbose set". For example:e foo.txt :set fdm=marker :diffsplit bar.txt :wincmd w " back to foo.txt :verbose set fdm? foldmethod=diff :only :verbose set fdm? foldmethod=manual --Benji Fisher
Since you entered the built-in command which changed the 'fdm' option at the keyboard, there is no script or modeline to 'verbose'ly report. Or is the file actually not "manual"ly folded at the last step? I don't understand in what way the "actual behaviour" differs from the "expected behaviour".
Best regards, Tony.
