Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 162) sorted by relevance

1234567

/vim-8.2.3635/runtime/ftplugin/
H A Dscala.vim21 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s2:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
23 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
H A Drust.vim26 " Why is the `,s0:/*,mb:\ ,ex:*/` there, you ask? I don't understand why,
29 setlocal comments=s1:/*,mb:*,ex:*/,s0:/*,mb:\ ,ex:*/,:///,://!,://
31 setlocal comments=s0:/*!,m:\ ,ex:*/,s1:/*,mb:*,ex:*/,:///,://!,://
H A Dscss.vim11 setlocal comments=s1:/*,mb:*,ex:*/,://
H A Dasm.vim8 setl comments=:;,s1:/*,mb:*,ex:*/,://
H A Delm.vim14 setlocal comments=s1fl:{-,mb:\ ,ex:-},:--
H A Dgo.vim13 setlocal comments=s1:/*,mb:*,ex:*/,://
H A Dindent.vim16 setlocal comments=s1:/*,mb:*,ex:*/ commentstring&
H A Dprolog.vim16 setlocal comments=s1:/*,mb:*,ex:*/,:% commentstring=%\ %s
H A Dracc.vim16 setlocal comments=s1:/*,mb:*,ex:*/,:# commentstring=#\ %s
H A Dld.vim16 setlocal comments=s1:/*,mb:*,ex:*/ commentstring=/*%s*/ include=^\\s*INCLUDE
H A Dsieve.vim16 setlocal comments=s1:/*,mb:*,ex:*/,:# commentstring=#\ %s
H A Dcalendar.vim16 setlocal comments=s1:/*,mb:*,ex:*/ commentstring& include&
H A Dxdefaults.vim16 setlocal comments=s1:/*,mb:*,ex:*/,:! commentstring& inc&
H A Dhaskell.vim17 setlocal comments=s1fl:{-,mb:-,ex:-},:-- commentstring=--\ %s
H A Dcss.vim17 setlocal comments=s1:/*,mb:*,ex:*/ commentstring&
H A Drpl.vim20 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
/vim-8.2.3635/src/
H A Dex_cmds2.c875 exarg_T ex; in source_pyx_file() local
898 CLEAR_FIELD(ex); in source_pyx_file()
900 ex = *eap; in source_pyx_file()
901 ex.arg = fname; in source_pyx_file()
902 ex.cmd = (char_u *)(v == 2 ? "pyfile" : "pyfile3"); in source_pyx_file()
907 ex_pyfile(&ex); in source_pyx_file()
919 ex_py3file(&ex); in source_pyx_file()
H A Dconfig.mk.dist4 EXNAME = ex
/vim-8.2.3635/runtime/syntax/
H A Dz8a.vim21 " syn keyword z8aInstruction push pop call ret reti retn inc dec ex rst
30 syn match z8aInstruction "\<ex\>"
33 syn match z8aSpecInst "\<ex\s\+(\s*sp\s*)\s*,\s*hl\>"me=s+2
/vim-8.2.3635/runtime/spell/pt/
H A Dpt_BR.diff42 ! BREAK ^ex-
64 ! #BREAK ^ex-
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …handler","error-mode","eval","even?","every-pred","every?","ex-cause","ex-data","ex-info","ex-mess…
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim163 \ 'elixir': ['file.ex', 'file.exs', 'mix.lock'],
810 call writefile(['arbitrary content'], 'Xfile.ex')
811 split Xfile.ex
815 split Xfile.ex
821 split Xfile.ex
826 split Xfile.ex
830 call writefile(['ifdef '], 'Xfile.ex')
831 split Xfile.ex
835 call writefile(['include '], 'Xfile.ex')
836 split Xfile.ex
[all …]
H A Dtest_ex_undo.vim4 new ex-undo
H A Dtest_join.vim264 set comments=s1:/*,mb:*,ex:*/,://
380 set comments+=s1:/*,mb:*,ex:*/,://
381 set comments+=s1:>#,mb:#,ex:#<,:<
/vim-8.2.3635/runtime/doc/
H A Dvim.man14 ex
75 ex Start in Ex mode. Go to Normal mode with the ":vi" command.
135 Vim behave mostly like Vi, even though a .vimrc file ex
149 "ex".
273 "ex".

1234567