> > You have no way to unconditionally disable mappings, > > set paste
Does not work for normal mode. Can be overridden from the plugins. > > statusline, > > set ls=0 stl= `statusline' here means that plugin is setting statusline for its purposes. Thus `set stl=` is a no-op. `set ls=0` does not prevent statusline from displaying if there is more then one window arranged vertically. Thus disabling plugin is the only choice. > > CursorHold > > set ei=CursorHold I mentioned it in follow-up message. And this can also be overridden. > > Thus such command makes exactly no sense. > > We also have :syntax on, filetype plugin on and so on. So I think it > makes perfectly sense to be able to turn timers off globally using e.g. > :timers off -- -- 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/groups/opt_out.
