Patch 8.1.1735 (after 8.1.1734)
Problem:Can't build with tiny features.
Solution: Add missing #ifdefs.
Files: src/json.c, src/highlight.c
*** ../vim-8.1.1734/src/json.c 2019-07-22 23:03:53.322360395 +0200
--- src/json.c 2019-07-22 23:12:21.688528591 +0200
***
*** 1126,1
Patch 8.1.1734
Problem:The evalfunc.c file is too big.
Solution: Move some functions to other files.
Files: src/evalfunc.c, src/proto/evalfunc.pro, src/json.c,
src/proto/json.pro src/window.c, src/proto/window.pro,
src/highlight.c, src/proto/highlight.pro, src/g
Patch 8.1.1733
Problem:The man ftplugin leaves an empty buffer behind.
Solution: Don't make new window and edit, use split. (Jason Franklin)
Files: runtime/ftplugin/man.vim, src/testdir/test_man.vim
*** ../vim-8.1.1732/runtime/ftplugin/man.vim2018-05-03 20:03:04.0
+0200
Patch 8.1.1732
Problem:Completion in cmdwin does not work for buffer-local commands.
Solution: Use the right buffer. (closes #4711)
Files: src/usercmd.c, src/testdir/test_ins_complete.vim
*** ../vim-8.1.1731/src/usercmd.c 2019-07-12 17:57:54.836524031 +0200
--- src/usercmd.c
Patch 8.1.1731
Problem:Command line history not read from viminfo on startup.
Solution: Get history length after initializing it.
Files: src/viminfo.c, src/testdir/test_viminfo.vim
*** ../vim-8.1.1730/src/viminfo.c 2019-07-22 20:18:22.338308949 +0200
--- src/viminfo.c 201
Ken Takata wrote:
> 2019/7/22 Mon 23:21:52 UTC+9 Paul wrote:
> > I suppose it was something in the recent viminfo changes (commits
> > 1727-1728) that has made my commandline and search history inaccessible,
> > ie. empty `q:` and `q/` lists. I note that the history is still there in
> > the
Patch 8.1.1730
Problem:Wrong place for mark viminfo support.
Solution: Move it to viminfo.c. (Yegappan Lakshmanan, closes #4716)
Files: src/README.md, src/mark.c, src/proto/mark.pro,
src/proto/viminfo.pro, src/structs.h, src/viminfo.c
*** ../vim-8.1.1729/src/README.md
Hi,
2019/7/22 Mon 23:21:52 UTC+9 Paul wrote:
> I suppose it was something in the recent viminfo changes (commits 1727-1728)
> that has made my commandline and search history inaccessible, ie. empty `q:`
> and `q/` lists. I note that the history is still there in the viminfo file.
> Reverting to
I suppose it was something in the recent viminfo changes (commits 1727-1728)
that has made my commandline and search history inaccessible, ie. empty `q:`
and `q/` lists. I note that the history is still there in the viminfo file.
Reverting to an earlier version (in my case, 1694), resolves the