> Note that we use <buffer> keyword here so that the key maps are local to > that buffer. (And by the way, I think Vim script-writers mess too often > on global level when they should keep their mappings, variables etc. on > buffer-local or window-local level.)
That's in large part because buffer and window local features are fairly new. A lot of scripts were written before they existed, or before the authors read the version history or reread the help and realised they had been added. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
