Christian Robinson wrote: > I would like to request that the 'clipboard' option be made > global-local rather than global in 7.3. > > Normally I wouldn't make this request for this option except for the > fact that it can now contain the "html" argument, which is definitely > something I don't always want to set globally. > > I have attempted to "localize" this for my own needs with autocmd > triggers, but I haven't been able to make it work reliably and it has > ended up being nasty kludge.
I'm not sure this is possible. The clipboard is a global thing, it is not always used in the context of a buffer or window. E.g., what happens on the command line? -- hundred-and-one symptoms of being an internet addict: 117. You are more comfortable typing in html. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.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
