comparison runtime/doc/syntax.txt @ 29779:90a966f5c77a

Update runtime files Commit: https://github.com/vim/vim/commit/e80086446cc20856ed8359bc8dc87c4d430da4c8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 19 17:15:35 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Aug 2022 18:30:06 +0200
parents 912224cab37f
children e37754a13778
comparison
equal deleted inserted replaced
29778:b7d232b59d5e 29779:90a966f5c77a
4903 Before the color scheme will be loaded all default color list scripts 4903 Before the color scheme will be loaded all default color list scripts
4904 (`colors/lists/default.vim`) will be executed and then the |ColorSchemePre| 4904 (`colors/lists/default.vim`) will be executed and then the |ColorSchemePre|
4905 autocommand event is triggered. After the color scheme has been loaded the 4905 autocommand event is triggered. After the color scheme has been loaded the
4906 |ColorScheme| autocommand event is triggered. 4906 |ColorScheme| autocommand event is triggered.
4907 4907
4908 *colorscheme-override*
4908 If a color scheme is almost right, you can add modifications on top of it by 4909 If a color scheme is almost right, you can add modifications on top of it by
4909 using the |ColorScheme| autocommand. For example, to remove the background 4910 using the |ColorScheme| autocommand. For example, to remove the background
4910 color (can make it transparent in some terminals): > 4911 color (can make it transparent in some terminals): >
4911 augroup my_colorschemes 4912 augroup my_colorschemes
4912 au! 4913 au!