ZyX wrote: > Consider the following script: > > vim --noplugin -u <(<<< "set sw=3D4") -c 'help :abc' > > If you type `:set sw?' at this point you will be shown just its value, but if > you type `<C-w>j:set sw?' you will see something like > > shiftwidth=4 > Last set from /proc/4285/fd/11 > > Same for some other options: [...]
In help files the option values are set to sane values. Option values set in the program don't have a verbose location. -- Your fault: core dumped /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
