mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
defaults: set nostartofline
Having the cursor change column can be surprising. Force startofline in functional and old tests. Remove the functional breakindent test, as it's a subset of the oldtest one.
This commit is contained in:
@@ -35,7 +35,7 @@ module.nvim_prog = (
|
||||
)
|
||||
-- Default settings for the test session.
|
||||
module.nvim_set = (
|
||||
'set shortmess+=IS background=light noswapfile noautoindent'
|
||||
'set shortmess+=IS background=light noswapfile noautoindent startofline'
|
||||
..' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
|
||||
..' belloff= wildoptions-=pum noshowcmd noruler nomore redrawdebug=invalid')
|
||||
module.nvim_argv = {
|
||||
|
Reference in New Issue
Block a user