| /vim-8.2.3635/src/proto/ |
| H A D | textobject.pro | 3 int findpar(int *pincl, int dir, long count, int what, int both); 4 int startPS(linenr_T lnum, int para, int both);
|
| H A D | clipboard.pro | 18 void clip_copy_modeless_selection(int both);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textprop.vim | 295 call assert_fails("call prop_find({'both': 1})", 'E968:') 296 call assert_fails("call prop_find({'id': 11, 'both': 1})", 'E860:') 297 call assert_fails("call prop_find({'type': 'three', 'both': 1})", 'E860:') 298 call assert_equal({}, prop_find({'id': 11, 'type': 'three', 'both': 1})) 299 call assert_equal({}, prop_find({'id': 130000, 'type': 'one', 'both': 1})) 300 call assert_equal(props[2], prop_find({'id': 12, 'type': 'two', 'both': 1})) 411 call assert_fails("call prop_remove({'id': 11, 'both': 1})", 'E860:') 412 call assert_fails("call prop_remove({'type': 'three', 'both': 1})", 'E860:') 706 " The long prop is split and spans both lines. 1071 \ "call prop_add(3, 15, {'length': 2, 'type': 'both'})", [all …]
|
| H A D | test_startup.vim | 172 " - both windows should have the same or almost the same height 173 " - sum of both windows height (+ 3 for both statusline and Ex command) 175 " - both windows should have the same width which should be equal to the 177 " - buffer of both windows should have no name 203 " - both windows should have the same or almost the same width 204 " - sum of both windows width (+ 1 for the separator) should be equal to 206 " - both windows should have the same height 209 " - buffer of both windows should have no name
|
| H A D | gen_opt_test.vim | 87 …\ 'cursorlineopt': [['both', 'line', 'number', 'screenline', 'line,number'], ['', 'xxx', 'line,scr… 91 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']],
|
| H A D | test_ex_mode.vim | 25 " Helper function to test editing line with both Q and gQ Ex mode. 30 " Test editing line in Ex mode (both Q and gQ)
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 728 int both; in f_prop_find() local 798 both = dict_get_bool(dict, (char_u *)"both", FALSE); in f_prop_find() 804 if (both && (!id_found || type_id == -1)) in f_prop_find() 841 if (both ? prop.tp_id == id && prop.tp_type == type_id in f_prop_find() 964 int both; in f_prop_remove() local 1013 both = dict_get_bool(dict, (char_u *)"both", FALSE); in f_prop_remove() 1020 if (both && (id == -1 || type_id == -1)) in f_prop_remove() 1050 if (both ? textprop.tp_id == id && textprop.tp_type == type_id in f_prop_remove()
|
| H A D | textobject.c | 172 int both) in findpar() argument 208 if (!first && did_skip && (startPS(curr, what, both) in findpar() 226 if (both && *ml_get(curr) == '}') // include line with '}' in findpar() 281 startPS(linenr_T lnum, int para, int both) in startPS() argument 286 if (*s == para || *s == '\f' || (both && *s == '}')) in startPS()
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | bulgarian-bds.vim | 2 " Most of it can be used with both utf-8 and cp1251 file encodings, except 26 " This way, using the bulgarian-bds keymap, one can access both 34 " (Grave accent is used in Bulgarian, acute in Russian, but both accents
|
| H A D | bulgarian-phonetic.vim | 2 " Most of it can be used with both utf-8 and cp1251 file encodings, except 28 " (Grave accent is used in Bulgarian, acute in Russian, but both accents
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | rileft.txt | 30 both right-to-left as well as left-to-right text properly at the same time 46 in which both right-to-left and left-to-right text exist). 116 o When both 'rightleft' and 'revins' are on: 'textwidth' does not work.
|
| H A D | textprop.txt | 144 It is an error when both "length" and "end_lnum" or "end_col" 210 both "id" and "type" must both match 271 both "id" and "type" must both match
|
| H A D | arabic.txt | 35 require Presentation Form-B (U+FE70-U+FEFF) fonts both of which are 149 setting, both command options: 304 (i.e. the ability to see both Arabic and Latin intermixed within 321 combined characters (even those entered after both
|
| H A D | os_390.txt | 20 Changes, bug-reports, or both by: 75 this occurs in both the terminal and gui versions.
|
| H A D | if_pyth.txt | 257 in case tab page was deleted). You can keep a reference to both 341 {rtp}/python2 (or python3) and {rtp}/pythonx (for both python versions) for 806 When Python 2 and Python 3 are both supported they must be loaded dynamically. 816 both Python versions, then both will be made available in Vim at the same 821 system where both versions of Python were configured with --enable-shared, 822 both versions of Python will be activated at the same time. There will still 847 Note however, that when Python 2 and 3 are both available and loaded 917 When compiled with both |+python| and |+python3|, the test depends on the
|
| H A D | os_win32.txt | 11 both console and GUI versions. 90 logic was also depended on what it was compiled with. Now Vim and gvim both 157 mouse, the middle button can be emulated by pressing both left and right 241 (the output from make) to both stdout and to the errorfile. You can find a
|
| H A D | debugger.txt | 29 both vim and gvim. Some of the other features could be used in the non-GUI 70 work for both vim and gvim, whereas the debug sign is, in most cases, limited
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | trasys.vim | 47 syn keyword trasysSurfaceArgs ff di top bottom in out both no only 50 syn keyword trasysArgs both wband stepn initl
|
| H A D | dsl.vim | 23 " NOTE, that dslRegion and dslComment do both NOT have a 'contained'
|
| H A D | exports.vim | 6 " Notes: This file includes both SysV and BSD 'isms
|
| /vim-8.2.3635/src/po/ |
| H A D | tojavascript.vim | 3 " Javascript is used because, like Vim, it accepts both single and double
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | fortran.vim | 42 " Modern fortran still allows both fixed and free source form 78 " compatible with both free and fixed format, then you should do so
|
| H A D | msmessages.vim | 26 " Comments includes both ";" which describes a "comment" which will be
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | paste.vim | 5 " Define the string to use for items that are present both in Edit, Popup and
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 22state_save.test | 49 !Save twice, restore twice happens on both edge transitions
|