Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/vim-8.2.3635/runtime/tutor/
H A Dtutor.vim68 " The Japanese tutor is available in three encodings, guess which one to use
78 " The Korean tutor is available in two encodings, guess which one to use
85 " The Chinese tutor is available in three encodings, guess which one to use
102 " The Polish tutor is available in two encodings, guess which one to use.
109 " The Turkish tutor is available in two encodings, guess which one to use
128 " The Slovak tutor is available in three encodings, guess which one to use
135 " The Slovak tutor is available in two encodings, guess which one to use
144 " The Czech tutor is available in three encodings, guess which one to use
151 " The Russian tutor is available in three encodings, guess which one to use.
160 " The Hungarian tutor is available in three encodings, guess which one to use.
[all …]
/vim-8.2.3635/runtime/doc/
H A Dpi_logipat.txt33 :LogiPat is a command which takes a boolean-logic
67 expression which implements the choices. A series of examples
77 < will search for lines which don't contain the string :abc:
80 < will search for lines which contain either the string
84 < will search for lines which don't contain either
88 < will search for lines which contain both of the strings
92 < will return the regular expression which will match
H A Dmakehtml.awk399 which=tagref[p[i]];
407 which="intro.html";
608 which=tagref[atag];
625 which=tagref[btag];
633 if ( which == FILENAME ) {
637 nz=split(which,zz,".");
649 if ( which == FILENAME ) {
653 nz=split(which,zz,".");
665 if ( which == FILENAME ) {
669 nz=split(which,zz,".");
H A Dft_ada.txt28 This mode is designed for the 2005 edition of Ada ("Ada 2005"), which includes
31 though code which uses Ada 2005-only keywords will be wrongly colored (such
130 and can run on files which currently do not compile.
132 There are also lots of other Vim-tools which use exuberant Ctags.
134 You will need to install a version of the Exuberant Ctags which has Ada
157 several versions available which differ in the licence terms used.
282 Highlight lines which are too long. Note: This highlighting
407 Control object which manages GNAT compiles. The object
414 Control object which manages Dec Ada compiles. The object
444 Dictionary of the various kinds of items which the Ada support
[all …]
H A Dft_sql.txt7 The Structured Query Language (SQL) is a standard which specifies statements
107 objects. Depends on which database vendor you are using, the list of objects
265 At anytime you can determine which SQL dialect you are using by calling the
362 Indicate which item you want the SQL completion
373 'sqlKeyword\w*' - A second option available with Vim 7.4 which
374 uses a regular expression to determine which
537 change the schema of a cached table you can press <C-C>R, which
570 7. Step 3 and 4 can be replaced by pressing <C-C>L, which has
584 In INSERT mode after typing the final "c." which is an alias for the
642 will be filtered to display only the entries which begin with the
[all …]
H A Dusr_02.txt72 differently, depending on which mode you are in. The two basic modes are
123 One of the problems for Vim novices is mode confusion, which is caused by
124 forgetting which mode you are in or by accidentally typing a command that
152 Also, there are keyboards which do not have arrow keys, or which
227 In Vim you can join two lines together, which means that the line break
391 are the colon (:), which enters Command-line mode; the q command, which tells
561 the mode for which they can be used. E.g.: >
563 < takes you to the family of CTRL-X commands for insert mode which can be
577 <CTRL-A>). Here the "g" stands for the normal command "g" which always
634 < All matches are available in the quickfix window which can be opened
[all …]
H A Dmbyte.txt9 This is about editing text in languages which have many characters that can
162 different. Some systems have a locale.alias file, which allows translation
167 matters what the setlocale() function uses, which is generally NOT the
245 are equal to ASCII, which makes it easy to exchange plain-ASCII text, no
438 intermediate encoding, which allows conversion from and to all other
515 Get the latest xterm version which has now UTF-8 support:
521 Also get the ISO 10646-1 version of various fonts, which is available on
628 the comma-separated names are alternative names, one of which will be
908 localized xterm or an xterm which supports |XIM|
1042 Ex command first, which is ASCII.
[all …]
H A Darabic.txt24 Arabic is a rather demanding language in which a number of special
35 require Presentation Form-B (U+FE70-U+FEFF) fonts both of which are
75 Vim requires monospaced fonts of which there are many out there.
148 in which users are instructed to proceed. Barring an enabled 'termbidi'
164 which resets everything that the command had enabled without touching
245 "search", which means that windows in which 'rightleft' is set will
257 composing, combining) which the Arabic language requires, enable
H A Dos_dos.txt142 The |'highlight'| option specifies which of the five modes is used for which
160 You must replace xx with a decimal code, which is the foreground color number
219 If the 'fileformat' option is set to "dos" (which is the default), Vim accepts
232 Vim sets 'fileformat' automatically when 'fileformats' is not empty (which is
238 contain single <NL> characters which Vim would replace with <CR><NL>. You can
260 that exists and in which Vim can create a file:
269 filtering). The first of these directories that exists and in which Vim can
312 which version you are using then enter the following in a PowerShell prompt -
H A Dfiletype.txt28 event, which can be used to set the syntax highlighting, set options, etc.
280 The actual type checking depends on which platform you are running Vim
292 depends on which version of Vim you are using.
362 which contains the name of the filetype. For the "mail" filetype this
416 'textwidth' is set to 78, which is standard.
442 The default is "%Y-%m-%d" which is the standard format
447 part of the current user, which informally contains
463 The default is "%d %u\n\n\t* %p%c\n\n", which produces
477 The default is "\t*%c", which produces something
486 The default is '^\s*%d\_s*%u' which finds lines
[all …]
H A Dusr_43.txt83 Create a file "filetype.vim" which contains an autocommand for your filetype.
119 ~/.vim/after/filetype.vim, which is found last: >
128 filetype.vim file in $VIMRUNTIME, which is halfway 'runtimepath'. Finally
132 checked in the order in which they were defined. The *.txt pattern matches,
160 contents of files for which the filetype was already detected by the file
H A Dif_ole.txt61 This method takes a single parameter, which is a string of keystrokes. These
82 This method takes a single parameter, which is an expression in Vim's normal
83 format (see |expression|). It returns a string, which is the result of
105 You can use this if you are writing something which needs to manipulate the
192 have multiple copies of Vim running, but you can control which one has VS
H A Dusr_22.txt10 is mentioned in another. And Vim remembers which files have been edited
57 6. A listing of files, including "../", which allows one to list
217 previous tab page from which the new tab page was opened. You can change the
222 change the working directory of tab pages which have a tab local directory.
255 file in which you use "gf" is. Thus using "gf" on "inits.h" will make Vim
263 The 'isfname' option is used to decide which characters are included in the
264 file name, and which ones are not (e.g., the " character in the example
327 which files you have edited. And edit them again.
336 A command which does the same, is not so obvious to list buffers, but is much
H A Dmessage.txt116 wiped out a buffer which contains a mark or is referenced in another way.
169 A filename contains a strange combination of characters, which causes Vim to
204 internal variable |v:var| which is read-only.
329 You are trying to write a file under a name which is also used in another
423 You have used an ":unabbreviate" command with an argument which is not an
436 You have used an ":unmap" command with an argument which is not an existing
549 system. See |+feature-list| for when which feature is available. The
550 |:version| command shows which feature Vim was compiled with.
560 'directory' starts with "/tmp", which is a bad choice).
630 The file which you have started editing has got another timestamp and the
[all …]
H A Dtagsrch.txt29 CTRL-] command, the keyword on which the cursor is standing is used as the
105 tags file, which causes a slowdown. This can be avoided by fold-case sorting
111 On the tag stack is remembered which tags you jumped to, and from where.
228 With a '>' in the first column is indicated which is
315 When there is no other message, Vim shows which matching tag has been jumped
327 When a matching tag is found for which the file doesn't exist, this match is
578 commands, which are mostly used.
580 interpreted by Vi as the start of a comment, which makes the
710 default is "\^#\s*include", which is for C programs. Note: Vim does not
894 buf_ffname Full filename which can be used for priority.
[all …]
H A Dpi_zip.txt53 < which by default is a single quote under Unix (') and a double quote
58 Use this option to specify the program which does the duty of "unzip".
63 Use this option to specify the program which does the duty of "zip".
86 Apparently there are a number of archivers which generate zip files that
H A Dpi_tar.txt46 The copy is done using the command in *g:tar_copycmd* , which is >
50 *g:tar_extractcmd* , which by default is >
99 Not all tar's support the "--" which is why
139 patch 299 which provides the fnameescape()
/vim-8.2.3635/runtime/ftplugin/
H A Dmsmessages.vim26 " Comments includes both ";" which describes a "comment" which will be
27 " converted to C code and variants on "; //" which will remain comments
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt11 (1) It adds commands to Developer Studio, which can then be tied
62 These files contain the CDSAddIn class, which implements the
67 These files contain the CCommands class, which implements your
89 This is the standard header file, which defines new resource IDs.
/vim-8.2.3635/runtime/macros/maze/
H A DREADME.txt6 The "-u maze.mac" loads the maze macros and skips loading your .vimrc, which
22 you are on a fast machine, 3-5 if slow) which
35 try maze.ansi.c which was also posted to the net.
/vim-8.2.3635/src/
H A Dgui_xmdlg.c622 enum ListSpecifier which) in do_choice() argument
628 if (!data->sel[which]) in do_choice()
629 data->sel[which] = XtNewString(sel); in do_choice()
632 if (!strcmp(data->sel[which], sel)) in do_choice()
635 XtFree(data->sel[which]); in do_choice()
636 data->sel[which] = NULL; in do_choice()
642 XtFree(data->sel[which]); in do_choice()
643 data->sel[which] = XtNewString(sel); in do_choice()
648 fill_lists(which, data); in do_choice()
/vim-8.2.3635/runtime/syntax/
H A Dxdefaults.vim23 " mark lines which do not contain a colon as errors.
25 " which contain at least two WORDS and no colon. This
27 " error while typing (which would be annoying).
50 " lines starting with a '#' mark and which are not preprocessor
H A Dcabal.vim11 " Added cabalStatementRegion to limit matches of keywords, which fixes
25 " V1.2: Added cpp-options which was missing. Feature implemented
73 " cabalStatementRegion which limits the scope of cabalStatement keywords, this
169 " cabalVersionRegion which limits the scope of cabalVersion pattern.
/vim-8.2.3635/runtime/tools/
H A Dmve.txt7 I have written a script mve (make vim errors), through which I pipe my make
8 output, which translates output of the following form:
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim17 " tab occurs after a syntax match which in turn
30 " browsers which don't support 'ch' CSS unit, since
111 " 'buftype' indicates a special buffer which isn't
128 " 7.3_v7b1: Remove use of setwinvar() function which cannot be
158 " stylesheet which can be re-used. Alternate stylesheet support? Good start
163 " * Add way to override or specify which RGB colors map to the color numbers

12345678910>>...16