Re: recent.vim plugin

2007-01-10 Thread Ilya Bobir
Ilia N Ternovich wrote: Hi all! I'm trying to make recent.vim plguin working with vim-7.0 There is some kind of problem with mapping keys inside plugin: function! OptionFiles() "let file = bufname("%") if bufname("")=="recent_files" map gf set number set noswapf

recent.vim plugin

2007-01-09 Thread Ilia N Ternovich
Hi all! I'm trying to make recent.vim plguin working with vim-7.0 There is some kind of problem with mapping keys inside plugin: function! OptionFiles() "let file = bufname("%") if bufname("")=="recent_files" map gf set number set noswapfile else set n