| /vim-8.2.3635/src/testdir/ |
| H A D | test_nested_function.vim | 18 let fn = 'Func4' 19 func! {fn}() 22 call {fn}() 23 let fn = 'func5' 24 func! s:{fn}() 27 call s:{fn}()
|
| H A D | test_const.vim | 230 func d.fn() 239 let d.fn = function("min") 240 lockvar d.fn 241 func! d.fn()
|
| H A D | test_user_func.vim | 434 func d.fn() 442 delfunc d.fn
|
| H A D | test_signs.vim | 102 let fn = expand('%:p') 103 exe 'sign place 43 line=2 name=Sign3 file=' . fn 105 call assert_notequal(fn, expand('%:p')) 106 exe 'sign jump 43 file=' . fn 113 let fn = expand('%:p') 114 exe 'sign place 21 line=3 name=Sign3 file=' . fn 116 exe 'sign jump 21 file=' . fn
|
| H A D | test_lua.vim | 225 " Test vim.fn.* 227 call assert_equal(has('lua'), luaeval('vim.fn.has("lua")')) 228 call assert_equal(printf("Hello %s", "vim"), luaeval('vim.fn.printf("Hello %s", "vim")'))
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*","*out…
|
| H A D | gzip.vim | 205 let fn = fnamemodify(a:name, ":r") 206 if !filereadable(fn) && !isdirectory(fn) 207 return fn
|
| H A D | zip.vim | 236 let fn = expand('%:p') 241 sil exe 'keepalt file '.fnameescape(fn)
|
| /vim-8.2.3635/src/ |
| H A D | gui_xmdlg.c | 121 fn(SharedFontSelData *data, int i) in fn() function 320 encoding_part(fn(data, i), buf); in match() 324 name_part(fn(data, i), buf); in match() 328 style_part(fn(data, i), buf); in match() 387 if (proportional(fn(data, i))) in fill_lists() 395 encoding_part(fn(data, i), buf); in fill_lists() 404 name_part(fn(data, i), buf); in fill_lists() 413 style_part(fn(data, i), buf); in fill_lists() 673 data->font_name = XtNewString(fn(data, i)); in do_choice() 890 get_part(fn(data, i), 7, buf); in gui_xm_select_font() [all …]
|
| H A D | gui_w32.c | 169 # define HANDLE_WM_XBUTTONUP(hwnd, wParam, lParam, fn) \ argument 173 # define HANDLE_WM_XBUTTONDOWN(hwnd, wParam, lParam, fn) \ argument 177 # define HANDLE_WM_XBUTTONDBLCLK(hwnd, wParam, lParam, fn) \ argument 3940 # define HANDLE_WM_SYSCHAR(hwnd, wParam, lParam, fn) \ argument 3945 ((fn)((hwnd), (BOOL)(wParam), (DWORD)(lParam)), 0L) 3952 # define HANDLE_WM_VSCROLL(hwnd, wParam, lParam, fn) \ argument 3957 ((fn)((hwnd), (HWND)(wParam)), 0L) 3961 ((fn)((hwnd), (HWND)(wParam)), 0L) 3964 # define HANDLE_WM_HSCROLL(hwnd, wParam, lParam, fn) \ argument 3969 ((fn)((hwnd), (HDROP)(wParam)), 0L) [all …]
|
| H A D | gui_x11.c | 2095 int fn; in check_fontset_sanity() local 2102 fn = XFontsOfFontSet(fs, &xfs, &font_name); in check_fontset_sanity() 2103 for (i = 0; i < fn; i++) in check_fontset_sanity() 2114 for (i = 0; i < fn; i++) in check_fontset_sanity() 2122 for (i = 0; i < fn; i++) in check_fontset_sanity()
|
| H A D | if_py_both.h | 370 writer(writefn fn, char_u *str, PyInt n) in writer() argument 375 if (fn != old_fn) in writer() 377 old_fn = fn; in writer() 385 && (fn == (writefn)emsg || !got_int)) in writer() 394 fn((char *)io_ga.ga_data); in writer() 401 if (n > 0 && (fn == (writefn)emsg || !got_int) in writer()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | clojure.vim | 47 …fn,case,catch,cond->,cond->>,condp,def,definline,definterface,defmacro,defmethod,defmulti,defn,def…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 200 " Indent if last line starts with 'fun', 'case', 'fn' 201 elseif lline =~ '^\s*\(fun\|fn\|case\)\>' 206 " Don't indent 'let' if last line started with 'fun', 'fn' 208 if lline =~ '^\s*\(fun\|fn\)'
|
| H A D | rust.vim | 17 setlocal cinwords=for,if,else,while,loop,impl,mod,unsafe,trait,struct,enum,fn,extern 137 \ && prevline !~ '^\s*fn\s' 151 " fn foo(baz: Baz,
|
| H A D | clojure.vim | 39 let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$']
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | clojure.vim | 32 …fn","-reset-methods","/","<","<=","=","==",">",">=","PrintWriter-on","StackTraceElement->vec","Thr… 33 …fn","clojure.core/->","clojure.core/->>","clojure.core/..","clojure.core/amap","clojure.core/and",… 35 …\ , 'clojureSpecial': [".","clojure.core/fn","clojure.core/let","clojure.core/loop","def","do","fn… 36 …fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*","*out…
|
| H A D | rust.vim | 31 syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite skipempty 41 syn match rustDefault /\<default\ze\_s\+\(impl\|fn\|type\|const\)\>/
|
| H A D | sml.vim | 119 syn keyword smlKeyword exception fn fun handle
|
| H A D | ia64.vim | 131 syn match ia64opcode "fn\(ma\|mpy\|orm\)\(\.[sd]\)\=\(\.s[0-3]\)\=\>"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_lua.txt | 214 vim.fn Proxy to call Vim functions. Proxy methods are 216 :lua print(vim.fn.has('timers')) 403 vim.fn.timer_start(1000, function(timer)
|
| H A D | gui_x11.txt | 169 -fn {font} idem *-fn* 321 -fn or -font .font font name for the text
|
| H A D | arabic.txt | 118 '-fn your_ARABIC_FONT' option.
|
| H A D | usr_45.txt | 218 xterm -u8 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 177 " "fn" in some browsers. Specifically, in Chromium on Ubuntu (but not Chrome
|