Home
last modified time | relevance | path

Searched refs:simplify (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim478 call assert_equal('', simplify(''))
479 call assert_equal('/', simplify('/'))
480 call assert_equal('/', simplify('/.'))
481 call assert_equal('/', simplify('/..'))
482 call assert_equal('/...', simplify('/...'))
483 call assert_equal('//path', simplify('//path'))
495 call assert_equal('../dir', simplify('./../dir'))
501 call assert_fails('call simplify({->0})', 'E729:')
502 call assert_fails('call simplify([])', 'E730:')
503 call assert_fails('call simplify({})', 'E731:')
[all …]
H A Dtest_options.vim567 " or TEMP is defined. To simplify testing, convert the string value into a
H A Dtest_vim9_builtin.vim3320 …CheckDefAndScriptFailure2(['simplify(100)'], 'E1013: Argument 1: type mismatch, expected string bu…
3321 call assert_equal('NonExistingFile', simplify('NonExistingFile'))
3322 simplify('')->assert_equal('')
H A Dtest_quickfix.vim4133 " Opening the quickfix window should simplify the file path
4141 " Displaying the quickfix list should simplify the file path
/vim-8.2.3635/runtime/autoload/
H A Dtar.vim765 if simplify(curdir) != simplify(vimhome)
782 if simplify(curdir) != simplify(tarhome)
805 if simplify(tarhome) != simplify(vimhome)
H A Dnetrw.vim681 let curdir = simplify(b:netrw_curdir)
796 let dirname= simplify(expand(a:1))
800 let dirname= simplify(a:1)
816 let dirname= simplify(fnamemodify(dirname,':p:h'))
818 let dirname= simplify(fnamemodify(dirname,':p'))
1354 " simplify the target (eg. /abc/def/../ghi -> /abc/ghi)
1360 let netrwmftgt= simplify(a:dname)
3810 let dirname= simplify(a:dirname)
7123 if simplify(s:netrwmftgt) == simplify(b:netrw_curdir)
8162 let s:netrwmftgt= simplify(s:netrwmftgt)
[all …]
H A Dsqlcomplete.vim83 " names in order to simplify the regexes used to pull out query table
/vim-8.2.3635/src/proto/
H A Dmisc2.pro32 int extract_modifiers(int key, int *modp, int simplify, int *did_simplify);
/vim-8.2.3635/runtime/syntax/
H A Dgp.vim32 syntax keyword gpInterfaceKey secure seriesprecision simplify strictmatch
H A Dmupad.vim117 syn keyword mupadFunction simplify
H A Dmaple.vim219 syn keyword mvLibrary Diff Norm coeff fsolve mods simplify
H A Dvim.vim81 …etbufvar setcursorcharpos setmatches settabwinvar shiftwidth sign_place simplify sound_clear spell…
/vim-8.2.3635/src/
H A Dmisc2.c1538 extract_modifiers(int key, int *modp, int simplify, int *did_simplify) in extract_modifiers() argument
1551 if (simplify || modifiers == MOD_MASK_SHIFT in extract_modifiers()
1561 if (simplify && (modifiers & MOD_MASK_CTRL) in extract_modifiers()
1586 if (simplify && (modifiers & MOD_MASK_ALT) && key < 0x80 in extract_modifiers()
H A Dconfigure.ac806 echo "(display (simplify-path \
/vim-8.2.3635/runtime/doc/
H A Darabic.txt138 In order to simplify and streamline things, you can either invoke
H A Dusr_44.txt464 simplify these definitions by enabling you to have one cluster stand for
H A Dusr_41.txt816 simplify() simplify a path without changing its meaning
H A Deval.txt2992 simplify({filename}) String simplify filename as much as possible
9219 The simplification step is done as by |simplify()|.
10368 simplify({filename}) *simplify()*
10378 simplify("./dir/.././/file/") == "./file/"
10386 GetName()->simplify()
H A Dversion6.txt10345 resolve all of them. Then need to simplify the file name.
10346 Solution: Make resolve() resolve all symbolic links and simplify the result.
10347 Add simplify() to just simplify a file name. Fix that test49
12176 Solution: Do not use the sg_name_u pointer when it is NULL. Also simplify
H A Dtags9069 simplify() eval.txt /*simplify()*
H A Dtodo.txt3708 this file doesn't work. Need to simplify the file name.
H A Dversion5.txt7111 Also, use ECMD_LAST more often to simplify the code.
H A Dversion8.txt32937 Solution: Add helper functions to simplify tests. Dragging statusline for
39804 Solution: Improve and simplify the search logic. (Christian Brabandt,
44412 Problem: Cannot use simplify() as a method.
47241 Solution: Only simplify ///path on Unix.
47764 eval_may_get_next_line() to simplify checking for a line break.