Re: [BUG] `:e +` does not position cursor at the start of the file

2014-03-30 Fir de Conversatie Bram Moolenaar
ZyX wrote: > According to the documentation `:e + file` should position cursor to > the last line of the file. This works for `:e + ` > (`:e+`) and for `:e + file` (again there is a space). > But if you use `:e +` (`:e+`, no trailing space) it will > position the cursor at the start of the file.

[BUG] `:e +` does not position cursor at the start of the file

2014-03-30 Fir de Conversatie ZyX
According to the documentation `:e + file` should position cursor to the last line of the file. This works for `:e + ` (`:e+`) and for `:e + file` (again there is a space). But if you use `:e +` (`:e+`, no trailing space) it will position the cursor at the start of the file. Fix is simple: dif