Home
last modified time | relevance | path

Searched refs:both (Results 1 – 25 of 222) sorted by relevance

123456789

/vim-8.2.3635/src/proto/
H A Dtextobject.pro3 int findpar(int *pincl, int dir, long count, int what, int both);
4 int startPS(linenr_T lnum, int para, int both);
H A Dclipboard.pro18 void clip_copy_modeless_selection(int both);
/vim-8.2.3635/src/testdir/
H A Dtest_textprop.vim295 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 Dtest_startup.vim172 " - 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 Dgen_opt_test.vim87 …\ 'cursorlineopt': [['both', 'line', 'number', 'screenline', 'line,number'], ['', 'xxx', 'line,scr…
91 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']],
H A Dtest_ex_mode.vim25 " 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 Dtextprop.c728 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 Dtextobject.c172 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 Dbulgarian-bds.vim2 " 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 Dbulgarian-phonetic.vim2 " 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 Drileft.txt30 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 Dtextprop.txt144 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 Darabic.txt35 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 Dos_390.txt20 Changes, bug-reports, or both by:
75 this occurs in both the terminal and gui versions.
H A Dif_pyth.txt257 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 Dos_win32.txt11 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 Ddebugger.txt29 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 Dtrasys.vim47 syn keyword trasysSurfaceArgs ff di top bottom in out both no only
50 syn keyword trasysArgs both wband stepn initl
H A Ddsl.vim23 " NOTE, that dslRegion and dslComment do both NOT have a 'contained'
H A Dexports.vim6 " Notes: This file includes both SysV and BSD 'isms
/vim-8.2.3635/src/po/
H A Dtojavascript.vim3 " Javascript is used because, like Vim, it accepts both single and double
/vim-8.2.3635/runtime/ftplugin/
H A Dfortran.vim42 " 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 Dmsmessages.vim26 " Comments includes both ";" which describes a "comment" which will be
/vim-8.2.3635/runtime/autoload/
H A Dpaste.vim5 " Define the string to use for items that are present both in Edit, Popup and
/vim-8.2.3635/src/libvterm/t/
H A D22state_save.test49 !Save twice, restore twice happens on both edge transitions

123456789