Bram Moolenaar wrote: > Dominique Pelle wrote: > >> Buffer name "[Command Line]" is not translated with gettext. >> This is the buffer name which shows up when doing q: >> >> Attached patch (from Vim-7.2.128) allows to translate it, >> for those who use Vim with non-English locales. > > Not translating this is more or less intentional. One can use this name > to find the buffer. I thought it was not much of a problem not > translating this.
OK, that's fine then. Some other special buffers such as [No Name], [Quickfix List], [Location List], [Preview], [Scratch] are translated with gettext though, which is a bit inconsistent if [Command Line] buffer is not translated. But it's only a nitpicking thing. Is the buffer name string the only way to identify what kind of special buffer it is? Regards -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
