| /vim-8.2.3635/src/testdir/ |
| H A D | test_functions.vim | 478 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 D | test_options.vim | 567 " or TEMP is defined. To simplify testing, convert the string value into a
|
| H A D | test_vim9_builtin.vim | 3320 …CheckDefAndScriptFailure2(['simplify(100)'], 'E1013: Argument 1: type mismatch, expected string bu… 3321 call assert_equal('NonExistingFile', simplify('NonExistingFile')) 3322 simplify('')->assert_equal('')
|
| H A D | test_quickfix.vim | 4133 " 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 D | tar.vim | 765 if simplify(curdir) != simplify(vimhome) 782 if simplify(curdir) != simplify(tarhome) 805 if simplify(tarhome) != simplify(vimhome)
|
| H A D | netrw.vim | 681 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 D | sqlcomplete.vim | 83 " names in order to simplify the regexes used to pull out query table
|
| /vim-8.2.3635/src/proto/ |
| H A D | misc2.pro | 32 int extract_modifiers(int key, int *modp, int simplify, int *did_simplify);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gp.vim | 32 syntax keyword gpInterfaceKey secure seriesprecision simplify strictmatch
|
| H A D | mupad.vim | 117 syn keyword mupadFunction simplify
|
| H A D | maple.vim | 219 syn keyword mvLibrary Diff Norm coeff fsolve mods simplify
|
| H A D | vim.vim | 81 …etbufvar setcursorcharpos setmatches settabwinvar shiftwidth sign_place simplify sound_clear spell…
|
| /vim-8.2.3635/src/ |
| H A D | misc2.c | 1538 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 D | configure.ac | 806 echo "(display (simplify-path \
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | arabic.txt | 138 In order to simplify and streamline things, you can either invoke
|
| H A D | usr_44.txt | 464 simplify these definitions by enabling you to have one cluster stand for
|
| H A D | usr_41.txt | 816 simplify() simplify a path without changing its meaning
|
| H A D | eval.txt | 2992 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 D | version6.txt | 10345 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 D | tags | 9069 simplify() eval.txt /*simplify()*
|
| H A D | todo.txt | 3708 this file doesn't work. Need to simplify the file name.
|
| H A D | version5.txt | 7111 Also, use ECMD_LAST more often to simplify the code.
|
| H A D | version8.txt | 32937 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.
|