" 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 | Type | Size | Permission | Actions |
---|---|---|---|---|
check_locales.vim | File | 463 B | 0644 |
|
cleanadd.vim | File | 934 B | 0644 |
|
en.ascii.spl | File | 604.53 KB | 0644 |
|
en.ascii.sug | File | 583.21 KB | 0644 |
|
en.latin1.spl | File | 606.62 KB | 0644 |
|
en.latin1.sug | File | 583.96 KB | 0644 |
|
en.utf-8.spl | File | 607.05 KB | 0644 |
|
en.utf-8.sug | File | 583.96 KB | 0644 |
|
fixdup.vim | File | 629 B | 0644 |
|
he.vim | File | 240 B | 0644 |
|
spell.vim | File | 118 B | 0644 |
|
yi.vim | File | 241 B | 0644 |
|