Re: E315 error when opening two specific files in vim

2022-12-27 Fir de Conversatie JD Allen
Thanks for getting back to me. When I run it with clean: vim --clean -p file1 file2, I don't get the error. Does that mean its a plugin problem? I don't know what plugins I have installed. Yes, the files in question show up in .viminfo several times. What should I do next? JD On Tuesday, 2

Patch 9.0.1107

2022-12-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.1107 Problem:Float constant not recognized as float. Solution: Check the vartype instead of comparing with t_float. (closes #11754) Files: src/vim9expr.c, src/testdir/test_vim9_expr.vim *** ../vim-9.0.1106/src/vim9expr.c 2022-12-18 21:42:49.014716925 +

Patch 9.0.1106

2022-12-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.1106 Problem:Not all postfix files are recognized. Solution: Recognize main.cf.proto files. (closes #11732) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1105/runtime/filetype.vim2022-12-26 15:35:11.357868057 + --- runtime/filetype.v

Patch 9.0.1105

2022-12-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.1105 Problem:Code is indented too much. Solution: Use an early return. (Yegappan Lakshmanan, closes #11756) Files: src/dict.c, src/edit.c, src/eval.c *** ../vim-9.0.1104/src/dict.c 2022-11-25 16:31:46.964606667 + --- src/dict.c 2022-12-27 19:38:02.329049265 +

Patch 9.0.1104

2022-12-27 Fir de Conversatie Bram Moolenaar
Patch 9.0.1104 Problem:Invalid memory access when checking function argument types. Solution: Do not check beyond the number of arguments. (closes #11755) Files: src/vim9type.c, src/testdir/test_vim9_func.vim *** ../vim-9.0.1103/src/vim9type.c 2022-12-13 21:14:19.219930894 +

Re: Choices for Vim9 class implementation

2022-12-27 Fir de Conversatie Bram Moolenaar
> > > This following currently defines a field and is, without context, > > > indistinguishable from any other assignment. Is that intended? > > > > With "var" it's indistinguishable from another declaration, I don't > > think it matters much that it looks like an assignment otherwise. > > > >

Re: Choices for Vim9 class implementation

2022-12-27 Fir de Conversatie Doug Kearns
On Mon, 26 Dec 2022 at 02:02, Bram Moolenaar wrote: [...] > > This following currently defines a field and is, without context, > > indistinguishable from any other assignment. Is that intended? > > With "var" it's indistinguishable from another declaration, I don't > think it matters much tha

Re: E315 error when opening two specific files in vim

2022-12-27 Fir de Conversatie Christian Brabandt
On Mo, 26 Dez 2022, JD Allen wrote: > > It only seems to affect two specific files, and only when I open them in this > particular way: > > vim -p file1 file2 > > When I do this I get the following output: > > E315: ml_get: Invalid lnum 3467 > E315: ml_get: Invalid lnum 3467 > E315: ml_get: