From 434522cde2e8b1d34137a0bf4ab59215a987a4b7 Mon Sep 17 00:00:00 2001 From: Dia Pacifica Date: Tue, 1 Oct 2024 19:23:32 -0700 Subject: [PATCH] minor tweaks --- README.md | 1 - vimlistsyntax | 3 --- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 27cb050..eb3aad1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vimlistsyntax b/vimlistsyntax index 7f966f6..c017647 100755 --- a/vimlistsyntax +++ b/vimlistsyntax @@ -6,9 +6,6 @@ # # Credit & thanks to 'habamax' and 'm_ben' on libera.chat #vim # -# Pico -# -# Wed, 07 Dec 2022 18:43:01 -0700 # /usr/bin/vim -c 'call writefile(getcompletion("", "syntax"), "/tmp/ahw2AkoCh7figh4")' -c q 2>/dev/null