网络空间充盈文化气质
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with makeprg
Search options answers only
not deleted
user 71
百度 会议后,王源还与前英国首相夫人切丽·布莱尔(CherieBlair)太太亲切交谈,布莱尔太太说:很高兴中国有这样的青年,拥有如此大大的影响力,有这么多的粉丝,可以带领这么多的人致力于可持续发展的道路中。
The program that will be run when the `:make` command is executed.
6
votes
How to customize % symbol in makeprg command
In your case you can e.g. use :set makeprg=gcc\ -Wall\ -g\ %\ -o\ %<
See also the faq …
2
votes
Accepted
How to capture errors from make in terminal window
I have made a small plugin vpager. That allows to dump the terminal output back into Vim.
The last commit in addition allows to use the output and dump it into the quickfix list. So you can simply do …