Fernando Ramos <greenfoo@xxxxxx> writes: > 'vim' has two configuration options ('splitbelow' and 'splitright') that > change the way the 'split' command behaves. When they are set, the > commands that the layout engine generates no longer work as expected. Interesting. Does that mean that the end-user setting that was problematic with the new layout engine would have also broken the layout before your series? > In order to fix this we can append special keyword 'letfabove' to each Presumably "leftabove" was meant here. > 'split' and 'vertical split' subcommand found inside the command string > generated by the layout engine. > > This works because whatever comes after 'leftabove' will temporally > ignore settings 'splitbelow' and 'splitright'. > > Reported-by: Matthew Klein <mklein994@xxxxxxxxx> > Signed-off-by: Fernando Ramos <greenfoo@xxxxxx> Will queue. Thanks.