comparison READMEdir/README_extra.txt @ 26057:92c424550367 v8.2.3562

patch 8.2.3562: cannot add color names Commit: https://github.com/vim/vim/commit/e30d10253fa634c4f60daa798d029245f4eed393 Author: Drew Vogel <dvogel@github> Date: Sun Oct 24 20:35:07 2021 +0100 patch 8.2.3562: cannot add color names Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes https://github.com/vim/vim/issues/8761)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 21:45:04 +0200
parents c346db463a59
children f8116058ca76
comparison
equal deleted inserted replaced
26056:977bbbf36908 26057:92c424550367
24 src/os_win32.* Files for the Win32 port. 24 src/os_win32.* Files for the Win32 port.
25 25
26 src/gui_w32.* Files for the Win32 GUI. 26 src/gui_w32.* Files for the Win32 GUI.
27 src/gui_w48.* Files for the Win32 and Win16 GUI. 27 src/gui_w48.* Files for the Win32 and Win16 GUI.
28 src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. 28 src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI.
29 runtime/rgb.txt File with color definitions for the Win32 GUI.
30 29
31 src/if_ole.* OLE automation interface, for MS Windows 95 and NT. 30 src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
32 31
33 src/VisVim/* Integration of Win32 GUI with MS Visual Developer 32 src/VisVim/* Integration of Win32 GUI with MS Visual Developer
34 Studio. 33 Studio.