Home
last modified time | relevance | path

Searched refs:with (Results 1 – 25 of 991) sorted by relevance

12345678910>>...40

/vim-8.2.3635/runtime/indent/
H A Docaml.vim110 " Indent if current line begins with 'end':
126 " Indent if current line begins with ')':
130 " Indent if current line begins with 'let':
144 if lline !~ '^\s*\(|[^\]]\|\(match\|type\|with\)\>\)\|\<\(function\|parser\|private\|with\)\s*$'
149 " Indent if current line begins with ';;':
155 " Indent if current line begins with 'in':
161 " Indent if current line begins with 'else':
173 " Indent if current line begins with 'and':
179 " Indent if current line begins with 'with':
180 elseif line =~ '^\s*with\>'
[all …]
H A Delm.vim47 " Indent if current line begins with '}':
51 " Indent if current line begins with 'else':
57 " Indent if current line begins with 'then':
63 " HACK: Indent lines in case with nearest case clause:
71 " Align the end of block comments with the start
75 " Indent double shift after let with an empty rhs
79 " Align 'in' with the parent let.
83 " Align bindings with the parent let.
87 " Align bindings with the parent in.
93 " Add a 'shiftwidth' after lines ending with:
[all …]
/vim-8.2.3635/src/
H A DINSTALLpc.txt25 2. Using MSYS2 with MinGW
32 9. Building with Lua support
35 12. Building with Tcl support
97 Vim with Make_mvc.mak.
261 Vim with Make_mvc.mak.
268 2. MSYS2 with MinGW
496 When using msys2 and link with Python2 bundled with msys2 (as one line):
557 When using msys2 and link with Python3 bundled with msys2 (as one line):
720 Vim with Perl support can be built with either MSVC or MinGW (or Cygwin).
746 Vim with Ruby support can be built with either MSVC or MinGW (or Cygwin).
[all …]
/vim-8.2.3635/runtime/doc/
H A Dchange.txt10 commands with the "." command.
527 '#' with a zero value, shift right does not affect lines starting with '#'
626 with {string}.
808 \& & replaced with &
938 matched text can be accessed with "submatch(0)". The text matched with the
998 with tabstops at 8 but edited with tabstops set at 4. Warning: white space
1146 combination with |v_zy|.
1162 lines with the command sequence "ddp". You can exchange two words with the
1224 Vim fills this register with text deleted with the "d", "c", "s", "x" commands
1340 {only available when compiled with the |+dnd| feature, currently only with the
[all …]
H A Dgui_w32.txt97 1. select a file you want to use Vim with
138 with gvim". Choosing this menu option will invoke gvim with the file you have
144 "Edit with existing gvim" -- edit the file with the running gvim
156 1. Start the registry editor with "regedit".
172 DisplayName Vim 8.2: Edit with Vim popup menu entry
175 Replace {path} with the path that leads to the executable.
204 Doing this manually can be done with this script:
227 registry entries with "regedit".
336 as the traditional interface shared with the console version.
379 Note that a menu that starts with ']' will not be displayed.
[all …]
H A Dspell.txt113 like with |zG|.
118 with |zw|. Without count the first name is used, with
122 list, like with |zW|.
425 with a line break.
708 and OpenOffice.org). This requires two files, one with .aff and one with .dic
881 done with a SET line:
966 contain the table with characters, so that it can be combine with spell files
999 generated with a program.
1163 Prefixes with a chop string or with flags will still be included in the word
1260 multiple items with multiple flags. This is not compatible with Myspell 3.0.
[all …]
H A Dtextprop.txt128 {props} is a dictionary with these fields:
169 {props} is a dictionary with these fields:
208 id property with this ID
209 type property with this type name
212 start position with "lnum" and "col"
239 Each property is a Dict with these entries:
266 bit slow for a buffer with many lines).
268 {props} is a dictionary with these fields:
269 id remove text properties with this ID
295 properties the one with the highest priority
[all …]
H A Dvim.man30 system, with the ":help" command. See the ON-LINE HELP section below.
32 Most often Vim is started to edit a single file with the command
36 More generally Vim is started with:
40 If the filelist is missing, the editor will start with an empty buffer.
48 starts with a dash, precede the filelist with "--".
76 Can also be done with the "-e" argument.
79 the files. Can also be done with the "-R" argument.
87 be done with the "-y" argument.
92 done with the "-Z" argument.
209 uc=0". Can be undone with ":set uc=200".
[all …]
H A Dusr_10.txt123 change. This can be done with: >
131 This works both with recording and with yank and delete commands. For
133 the first line with: >
154 in all lines with the following command: >
181 results in (starting with the original line):
195 replace with Teacher (y/n/a/q/l/^E/^Y)?
554 Starting with this text:
564 The file named "patch" will be inserted, with this result:
610 Write the first line with this command: >
672 "section" all uppercase. Do this with the "gU" operator. Start with the
[all …]
H A Dtodo.txt153 'incsearch' with :s:
607 Problem with :tlmenu: Detach item added with all modes? Issue #3563.
631 with the first character (like what happens with a last line that doesn't
1345 engine, can we do this with the new engine? E.g. with
2189 Problem with transparent cmdline. Also: Terminal title is wrong with
3491 a problem with writing a file that starts with a dot. (Giacalone)
3706 it. (Lohner) Try out with "vt100" entry, cm replaced with cX.
3940 with words, replacing the curly quote with a single quote.
4341 1. Put the bytecode with the original script, with an ":if
4495 with an argument that can be messed with.
[all …]
H A Deval.txt611 Merging a Dictionary with another is done with |extend()|: >
1201 start with one!
3876 The match can be selected with CTRL-N and CTRL-P as usual with
4080 If {start} is given then start with the item with this index.
4340 with two characters. {digraph} is a string with one UTF-8
4712 buffer with no name, results in the current directory, with a
7694 A match happens with a mapping that starts with {name} and
8442 Conversion specifications start with '%' and end with the
8569 or "-inf" with %f (INF or -INF with %F).
8570 "0.0 / 0.0" results in "nan" with %f (NAN with %F).
[all …]
H A Dpopup.txt20 Position popup with textprop |popup-textprop-pos|
35 popup window like with regular windows.
39 - prompt the user with a dialog
106 set with the "time" property on `popup_create()`.
269 - a list of text lines with text properties
395 with these entries:
447 items with cursorkeys, and close it an item is selected with
593 text String with the text to display.
597 dictionary with a "col" entry, see below:
690 with the value -2.
[all …]
H A Dstarting.txt27 More generally, Vim is started with:
206 {file} cannot start with a "-".
301 file with the |-u| flag: >
661 then start with an empty buffer.
1025 - when Vim was started with the |-u| command line argument, especially with
1116 file with: >
1294 1. Edit your vimrc file with Vim.
1328 You can quickly start editing with a previously saved View or Session with the
1525 starting with 7.4.1131, will keep the items with timestamp, but not use them.
1532 you have worked with.
[all …]
H A Dterminal.txt199 changed with the ++noclose argument.
241 directly, use a shell, like with
245 window kill the job with {how}. See
264 codes can be used like with `:map`,
433 start with "xterm"
564 {buf} is used as with |term_getsize()|.
625 {buf} is used as with |term_getsize()|.
634 {buf} is used as with |term_getsize()|.
986 to be able to see it with `:messages`.
1026 before opening the terminal, with: >
[all …]
H A Dusr_45.txt9 how to change which one is used. Also, the different ways to work with files
15 |45.4| Editing files with a different encoding
32 If it replies with "C", this means the default is being used, which is
194 Now you have told Vim to use Unicode internally and display text with a
212 comes with XFree86 is one of them. Let's use that as an example.
226 Suppose you want to work with Unicode files, but don't have a terminal with
236 avoids that the display is messed up with strange characters.
258 *45.4* Editing files with a different encoding
270 ucs-bom File must start with a Byte Order Mark (BOM). This
285 Thus the text is assumed to be encoded with 'encoding'.
[all …]
H A Dundo.txt99 a related change before this that you must join with.
142 MM/DD HH:MM:SS idem, with month and day
143 YYYY/MM/DD HH:MM:SS idem, with year
192 Start with this text:
221 Jump to the last change with ":later 1h":
224 And back to the start again with ":earlier 1h":
254 changed with the 'undodir' option.
327 encryption. Open the file with another Vim.
341 "Will not overwrite with undo file, cannot read"
390 back the text of three deletes ago with '"3P'.
[all …]
H A Dusr_28.txt14 |28.3| Working with folds
17 |28.6| Folding with markers
70 And you can close the fold again with: >
105 with: >
122 *28.3* Working with folds
182 the same buffer, one with folds and one without folds. Or one with all folds
183 closed and one with all folds open.
218 with many programming languages.
261 and then open a specific fold with |zo|. Or open all folds with |zR| and
262 then close specific folds with |zc|.
[all …]
H A Dvisual.txt86 [count] is used as with `v` above.
163 with the count.
231 aw a word (with white space) |v_aw|
233 aW a WORD (with white space) |v_aW|
235 as a sentence (with white space) |v_as|
237 ap a paragraph (with white space) |v_ap|
239 ab a () block (with parentheses) |v_ab|
241 aB a {} block (with braces) |v_aB|
245 a< a <> block (with <>) |v_a<|
247 a[ a [] block (with []) |v_a[|
[all …]
H A Dvim9.txt73 with legacy expression syntax.
115 Comments starting with # ~
118 comments start with #. >
345 And with autocommands: >
361 with `:unlet`.
906 Indexing a string with [idx] or taking a slice with [idx : idx] uses character
1214 function with:
1228 Custom types must start with a capital letter, to avoid name clashes with
1619 - Comments start with # instead of ", to avoid confusing them with strings.
1621 - Ex command ranges need to be prefixed with a colon, to avoid confusion with
[all …]
H A Dprint.txt18 {only available when compiled with the |+printer| feature}
56 {only available when compiled with the |+postscript|
110 replaced with '-' signs.
188 as with the 'guifont' option.
219 ETEN Big5 with ETen extensions
232 MSWINDOWS KS X 1992 with MS extensions
444 'runtimepath' and rename it with your unique name.
550 not. Try printing with collation turned off.
555 printing with syntax highlighting turned off.
666 to first create a PostScript file with: >
[all …]
H A Dcmdline.txt191 CTRL-P the Filename under the cursor, expanded with
290 Vim is compiled with the |+rightleft| feature and the
482 matching files with the next.
506 It is impossible to ignore suffixes with two dots.
633 in the command, with ":s" it is not.
656 it must be preceded with a backslash. Example: >
856 is preceded with a backslash.
863 % Is replaced with the current file name.
934 <stack> is replaced with the call stack, using
977 removed). Cannot be used with :e, :r or :t.
[all …]
H A Dversion5.txt128 with version 4.x.
1496 with '/'.
1549 with Lesstif!
2106 redone with ".".
2726 line with "/****".
3076 5.2.10: A loop with input() could not be broken with CTRL-C.
3536 search with CTRL-C.
4100 files (with "include" replaced with "lib") above another entry.
4618 with focus.
5620 with "<".
[all …]
/vim-8.2.3635/src/po/
H A DREADME.txt8 The GNU gettext library, starting with version 0.10.37, supports converting
10 with HAVE_ICONV. The result is that the messages may be in any encoding
14 The GNU gettext library, starting with version 0.10.36, uses a new format for
66 will use "xx.po" as an example here, replace "xx" with the name of your
96 Such messages start with "#~".
103 - items marked with "#, fuzzy"
104 - items with an empty msgstr
105 You can do this with the cleanup.vim script:
110 gettext ignores empty strings and items marked with "#, fuzzy".
130 To try out the messages with Vim use:
[all …]
/vim-8.2.3635/READMEdir/
H A DREADME_os390.txt13 the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2)
21 Unpack the tar file on z/OS with
32 Vim can be compiled with or without GUI support. For 7.4 only the compilation
33 without GUI was tested. Below is a section about compiling with X11 but this
49 $./configure --with-features=big --without-x --enable-gui=no
72 58: Spell checking is not supported with EBCDIC
81 WARNING: This instruction was not tested with Vim 7.4 or later.
83 There are two ways for building VIM with X11 support. The first way is simple
95 With this VIM is linked statically with the X11 libraries.
98 Make VIM as described above. Then create a file named 'link.sed' with the
[all …]
/vim-8.2.3635/runtime/
H A Ddefaults.vim7 " Except when Vim is run with "-u NONE" or "-C".
8 " Individual settings can be reverted with ":set option&".
68 " Revert with ":unmap Q".
73 " Revert with ":iunmap <C-U>".
77 " can position the cursor, Visually select and scroll with the mouse.
88 " Only do this part when Vim was compiled with the +eval feature.
95 " Revert with ":filetype off".
98 " Put these in an autocmd group, so that you can revert them with:
130 " Revert with ":syntax off".
134 " Revert with ":unlet c_comment_strings".
[all …]

12345678910>>...40