Home
last modified time | relevance | path

Searched refs:slp (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim459 \ '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 Dspell.c1784 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 Dslpconf.vim28 syn keyword slpconfNetTag contained slp
/vim-8.2.3635/runtime/
H A Dfiletype.vim1591 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 Dversion7.txt1151 slp config, reg and spi syntax and ftplugin files. (Nikolai Weibull)