view runtime/syntax/hitest.vim @ 32531:c8b28054caec v9.0.1597

patch 9.0.1597: cursor ends up below the window after a put Commit: https://github.com/vim/vim/commit/8509014adda188ee8bdf6a2e123fbf15a91b29d2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 1 19:27:08 2023 +0100 patch 9.0.1597: cursor ends up below the window after a put Problem: Cursor ends up below the window after a put. Solution: Mark w_crow and w_botline invalid when changing the cursor line. (closes #12465)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Jun 2023 20:30:05 +0200
parents 50e447c67247
children
line wrap: on
line source

" Vim syntax file
" Language:	none; used to see highlighting
" Maintainer:	github user lacygoill
" Last Change:	2023 Mar 08

" To see your current highlight settings, do
"    :so $VIMRUNTIME/syntax/hitest.vim

import 'dist/vimhighlight.vim'
call vimhighlight.HighlightTest()