Lines Matching refs:program
9 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.
450 A typical example is a C program where you make indents by a multiple of 4