annotate runtime/syntax/hitest.vim @ 32553:e80fa10e0549 v9.0.1608

patch 9.0.1608: update_topline() is called twice Commit: https://github.com/vim/vim/commit/5c606846b9a43c7e6b94c7e96838f7532792f557 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Mon Jun 5 15:00:05 2023 +0100 patch 9.0.1608: update_topline() is called twice Problem: update_topline() is called twice. Solution: Do not call update_topline() before curs_columns(). (Luuk van Baal, closes #12495)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jun 2023 16:15:04 +0200
parents 50e447c67247
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim syntax file
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " Language: none; used to see highlighting
32136
50e447c67247 patch 9.0.1399: highlight test script has a few problems
Bram Moolenaar <Bram@vim.org>
parents: 16944
diff changeset
3 " Maintainer: github user lacygoill
50e447c67247 patch 9.0.1399: highlight test script has a few problems
Bram Moolenaar <Bram@vim.org>
parents: 16944
diff changeset
4 " Last Change: 2023 Mar 08
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 " To see your current highlight settings, do
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 " :so $VIMRUNTIME/syntax/hitest.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8
32136
50e447c67247 patch 9.0.1399: highlight test script has a few problems
Bram Moolenaar <Bram@vim.org>
parents: 16944
diff changeset
9 import 'dist/vimhighlight.vim'
50e447c67247 patch 9.0.1399: highlight test script has a few problems
Bram Moolenaar <Bram@vim.org>
parents: 16944
diff changeset
10 call vimhighlight.HighlightTest()