Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 216) sorted by relevance

123456789

/vim-8.2.3635/src/testdir/
H A Dtest_listener.vim6 let s:added = a:a
72 call assert_equal(1, s:added)
146 func s:StoreListArgs(buf, start, end, added, list) argument
150 let s:added = a:added
166 call assert_equal(0, s:added)
178 call assert_equal(0, s:added)
192 call assert_equal(1, s:added)
194 \ {'lnum': 4, 'end': 5, 'col': 1, 'added': -1},
217 func s:StoreBufList(buf, start, end, added, list) argument
330 func Listener(bufnr, start, end, added, changes) argument
[all …]
H A Dgui_preinit.vim3 " Note that this flag must be added in the .vimrc file, before switching on
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt1046 264) steadier (added un)
1047 265) steadiest (added un)
1175 384) NSA's (added the 's)
1442 647) CNN (added 's)
1466 667) MUFON's (added 's)
2044 1236) show's (added 's)
2195 1387) Harris (added 's)
2971 2148) sacs (added plural)
4159 3228) CVs (added plural)
4203 3272) FBI's (added 's)
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim11 " appropriate amount of spaces. Extra spaces are added to existing
51 " added. In this case, if the value of indent is positive, the amount of
52 " whitespace to be added will be multiplied by the value of the
82 " If joinspaces is set, an extra space is added after '.', '?' and '!'.
83 " If 'cpooptions' include 'j', extra space is only added after '.'.
103 " function. Arguments to Justify() can be added after the command.
267 " Can extraspaces be added?
270 " How many spaces should be added
/vim-8.2.3635/runtime/doc/
H A Dtesting.txt23 There are two types of tests added over time:
94 The files are added to the |argument-list| and the first file
303 added to |v:errors| and 1 is returned. Otherwise zero is
313 < Will result in a string to be added to |v:errors|:
323 exactly the same text an error message is added to |v:errors|.
334 message is added to |v:errors|. Also see |assert-return|.
387 When {actual} is not false an error message is added to
400 than {lower} or higher than {upper} an error message is added
409 added to |v:errors|. Also see |assert-return|.
423 < Will result in a string to be added to |v:errors|:
[all …]
H A Dpi_zip.txt115 * added the extraction of a file capability
116 Nov 30, 2015 * added *.epub to the |g:zipPlugin_ext| list
117 Sep 13, 2016 * added *.apk to the |g:zipPlugin_ext| list and
H A Dos_mint.txt12 Originally added by: Jens M. Felderhoff, e-mail: <[email protected]>
H A Dversion5.txt54 Added |added-5.1|
60 Dialogs added |dialogs-added|
61 Popup menu added |popup-menu-added|
72 Added |added-5.2|
77 Added |added-5.3|
97 Added |added-5.4|
102 Added |added-5.5|
107 Added |added-5.6|
112 Added |added-5.7|
2034 Dialogs added *dialogs-added*
[all …]
H A Dos_vms.txt720 This is easily done with the following script that can be added
772 - added LUA support
773 - added XPM support - Motif GUI with toolbar on all platforms
774 - XPM v3.4.11 libraries for IA64, AXP and VAX are added
840 - help text added for case insensitive arguments
853 - GTK feature added
915 - added compiler and OS version
916 - added user and host information
H A Drepeat.txt162 not have a <CR> it will be added automatically when
257 The directory is added to 'runtimepath' if it wasn't
260 added at the end of 'runtimepath'.
278 When the optional ! is added no plugin files or
280 directories are added to 'runtimepath'. This is
296 First all the directories found are added to
309 When the optional ! is added this command will load
581 directories are added to 'runtimepath'. Then all the plugins are loaded.
604 If the package has an "after" directory, that directory is added to the end of
1023 When the [!] is added then all functions defined in the script
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dmatlab.vim8 " added highlight rule for double-quoted string literals
10 " - double-quoted string literals added
23 " MT_ADDON - added exception-specific keywords
42 " MT_ADDON - added 'skip' in order to deal with 'tic' escaping sequence
H A Dmodula2.vim35 " The following types are added later on and may be missing from older
39 " same note applies to min and max, which were also added later to m2:
41 " The underscore was originally disallowed in m2 ids, it was also added later:
H A Dgitcommit.vim62 syn match gitcommitWarning "^\%(no changes added to commit\|nothing \%(added \)\=to commit\)\>.*…
H A Dxpm2.vim5 " (Dominique Pelle added @Spell)
7 " Jemma Nelson added termguicolors support
H A Dwhitespace.vim3 " This can be added to an already active syntax.
/vim-8.2.3635/src/
H A Dcharset.c1002 int added; in win_lbr_chartabsize() local
1086 added = 0; in win_lbr_chartabsize()
1116 added = 0; in win_lbr_chartabsize()
1128 added += ((size - prev_width) / width) * vim_strsize(sbr); in win_lbr_chartabsize()
1131 added += vim_strsize(sbr); in win_lbr_chartabsize()
1134 added += vim_strsize(sbr); in win_lbr_chartabsize()
1137 added += get_breakindent_win(wp, line); in win_lbr_chartabsize()
1139 size += added; in win_lbr_chartabsize()
1141 added = 0; in win_lbr_chartabsize()
1145 *headp = added + mb_added; in win_lbr_chartabsize()
H A Devalbuffer.c148 long added = 0; in set_buffer_lines() local
233 else if (added > 0 || u_save(lnum - 1, lnum) == OK) in set_buffer_lines()
236 ++added; in set_buffer_lines()
247 if (added > 0) in set_buffer_lines()
252 appended_lines_mark(append_lnum, added); in set_buffer_lines()
261 wp->w_cursor.lnum += added; in set_buffer_lines()
H A Dtextprop.c1440 int added, in adjust_prop() argument
1454 if (added > 0) in adjust_prop()
1459 prop->tp_col += added; in adjust_prop()
1462 prop->tp_len += added; in adjust_prop()
1466 if (prop->tp_col + added < col + 1) in adjust_prop()
1468 prop->tp_len += (prop->tp_col - 1 - col) + added; in adjust_prop()
1477 prop->tp_col += added; in adjust_prop()
1481 int after = col - added - (prop->tp_col - 1 + prop->tp_len); in adjust_prop()
1483 prop->tp_len += after > 0 ? added + after : added; in adjust_prop()
H A Ddiff.c2400 int added = TRUE; in diff_find_change() local
2434 added = FALSE; in diff_find_change()
2511 return added; in diff_find_change()
2615 int added; in ex_diffgetput() local
2799 added = 0; in ex_diffgetput()
2805 --added; in ex_diffgetput()
2820 ++added; in ex_diffgetput()
2855 if (added != 0) in ex_diffgetput()
2863 curwin->w_cursor.lnum += added; in ex_diffgetput()
2864 else if (added < 0) in ex_diffgetput()
[all …]
H A Dchange.c352 may_invoke_listeners(buf_T *buf, linenr_T lnum, linenr_T lnume, int added) in may_invoke_listeners() argument
354 check_recorded_changes(buf, lnum, lnume, added); in may_invoke_listeners()
370 linenr_T added = 0; in invoke_listeners() local
398 added += dict_get_number(li->li_tv.vval.v_dict, (char_u *)"added"); in invoke_listeners()
405 argv[3].vval.v_number = added; in invoke_listeners()
736 inserted_bytes(linenr_T lnum, colnr_T col, int added UNUSED) in inserted_bytes()
739 if (curbuf->b_has_textprop && added != 0) in inserted_bytes()
740 adjust_prop_columns(lnum, col, added, 0); in inserted_bytes()
/vim-8.2.3635/src/proto/
H A Dchange.pro8 void may_invoke_listeners(buf_T *buf, linenr_T lnum, linenr_T lnume, int added);
12 void inserted_bytes(linenr_T lnum, colnr_T col, int added);
/vim-8.2.3635/
H A Duninstall.txt60 distributed files, or added some of your own files, you might want to save
61 these first. But normally you would not have changed or added files here.
72 7. If you added a Vim entry in the start menu, delete it.
/vim-8.2.3635/runtime/keymap/
H A Dpolish-slash.vim6 " 2005.01.12 1.0.2 keymap_name shortened, added Current version, History
/vim-8.2.3635/runtime/ftplugin/
H A Drust.vim35 " j was only added in 7.3.541, so stop complaints about its nonexistence
65 " regions to delimitMate's state, if they have not already been added.
/vim-8.2.3635/runtime/spell/nl/
H A Dnl_NL.diff49 # added to make this dictonary work on planned version 3.2 of OpenOffice.org too.
54 # added to make this dictonary work on planned version 3.2 of OpenOffice.org too.

123456789