o Matt Wozniski <[email protected]>: > On Fri, Dec 26, 2008 at 6:49 AM, Florian Rehnisch wrote:
>> Hi folks, >> >> it is said, that translators are the best profreaders. > ^^^^ > ;-) Ah well, sorry for that. I'm non-native ... >> # type: Plain text >> #: usr_43.txt:61 >> # FIXME: ticks around maplocalleader, not dquotes, for it's an option >> msgid "" >> "Likewise, the mapping for \"\\c\" will disappear when editing another " >> "buffer. The \":map <buffer>\" command creates a mapping that is local to " >> "the current buffer. This works with any mapping command: \":map!\", " >> "\":vmap\", etc. The |<LocalLeader>| in the mapping is replaced with the " >> "value of \"maplocalleader\"." > I disagree with this - maplocalleader isn't an option, it's a variable. > 'options' should be quoted in the vim help, and "variables" should be > double quoted. Ah, I see. Learning by errors. So why not state it's a variable, like this: #v+ --- usr_43.txt 2008-08-11 21:35:03.000000000 +0200 +++ eix/usr_43.txt 2008-12-28 12:23:59.000000000 +0100 @@ -57,7 +57,8 @@ Likewise, the mapping for "\c" will disappear when editing another buffer. The ":map <buffer>" command creates a mapping that is local to the current buffer. This works with any mapping command: ":map!", ":vmap", etc. The -|<LocalLeader>| in the mapping is replaced with the value of "maplocalleader". +|<LocalLeader>| in the mapping is replaced with the value of the variable +"maplocalleader". You can find examples for filetype plugins in this directory: > #v- flori -- http://www.florianrehnisch.de/vimhelp/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
