a bunch of little tweaks for working on smaller screens and other readibility things

This commit is contained in:
2025-02-19 22:01:19 -07:00
parent 0db79302d7
commit af6c15c774
7 changed files with 26 additions and 11 deletions

View File

@ -5,7 +5,6 @@
function ExecuteScwrypt(scwrypt = '', args = '', output = '', syntax = 'bash', loglevel = '0')
let b:scwryptsPrevArgs = a:args
call ExecuteCommand('scwrypts --log-level ' . a:loglevel . ' ' . a:scwrypt . ' -- ' . a:args, a:output, 'shell', a:syntax)
echom 'scwrypts -n ' . a:scwrypt . '--' . a:args
endfunction
function ExecuteScwryptInteractive(scwrypt = '', args = '', output = '', syntax = 'bash', loglevel = '4')