Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 73) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_nested_function.vim18 let fn = 'Func4'
19 func! {fn}()
22 call {fn}()
23 let fn = 'func5'
24 func! s:{fn}()
27 call s:{fn}()
H A Dtest_const.vim230 func d.fn()
239 let d.fn = function("min")
240 lockvar d.fn
241 func! d.fn()
H A Dtest_user_func.vim434 func d.fn()
442 delfunc d.fn
H A Dtest_signs.vim102 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 Dtest_lua.vim225 " 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 Dclojurecomplete.vim12fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*","*out…
H A Dgzip.vim205 let fn = fnamemodify(a:name, ":r")
206 if !filereadable(fn) && !isdirectory(fn)
207 return fn
H A Dzip.vim236 let fn = expand('%:p')
241 sil exe 'keepalt file '.fnameescape(fn)
/vim-8.2.3635/src/
H A Dgui_xmdlg.c121 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 Dgui_w32.c169 # 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 Dgui_x11.c2095 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 Dif_py_both.h370 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 Dclojure.vim47fn,case,catch,cond->,cond->>,condp,def,definline,definterface,defmacro,defmethod,defmulti,defn,def…
/vim-8.2.3635/runtime/indent/
H A Dsml.vim200 " 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 Drust.vim17 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 Dclojure.vim39 let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$']
/vim-8.2.3635/runtime/syntax/
H A Dclojure.vim32fn","-reset-methods","/","<","<=","=","==",">",">=","PrintWriter-on","StackTraceElement->vec","Thr…
33fn","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
36fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*","*out…
H A Drust.vim31 syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite skipempty
41 syn match rustDefault /\<default\ze\_s\+\(impl\|fn\|type\|const\)\>/
H A Dsml.vim119 syn keyword smlKeyword exception fn fun handle
H A Dia64.vim131 syn match ia64opcode "fn\(ma\|mpy\|orm\)\(\.[sd]\)\=\(\.s[0-3]\)\=\>"
/vim-8.2.3635/runtime/doc/
H A Dif_lua.txt214 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 Dgui_x11.txt169 -fn {font} idem *-fn*
321 -fn or -font .font font name for the text
H A Darabic.txt118 '-fn your_ARABIC_FONT' option.
H A Dusr_45.txt218 xterm -u8 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim177 " "fn" in some browsers. Specifically, in Chromium on Ubuntu (but not Chrome

123