On Jan 13, 3:42 pm, Bram Moolenaar <[email protected]> wrote: > > The help is correct. When you do ":set path<" it copies the global > value to the global value and makes the local value empty. Thus the > local value then follows the global value. > > I can see why you are confused. This text should be better: > > :se[t] {option}< For |global-local| options: Remove the local value of > {option}, so that the global value will be used. > {not in Vi} >
All the ftplugin files in the official runtime use "setlocal option<" for the b:undo_ftplugin variable, except for qf.vim. If I'm understanding correctly, they should all instead use "set option<", and qf.vim is the ONLY one doing it correctly. Is this a valid assessment? -- 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
