fix return 0 show error_box

This commit is contained in:
pvincent
2026-08-07 18:49:40 +04:00
parent 5e283e63dd
commit 3f56f022e4
7 changed files with 67 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
let additionals = [ "core", "miaou", "rookie", "azerty" ]
let additionals = [ "core", "miaou", "rookie" ]
for additional in additionals
let s:vimrc_path = "/etc/vim/vimrc." . additional
if filereadable(s:vimrc_path)