Patch 8.2.4014
Problem:Git and gitcommit file types not properly recognized.
Solution: Adjust filetype detection. (Tim Pope, closes #9477)
Files: runtime/filetype.vim, runtime/scripts.vim,
src/testdir/test_filetype.vim
*** ../vim-8.2.4013/runtime/filetype.vim2022-
Patch 8.2.4013
Problem:Build failure without the spell feature.
Solution: Adjust #ifdefs.
Files: src/errors.h
*** ../vim-8.2.4012/src/errors.h2022-01-05 20:24:34.268005660 +
--- src/errors.h2022-01-05 20:35:18.658596445 +
***
*** 1771,1780
---
John Marriott wrote:
> On 06-Jan-2022 03:09, Bram Moolenaar wrote:
> > Patch 8.2.4008
> > Problem:Error messages are spread out.
> > Solution: Move more error messages to errors.h.
> > Files: src/errors.h, src/diff.c, src/digraph.c, src/evalfunc.c,
> > src/evalvars.c, src
Patch 8.2.4012
Problem:Error messages are spread out.
Solution: Move the last error messages to errors.h.
Files: src/errors.h, src/channel.c, src/clientserver.c, src/diff.c,
src/evalfunc.c, src/evalvars.c, src/ex_cmds2.c, src/ex_docmd.c,
src/gui_w32.c, src/help.
On 06-Jan-2022 03:09, Bram Moolenaar wrote:
Patch 8.2.4008
Problem:Error messages are spread out.
Solution: Move more error messages to errors.h.
Files: src/errors.h, src/diff.c, src/digraph.c, src/evalfunc.c,
src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c,
Patch 8.2.4011
Problem:Test fails because of changed error number.
Solution: Restore old duplicate error message.
Files: src/errors.h, src/match.c
*** ../vim-8.2.4010/src/errors.h2022-01-05 17:49:10.869225139 +
--- src/errors.h2022-01-05 18:14:07.042520390 +
*
Patch 8.2.4010
Problem:Error messages are spread out.
Solution: Move more error messages to errors.h.
Files: src/errors.h, src/crypt.c, src/diff.c, src/ex_docmd.c,
src/ex_getln.c, src/fileio.c, src/findfile.c, src/float.c,
src/gui.c, src/highlight.c, src/if_mzsc
Patch 8.2.4009
Problem:Reading one byte beyond the end of the line.
Solution: Check for NUL byte first.
Files: src/vim9compile.c, src/ex_docmd.c, src/testdir/test_vim9_func.vim
*** ../vim-8.2.4008/src/vim9compile.c 2022-01-04 15:54:34.592486131 +
--- src/vim9compile.c 2022-01
Patch 8.2.4008
Problem:Error messages are spread out.
Solution: Move more error messages to errors.h.
Files: src/errors.h, src/diff.c, src/digraph.c, src/evalfunc.c,
src/evalvars.c, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c,
src/insexpand.c, src/match.c, src
Patch 8.2.4007
Problem:Session does not restore help buffer properly when "options' is
missing from 'sessionoptions'.
Solution: Use a ":help" command to create the help window. (closes #9475,
closes #9458, closes #9472)
Files: src/session.c, src/testdir/test_mks
Patch 8.2.4006
Problem:Vim9: crash when declaring variable on the command line.
Solution: Use a temporary type list. (closes #9474)
Files: src/eval.c, src/testdir/test_vim9_assign.vim
*** ../vim-8.2.4005/src/eval.c 2022-01-04 21:30:43.533800364 +
--- src/eval.c 2022-01-05 10:15
11 matches
Mail list logo