minor tweaks
This commit is contained in:
parent
6321708245
commit
434522cde2
2 changed files with 0 additions and 4 deletions
|
@ -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
|
- use Vim's :redir to output 'echo &rtp' to text file
|
||||||
- search Vim runtimepath (rtp) for .vim syntax definition files
|
- search Vim runtimepath (rtp) for .vim syntax definition files
|
||||||
- use Python os.scandir() for fast searches of directories
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
#
|
#
|
||||||
# Credit & thanks to 'habamax' and 'm_ben' on libera.chat #vim
|
# Credit & thanks to 'habamax' and 'm_ben' on libera.chat #vim
|
||||||
#
|
#
|
||||||
# Pico <pico@picorealm.net>
|
|
||||||
#
|
|
||||||
# Wed, 07 Dec 2022 18:43:01 -0700
|
|
||||||
#
|
#
|
||||||
|
|
||||||
/usr/bin/vim -c 'call writefile(getcompletion("", "syntax"), "/tmp/ahw2AkoCh7figh4")' -c q 2>/dev/null
|
/usr/bin/vim -c 'call writefile(getcompletion("", "syntax"), "/tmp/ahw2AkoCh7figh4")' -c q 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue