D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
vim
/
vim80
/
spell
/
Filename :
check_locales.vim
back
Copy
" Script to check if all the locales used in spell files are available. grep /sys env LANG/ */main.aap let not_supported = [] for item in getqflist() let lang = substitute(item.text, '.*LANG=\(\S\+\).*', '\1', '') try exe 'lang ' . lang catch /E197/ call add(not_supported, lang) endtry endfor if len(not_supported) > 0 echo "Unsupported languages:" for l in not_supported echo l endfor else echo "Everything appears to be OK" endif
Name
Size
Last Modified
Owner
Permissions
Actions
check_locales.vim
0.452
KB
August 02 2022 4:56:59
root
0644
cleanadd.vim
0.912
KB
August 02 2022 4:56:59
root
0644
en.ascii.spl
604.534
KB
August 02 2022 4:56:59
root
0644
en.ascii.sug
583.213
KB
August 02 2022 4:56:59
root
0644
en.latin1.spl
606.62
KB
August 02 2022 4:56:59
root
0644
en.latin1.sug
583.956
KB
August 02 2022 4:56:59
root
0644
en.utf-8.spl
607.048
KB
August 02 2022 4:56:59
root
0644
en.utf-8.sug
583.956
KB
August 02 2022 4:56:59
root
0644
fixdup.vim
0.614
KB
August 02 2022 4:56:59
root
0644
he.vim
0.234
KB
August 02 2022 4:56:59
root
0644
spell.vim
0.115
KB
August 02 2022 4:56:59
root
0644
yi.vim
0.235
KB
August 02 2022 4:56:59
root
0644
2017 © D7net | D704T team