Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/vim-8.2.3635/src/testdir/
H A Dtest_virtualedit.vim13 set virtualedit=all
35 set virtualedit=all
47 set virtualedit=all
66 set virtualedit=all
425 set ve=all
431 setlocal ve=all
440 set ve=all
455 setlocal ve=all
485 setlocal ve=all
496 setlocal ve=all
[all …]
H A Dtest_winbuf_close.vim7 " :all
40 " test for :all keeping a buffer when it's modified
45 all
95 " test ":all!" hides changed buffer
98 all!
/vim-8.2.3635/runtime/doc/
H A Dsign.txt266 Remove all placed signs in all the groups from file {fname}.
286 Remove all placed signs in all the groups from buffer {nr}.
294 all files it appears in.
298 all the files it appears in.
301 Remove all placed signs in the global group from all the files.
304 Remove all placed signs in group {group} from all the files.
307 Remove all placed signs in all the groups from all the files.
350 List placed signs in all sign groups in all files.
654 deletes all the defined signs.
670 " Delete all the signs
[all …]
H A Dfold.txt314 zE Eliminate all folds in the window.
327 folds is opened for all lines in the selected area.
338 is closed for all lines in the selected area.
384 zM Close all folds: set 'foldlevel' to 0.
395 Open folds in {range}. When [!] is added all folds are
401 Close folds in {range}. When [!] is added all folds are
460 Execute {cmd} on all lines that are in a closed fold.
479 When 'foldlevel' is 0, all folds are closed.
481 When 'foldlevel' is very high, all folds are open.
557 'foldenable' 'fen': Open all folds while not set.
[all …]
H A Dusr_28.txt84 fold all the sections in this chapter. Try it out. You will notice that
88 Suppose you have created several folds, and now want to view all the text.
100 If you have nested several levels deep, you can open all of them with: >
152 To open all folds at the cursor line use |zO|.
153 To close all folds at the cursor line use |zC|.
155 To delete all folds at the cursor line use |zD|.
166 :set foldopen=all
175 :set foldclose=all
183 closed and one with all folds open.
324 all folding happens automatically.
[all …]
H A Dusr_26.txt66 bit quicker to type). Repeat "n" and "." for all years that appear.
108 change it in all files. This is how you do it.
109 Put all the relevant files in the argument list: >
113 This finds all C files and edits the first one. Now you can perform a
114 substitution command on all these files: >
119 will be executed on all files in the argument list.
120 The "%s" substitute command that follows works on all lines. It finds the
123 The flags for the substitute command include "g" to replace all occurrences
131 There is also the ":windo" command, which executes its argument in all
132 windows. And ":bufdo" executes its argument on all buffers. Be careful with
[all …]
H A Dusr_12.txt28 The substitute command can be used to replace all occurrences of a word with
33 The "%" range means to replace in all lines. The "g" flag at the end causes
34 all words in a line to be replaced.
59 Let's assume you have a directory with C++ files, all ending in ".cpp".
63 contain all the C++ files. You are now in the
180 The |:global| command can be combined with the |:move| command to move all the
193 |:global| proceeds to match all remaining lines of the file and puts each as
313 to edit all the files that contain a given word. This is extremely useful if
314 you are working on a program and want to view or edit all the files that
340 given string. If you want to find all occurrences of "error_string" in all C
[all …]
H A Dusr_40.txt140 you don't get to Ex mode at all.
273 the <F7> key do nothing at all: >
416 To delete all the user commands: >
450 the file name. In this case it matches all files.
537 example, to list all BufNewFile autocommands: >
541 To list all autocommands for the pattern "*.c": >
545 Using "*" for the event will list all the events. To list all autocommands
569 To delete all autocommands in the "cprograms" group: >
603 like "doautocmd" except it executes on all the buffers.
645 To ignore all events, use the following command: >
[all …]
H A Dtabpage.txt148 :tabo[nly][!] Close all other tab pages.
156 :tabonly " close all tab pages except the current
161 Close all tab pages except {count} one. >
163 :-tabonly " close all tab pages except the previous
165 :+tabonly " close all tab pages except the next one
166 :1tabonly " close all tab pages except the first one
167 :$tabonly " close all tab pages except the last one
168 :tabonly - " close all tab pages except the previous
170 :tabonly +2 " close all tab pages except the two next
173 :tabonly $ " close all tab pages except the last one
[all …]
H A Dusr_20.txt57 left key with Control pressed) will not work on all keyboards. Same
74 CTRL-U removes all text, thus allows you to start all over again.
117 ":substitute" can be abbreviated to ":s". This is a generic mechanism, all
197 it again. If there are more matches, you will see them all, one at a time.
203 Then it starts all over again. Thus Vim cycles through the list of matches.
281 The 'wildignore' option specifies files that are not listed at all.
283 More about all of this here: |cmdline-completion|
306 you should not have to press <Up> very often (unless ":set" commands is all
312 what you typed and correct that. Or use CTRL-U to start all over again.
314 To see all the lines in the history: >
[all …]
H A Dgui.txt109 documented in |options.txt| with all the other options.
135 window in pixels. Does not work in all versions.
485 If you don't want to use menus at all, see |'go-M'|.
491 if you don't like the defaults at all, start with removing all menus
727 the same order for all modes.
806 11 SaveAll write all modified buffers to file
932 To remove all menus use: *:unmenu-all* >
933 :unmenu * " remove all menus in Normal and visual mode
935 :aunmenu * " remove all menus in all modes, except for Terminal
937 :tlunmenu * " remove all menus in Terminal mode
[all …]
H A Dquickref.txt574 |:set| :se[t] show all modified options
575 |:set| :se[t] all show all non-termcap options
1031 |:clist| :cl list all errors
1096 |c_CTRL-U| CTRL-U remove all characters
1247 |:all| :all or :sall open a window for every file in the arg list
1294 write all changed buffers and exit
1317 |:autocmd| :au list all autocommands
1323 |:autocmd| :au! remove all autocommands
1428 |:menu| :menu list all menus
1452 |zO| zO open all folds under the cursor
[all …]
H A Dft_sql.txt346 as it may not work properly on all platforms: >
393 - Contains the contents of all syntax highlight groups
417 - All tables for all schema owners
419 - All stored procedures for all schema owners
421 - All stored procedures for all schema owners
480 * fr<C-C>a (show all syntax items)
562 4. Press <C-C>l to request a comma separated list of all columns
675 < - Displays all SQL syntax items. >
677 < - Displays all SQL syntax items defined as 'sqlKeyword'. >
681 < - Displays all SQL syntax items defined as 'sqlOption'. >
[all …]
H A Dusr_08.txt17 |08.6| Commands for all windows
78 This closes all windows, except for the current one. If any of the other
279 *08.6* Commands for all windows
291 If you know there are windows with changes, and you want to save all these
296 This stands for "write all". But actually, it only writes files with
300 quit all" command: >
304 This writes all modified files and quits Vim.
335 file in the argument list. ":vertical all" does it with vertical splits.
452 all situations. To update it use this command: >
471 Since there are no changes left now, Vim puts all text in a closed fold.
[all …]
H A Dmlang.txt50 Without argument all parts of the locale are printed
83 Without an argument all are set, and additionally
90 Not fully supported on all systems
158 versus "iso_8859-1". Fortunately Vim makes all names lowercase, thus you
179 becoming the maintainer and make your translations available to all Vim users.
184 Clear all menu translations.
195 To try out your translations you first have to remove all menus. This is how
/vim-8.2.3635/src/GvimExt/
H A DMake_ming.mak6 # Now it is allocated dymanically by the linker by evaluating all DLLs
61 .PHONY: all all-before all-after clean clean-custom
63 all: all-before $(DLL) all-after target
/vim-8.2.3635/src/po/
H A DMake_ming.mak9 # Previous to all you must have the environment variable LANGUAGE set to your
61 .PHONY: first_time all install install-all clean $(LANGUAGES)
66 all: $(MOFILES) $(MOCONVERTED) target
114 install-all: all
119 install-all: all
H A DREADME_mingw.txt20 First of all you must set the environment variable LANGUAGE to xx, where xx is
30 This will produce a new brand xx.po file with all the messages in Vim ready
32 it will comment the untranslated messages (now, all). I recommend to use
36 back to po, so all the work must be done from the po dir, hence the '..\')
47 This will extract all the strings from Vim and merge them in with the
67 This is very important to make sure the translation works on all systems.
68 Comment-out all non-translated strings. There are two types:
89 You can also use the following command to install all languages:
91 make -f Make_ming.mak install-all
H A DMake_cyg.mak48 .PHONY: first_time all install install-all clean $(LANGUAGES)
53 all: $(MOFILES) $(MOCONVERTED) target
101 install-all: install
/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim294 " Use all the items in dictionary for the "info" entry.
404 func s:Nextitem(lead, items, depth, all) argument
494 " When "all" is non-zero find all, otherwise just return 1 if there is any
496 func s:StructMembers(typename, items, all) argument
506 if a:all == 0
527 if a:all == 0
537 let target = '' " No further items, matching all members
584 return s:SearchMembers(matches, a:items[idx :], a:all)
592 " When "all" is non-zero find all, otherwise just return 1 if there is any
594 func s:SearchMembers(matches, items, all) argument
[all …]
H A Dsyntaxcomplete.vim39 " - Cycle through all the character ranges specified in the
73 " - It will return a List of all syntax items for the
234 " To retrieve all syntax items regardless of syntax group:
296 " Loop through all the syntax groupnames, and build a
302 " directory this is true for almost all syntax definitions.
618 " 1. Only use \( or \%( constructs remove all else
642 " Remove all non-word characters
648 " and replaces all non-word characters.
757 " Remove all character ranges
760 " Remove all numeric specifications
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim65 " s:all regexp based on s:pat and the default groups
83 " s:all = pattern with all the keywords
96 let s:all = substitute(s:all, '\\(', '\\%(', 'g')
97 let s:all = '\%(' . s:all . '\)'
117 if a:word !~ s:all
127 let regexp = s:Wholematch(matchline, s:all, startpos[1]-1)
357 " Return a regexp that matches all of a:string, such that
548 " pat = all of b:match_words with backrefs parsed
558 " ini = 'if' piece, with all backrefs resolved from match
704 " let regexp = s:Wholematch(matchline, s:all, curcol)
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dnosyntax.vim6 " It removes the autocommands and stops highlighting for all buffers.
12 " Remove all autocommands for the Syntax event. This also avoids that
16 " remove all syntax autocommands and remove the syntax for each buffer
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsd.vim17 …\ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribu…
35 \ ['annotation', 'all', 'choice', 'sequence'],
43 \ 'all' : [
104 …\ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribut…
/vim-8.2.3635/runtime/spell/ro/
H A Dmain.aap12 all: $SPELLDIR/ro.utf-8.spl \
20 # Note: this generates conversion errors, because not all characters can be
25 # Note: this generates conversion errors, because not all characters can be
88 # Remove all the downloaded and generated files.

12345678910>>...27