Update 2024-09-26 07:40 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-09-26 07:40:24 +02:00
parent 14760c9d99
commit 8ab310ddbd
3 changed files with 12 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ set listchars=tab:>- " which characters to display
let g:currentmode={
\ 'n' : 'NORMAL',
\ 'v' : 'VISUAL',
\ 's' : 'SELECT',
\ 'V' : 'V·Line',
\ '' : 'V·Block',
\ 'i' : 'INSERT',