minor tweaks

This commit is contained in:
Dia Pacifica 2024-10-01 19:23:32 -07:00
parent 6321708245
commit 434522cde2
2 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,6 @@ Bash script which lists all available syntax hightlight styles for Vim.
- use Vim's :redir to output 'echo &rtp' to text file
- search Vim runtimepath (rtp) for .vim syntax definition files
- use Python os.scandir() for fast searches of directories
## Installation