Searched refs:slp (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 459 \ 'slpconf': ['/etc/slp.conf', 'any/etc/slp.conf'], 460 \ 'slpreg': ['/etc/slp.reg', 'any/etc/slp.reg'], 461 \ 'slpspi': ['/etc/slp.spi', 'any/etc/slp.spi'],
|
| /vim-8.2.3635/src/ |
| H A D | spell.c | 1784 spelload_T *slp = (spelload_T *)cookie; in spell_load_cb() local 1787 slang = spell_load_file(fname, slp->sl_lang, NULL, FALSE); in spell_load_cb() 1792 if (slp->sl_nobreak && slang->sl_add) in spell_load_cb() 1795 slp->sl_nobreak = TRUE; in spell_load_cb() 1797 slp->sl_slang = slang; in spell_load_cb()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | slpconf.vim | 28 syn keyword slpconfNetTag contained slp
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 1591 au BufNewFile,BufRead */etc/slp.conf setf slpconf 1594 au BufNewFile,BufRead */etc/slp.reg setf slpreg 1597 au BufNewFile,BufRead */etc/slp.spi setf slpspi
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 1151 slp config, reg and spi syntax and ftplugin files. (Nikolai Weibull)
|