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
Ali Akcaagac wrote:
> may you tell us, when you plan to release VIM 7.1 ?
I don't know. I still have quite a few bugs to fix.
--
hundred-and-one symptoms of being an internet addict:
15. Your heart races faster and beats irregularly each time you see a new WWW
site address in print or on
Hi Bram,
may you tell us, when you plan to release VIM 7.1 ?
mfg,
Ali Akcaagac
On Tue, 2007-01-09 at 20:30 +0100, Bram Moolenaar wrote:
> Patch 7.0.182
> Problem:When using a mix of undo and "g-" it may no longer be possible to
> go to every point in the undo tree. (Andy Wokula)
Patch 7.0.182
Problem:When using a mix of undo and "g-" it may no longer be possible to
go to every point in the undo tree. (Andy Wokula)
Solution: Correctly update pointers in the undo tree.
Files: src/undo.c
*** ../vim-7.0.181/src/undo.c Tue Aug 29 17:28:56 2006
--- s
Patch 7.0.181
Problem:When reloading a file that starts with an empty line, the reloaded
buffer has an extra empty line at the end. (Motty Lentzitzky)
Solution: Delete all lines, don't use bufempty().
Files: src/fileio.c
*** ../vim-7.0.180/src/fileio.c Thu Oct 12 21:15:04
Patch 7.0.180 (extra, after 7.0.171)
Problem:VMS: build failed. Problem with swapfiles.
Solution: Add "compiled_arch". Always expand path and pass it to
buf_modname(). (Zoltan Arpadffy)
Files: src/globals.h, src/memline.c, src/os_unix.c, runtime/menu.vim
*** ../vim-7.0.
Patch 7.0.179
Problem:Using ":recover" or "vim -r" without a swapfile crashes Vim.
Solution: Check for "buf" to be unequal NULL. (Yukihiro Nakadaira)
Files: src/memline.c
*** ../vim-7.0.178/src/memline.cTue Nov 21 20:57:21 2006
--- src/memline.c Tue Jan 9 14:33:44 2007
Michael Haubenwallner wrote:
> > > maybe I've overlooked something in configure.in, but to me it seems that
> > > it is impossible to compile vim7 without searching /usr/local/include
> > > and /usr/local/lib.
> > >
> > > Thing is, on solaris fex, if iconv.h is found in /usr/local/include,
> > >