Home
last modified time | relevance | path

Searched refs:lisp (Results 1 – 25 of 57) sorted by relevance

123

/vim-8.2.3635/runtime/ftplugin/
H A Dlisp.vim21 setl lisp
24 let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp< commentstring<"
H A Dscheme.vim17 setl lisp
23 let b:undo_ftplugin = 'setl lisp< comments< commentstring< define< iskeyword<'
H A Ddune.vim14 set lisp
H A Dart.vim12 run ftplugin/lisp.vim
/vim-8.2.3635/src/testdir/
H A Dtest_indent.vim101 " Test for changing multiple lines with lisp indent
104 setlocal lisp autoindent
113 setlocal lisp autoindent
H A Dtest_lispwords.vim50 set lisp
H A Dtest_startup.vim957 " 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 Dclojure.vim233 " normal lisp indenting or not.
417 " normal lisp indenting.
419 setlocal lisp
420 let b:undo_indent .= '| setlocal lisp<'
H A Dscheme.vim14 runtime! indent/lisp.vim
H A Dwast.vim17 let b:undo_indent = "setl lisp< indentexpr<"
H A Dmeson.vim17 setlocal nolisp " Make sure lisp indenting doesn't supersede us
23 let b:undo_indent = "setl ai< inde< indk< lisp<"
H A Dpython.vim14 setlocal nolisp " Make sure lisp indenting doesn't supersede us
20 let b:undo_indent = "setl ai< inde< indk< lisp<"
H A Dpov.vim14 setlocal nolisp " Make sure lisp indenting doesn't supersede us.
H A Delm.vim22 let b:undo_indent = "setl et< inde< indk< lisp< si<"
H A Dzimbu.vim19 let b:undo_indent = "setl ai< cin< et< indentkeys< indentexpr< lisp< sw<"
H A Drust.vim20 setlocal nolisp " Make sure lisp indenting doesn't supersede us
/vim-8.2.3635/runtime/syntax/
H A Ddune.vim16 set syntax=lisp
H A Drst.vim206 \ 'lisp': ['lisp'],
H A Dlisp.vim9 " 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 Ddylan.vim18 setlocal lisp
H A Djess.vim5 " Based on lisp.vim by : Dr. Charles E. Campbell, Jr.
H A Ddebcontrol.vim57 \, 'java', 'javascript', 'kde', 'kernel', 'libdevel', 'libs', 'lisp'
H A Dtexinfo.vim174 syn region texinfoMltlnAtCmd matchgroup=texinfoAtCmd start="^@lisp\s*$" end="^@end lisp\s*$" …
H A Dfalcon.vim6 " Thanks to the lisp authors for the rainbow code!
/vim-8.2.3635/src/
H A Dsearch.c2104 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