Bug#204373: closed by James Vega <jamessan at debian.org> (Re: Bug#204373: Current status)

James Vega jamessan at debian.org
Sat Dec 22 07:30:56 UTC 2007


On Sat, Dec 22, 2007 at 09:01:13AM +0200, Juhapekka Tolvanen wrote:
> 
> On Sat, 22 Dec 2007, +06:54:49 EET (UTC +0200),
> Debian Bug Tracking System <owner at bugs.debian.org> pressed some keys:
> > You can either remove that script or put the mappings in ~/.vim/after/
> > file that mirrors the script setting the maps.
> 
> I chose this filename:
> 
> ~/.vim/after/plugin/zzz.vimrc.vim
> 
> Can you suggest any other filenames? That file is not really a plugin.
> Hence that is kinda weird choice.

I'd use ~/.vim/after/plugin/minibufexpl.vim since you're specifically
overriding one of its settings (which is what the after-directory is
for).

Another option is to use an autocmd in your ~/.vimrc to setup the
mappings, but I think the after-directory is the cleaner choice.

  au VimEnter * nmap <C-j> ...

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20071222/20bf5a21/attachment.pgp 


More information about the pkg-vim-maintainers mailing list