vim: get rid of set shell/shellcmdflag

fix-ci
bretello 2023-09-15 00:15:25 +02:00
parent 455ba2c17e
commit e749eedb75
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ end
set relativenumber number
set foldlevelstart=3 foldmethod=indent nofoldenable "without foldenable all folds are open at startup"
set shell=zsh
"set shellcmdflag=-ilc " make builtin shell interactive
set nobackup nowb noswapfile " no need for backups of every file
set history=10000