Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 214) sorted by relevance

123456789

/vim-8.2.3635/runtime/doc/
H A Dusr_90.txt46 If you have a Linux distribution, the "vi" program is probably a minimal
56 - The GZIP program (you can get it from www.gnu.org)
71 You need the bzip2 program to uncompress it.
96 The make program will run configure and compile everything. Further on we
212 - A program to unpack the zip files.
243 Use your un-zip program to unpack the files. For example, using the "unzip"
244 program: >
253 Now change to the "vim\vim82" directory and run the install program: >
316 The program should be able to automatically find the runtime files for the
455 the "uninstall-gui" program located in the same directory as the other Vim
[all …]
H A Dusr_21.txt9 executing program from inside Vim or by leaving Vim and coming back later.
57 Vim will execute the program. When it ends you will get a prompt to hit
60 The "!" is also used in other places where a program is run. Let's take
63 :!{program} execute {program}
64 :r !{program} execute {program} and read its output
65 :w !{program} execute {program} and send text to its input
66 :[range]!{program} filter text through {program}
68 Notice that the presence of a range before "!{program}" makes a big
69 difference. Without it executes the program normally, with the range a number
70 of text lines is filtered through the program.
[all …]
H A Ddiff.txt42 works when such a diff program is available.
103 {patchfile} can be in any format that the "patch" program
339 "diff" program to compare two files and find the differences. *E959*
404 - The "diff" program cannot be executed.
405 - The "diff" program doesn't produce normal "ed" style diffs (see above).
412 The self-installing Vim for MS-Windows includes a diff program. If you don't
420 "patch" program.
422 When 'patchexpr' is empty, Vim will call the "patch" program like this: >
426 This should work fine with most versions of the "patch" program. Note that a
444 Make sure that using the "patch" program doesn't have unwanted side effects.
H A Dusr_25.txt128 It is possible to use an external program for formatting. This is useful
210 An alternative is to filter the text through an external program. Example: >
287 Warning: When using ":retab" on a program, it may change white space inside
360 When preparing text for use by another program, you might have to make
370 |letter generation program for a b|
383 |letter generation program for a |
412 If you want to import text into a program like MS-Word, each paragraph should
430 |A letter generation program |
443 |A letter generation program for a |
H A Dusr_30.txt9 program and directly jump to reported errors. Automatically set the indent
27 program from within Vim and then go through the errors generated and fix them
29 until finally your program compiles without any error.
31 The following command runs the program "make" (supplying it with any argument
117 The name of the program to run when the ":make" command is executed is defined
151 Suppose you ":make" a program. There is a warning message in one file and an
188 The ":make" command redirects the output of the executed program to an error
195 to compile the program in another window and redirect the output into a file.
205 A program is much easier to understand when the lines have been properly
418 For indenting lines in a program, using a multiple of eight spaces makes
H A Dusr_23.txt123 You could start a program to download the file, save it on your local disk and
130 With a bit of luck, Vim will figure out which program to use for downloading
185 If you try to view this file using another program, all you get is garbage.
256 Binary mode can be used to change a message in a program. Be careful not to
257 insert or delete any characters, it would stop the program from working. Use
298 You can do this in Vim by first converting the file with the "xxd" program.
H A Dusr_12.txt234 While editing a shell script or C program, you are using a command or function
240 Vim will run the external "man" program on the word. If the man page is
242 (mostly the "more" program). When you get to the end pressing <Enter> will
314 you are working on a program and want to view or edit all the files that
316 For example, suppose you want to edit all the C program files that contain
341 program files, for example, enter the following command: >
H A Dos_win32.txt240 A. Basically what you need is to put a tee program that will copy its input
274 Q. How can I asynchronously run an external command or program, or open a
275 document or URL with its default program?
287 or waiting for the program to complete; it indicates that you are running a
288 program that does not affect the files you are editing. Programs begun
300 1) You may use the /min flag in order to run program in a minimized state
H A Dusr_29.txt15 |29.3| Moving through a program
27 is a function definition in a C or C++ program. A list of tags is kept in a
35 "ctags" is a separate program. Most Unix systems already have it installed.
145 This requires the Exuberant ctags program, mentioned above. It offers an
268 Cscope is a free program. It does not only find places where an identifier is
319 *29.3* Moving through a program
321 Since a program is structured, Vim can recognize items in it. Specific
442 You are editing a C program and wonder if a variable is declared as "int" or
H A Dterminal.txt1177 program window A terminal window for the executed program. When "run" is
1178 used in gdb the program I/O will happen in this window, so
1180 name is "gdb program".
1233 program - the executed program will use this window
1239 Vim will start running in the program window. Put focus there and type: >
1283 - CTRL-C interrupt the program
1295 `:Run` [args] run the program with [args] or the previous arguments
1307 *:Stop* interrupt the program
1349 *:Program* jump to the window with the running program
1391 - The program being debugged will run in a separate window. On MS-Windows
[all …]
H A Dusr_10.txt11 an external program to do really complicated things.
21 |10.9| Using an external program
694 *10.9* Using an external program
698 The command "!{motion}{program}" takes a block of text and filters it
699 through an external program. In other words, it runs the system command
700 represented by {program}, giving it the block of text represented by {motion}
721 program, in this case "sort". Therefore, your full command is as follows: >
725 The result is that the sort program is run on the first 5 lines. The output
726 of the program replaces these lines.
746 'shell' specifies the program that Vim uses to execute
[all …]
/vim-8.2.3635/runtime/tools/
H A DREADME.txt3 blink.c: C program to make the cursor blink in an xterm.
5 ccfilter*: C program to filter the output of a few compilers to a common
32 xcmdsrv_client.c: Example for a client program that communicates with a Vim
H A Dshtags.pl16 USAGE: $program [-kvwVx] [-t <file>] <files>
48 ($program = $0) =~ s,.*/,,;
H A Dvimspell.txt6 similar program by Krishna Gadepalli <[email protected]>.
15 This program requires the old Unix "spell" command. On my Debian
/vim-8.2.3635/runtime/icons/
H A DREADME.txt19 3. By default, the Vim icon is a program icon.
20 Change the icon type from "program" to "project" using IconEdit from the
25 - The default program, of course, is "IconX".
/vim-8.2.3635/READMEdir/
H A DREADME_dos.txt8 B. Unpack .zip files and run the install.exe program.
18 this. The uninstall program is then started while the install program waits
64 to another location. That is where they will stay, the install program
69 Run the "install.exe" program. It will ask you a number of questions about
119 - If you have told the "install.exe" program to add the "Edit with Vim" menu
/vim-8.2.3635/runtime/macros/urm/
H A DREADME.txt21 capability. A dot marks the end of a program. (Bug: there must be a space
25 The program is the first line after the registers.
26 You should always initialize the registers required by the program.
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim15 " - Using a "prompt" buffer; may use a terminal window for the program
23 " 1. runs a pty for the debugged program, as with ":term NONE"
24 " 2. runs gdb, passing the pty of the debugged program
200 \ 'term_name': 'debugged program',
204 echoerr 'Failed to open the program terminal window'
393 \ 'term_name': 'debugged program',
396 echoerr 'Failed to open the program terminal window'
517 " the debugger program so that gdb responds again.
1136 call ch_log('program stopped')
1139 call ch_log('program running')
[all …]
/vim-8.2.3635/src/auto/
H A Dconfigure1104 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1105 | --program-pre | --program-pr | --program-p)
1107 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1108 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1111 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1112 | --program-suf | --program-su | --program-s)
1114 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1115 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1122 | --program-transfo | --program-transf \
1123 | --program-trans | --program-tran \
[all …]
/vim-8.2.3635/runtime/indent/
H A Dfortran.vim26 setlocal indentkeys+==~function,=~subroutine,=~module,=~contains,=~program
125 "Indent program units unless instructed otherwise
130 if prevstat =~? '^\s*\(contains\|submodule\|program\)\>'
139 \ .'\(function\|subroutine\|module\|submodule\|program\)\>'
H A Dpascal.vim18 setlocal indentkeys+==program,==function,==procedure,==object,==private
75 " Last line of the program
87 if this_codeline =~ '^\s*\(program\|procedure\|function\|type\)\>'
/vim-8.2.3635/src/xdiff/
H A DCOPYING60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
73 When a program is linked with a library, whether statically or using
105 users' freedom, it does ensure that the user of a program that is
107 that program using a modified version of the Library.
119 program which contains a notice placed by the copyright holder or
144 running a program using the Library is not restricted, and output from
148 and what the program that uses the Library does.
176 table of data to be supplied by an application program that uses
225 the Library into a program that is not a library.
[all …]
/vim-8.2.3635/nsis/lang/
H A Dturkish.nsi39 "Vim program başlatıcı ve çalışma dosyaları. Bu bileşen zorunludur."
59 "gVim programı için Masaüstünde kısayol oluşturur."
109 "Vim programını ve çalıştırma dosyalarını kaldır"
/vim-8.2.3635/runtime/syntax/
H A Dpoke.vim3 " This program is free software: you can redistribute it and/or modify
8 " This program is distributed in the hope that it will be useful,
14 " along with this program. If not, see <http://www.gnu.org/licenses/>.
H A Dlftp.vim73 syn keyword lftpSettings contained connect[-program] sh[ell]
127 syn keyword lftpSettings contained connect[-program]
129 \ ser[ver-program] size-r[ead] size-w[rite]

123456789