Searched refs:lisp (Results 1 – 25 of 57) sorted by relevance
123
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | lisp.vim | 21 setl lisp 24 let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp< commentstring<"
|
| H A D | scheme.vim | 17 setl lisp 23 let b:undo_ftplugin = 'setl lisp< comments< commentstring< define< iskeyword<'
|
| H A D | dune.vim | 14 set lisp
|
| H A D | art.vim | 12 run ftplugin/lisp.vim
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_indent.vim | 101 " Test for changing multiple lines with lisp indent 104 setlocal lisp autoindent 113 setlocal lisp autoindent
|
| H A D | test_lispwords.vim | 50 set lisp
|
| H A D | test_startup.vim | 957 " Test for enabling the lisp mode on startup 960 let s = 'lisp=' .. &lisp .. ', showmatch=' .. &showmatch 965 call assert_equal(['lisp=1, showmatch=1'], readfile('Xtestout'))
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 233 " normal lisp indenting or not. 417 " normal lisp indenting. 419 setlocal lisp 420 let b:undo_indent .= '| setlocal lisp<'
|
| H A D | scheme.vim | 14 runtime! indent/lisp.vim
|
| H A D | wast.vim | 17 let b:undo_indent = "setl lisp< indentexpr<"
|
| H A D | meson.vim | 17 setlocal nolisp " Make sure lisp indenting doesn't supersede us 23 let b:undo_indent = "setl ai< inde< indk< lisp<"
|
| H A D | python.vim | 14 setlocal nolisp " Make sure lisp indenting doesn't supersede us 20 let b:undo_indent = "setl ai< inde< indk< lisp<"
|
| H A D | pov.vim | 14 setlocal nolisp " Make sure lisp indenting doesn't supersede us.
|
| H A D | elm.vim | 22 let b:undo_indent = "setl et< inde< indk< lisp< si<"
|
| H A D | zimbu.vim | 19 let b:undo_indent = "setl ai< cin< et< indentkeys< indentexpr< lisp< sw<"
|
| H A D | rust.vim | 20 setlocal nolisp " Make sure lisp indenting doesn't supersede us
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dune.vim | 16 set syntax=lisp
|
| H A D | rst.vim | 206 \ 'lisp': ['lisp'],
|
| H A D | lisp.vim | 9 " Clisp additions courtesy of http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/lisp.v… 196 syn keyword lispFunc cell-error-name lisp simple-bit-vector 197 syn keyword lispFunc cerror lisp-implementation-type simple-bit-vector-p 198 syn keyword lispFunc change-class lisp-implementation-version simple-condition 619 let b:current_syntax = "lisp"
|
| H A D | dylan.vim | 18 setlocal lisp
|
| H A D | jess.vim | 5 " Based on lisp.vim by : Dr. Charles E. Campbell, Jr.
|
| H A D | debcontrol.vim | 57 \, 'java', 'javascript', 'kde', 'kernel', 'libdevel', 'libs', 'lisp'
|
| H A D | texinfo.vim | 174 syn region texinfoMltlnAtCmd matchgroup=texinfoAtCmd start="^@lisp\s*$" end="^@end lisp\s*$" …
|
| H A D | falcon.vim | 6 " Thanks to the lisp authors for the rainbow code!
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 2104 int lisp = curbuf->b_p_lisp; // engage Lisp-specific hacks ;) in findmatchlimit() local 2336 || lisp in findmatchlimit() 2341 if (lisp && comment_col != MAXCOL && pos.col > (colnr_T)comment_col) in findmatchlimit() 2374 || lisp in findmatchlimit() 2380 if (lisp && comment_col != MAXCOL) in findmatchlimit() 2397 || (lisp && comment_col != MAXCOL in findmatchlimit() 2420 if (lisp) // find comment pos in new line in findmatchlimit()
|
123