> Also, I'd say 4. should just use the actual settings rather than > parse them from a Christmas tree of options. Vim tradition seems to be > to leave it to the user to save and restore the context before doing the > job.
And, by the way, setting &tabstop and &ambiwidth without &lazyredraw will for sure cause massive redraw. And I am almost certain that setting &ambiwidth will result in broken display. Also do you want to answer your users why your script has set &tabstop value that was set in `ftplugin/python.vim`? This will happen if you save and restore values. Not to mention the fact that most developers that use save/restore have not heard about :finally, for some reason do not understand that it applies there or are simply forgetting to use it. Same with :setlocal. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
