comparison runtime/doc/quickref.txt @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 6a91f35b354d
children 8157079cea85
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
1 *quickref.txt* For Vim version 7.0aa. Last change: 2005 Dec 12 1 *quickref.txt* For Vim version 7.0aa. Last change: 2006 Jan 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
936 |:cnext| :cn display the next error 936 |:cnext| :cn display the next error
937 |:cprevious| :cp display the previous error 937 |:cprevious| :cp display the previous error
938 |:clist| :cl list all errors 938 |:clist| :cl list all errors
939 |:cfile| :cf read errors from the file 'errorfile' 939 |:cfile| :cf read errors from the file 'errorfile'
940 |:cgetfile| :cg like :cfile but don't jump to the first error 940 |:cgetfile| :cg like :cfile but don't jump to the first error
941 |:caddfile| :cad add errors from the error file to the current 941 |:caddfile| :caddf add errors from the error file to the current
942 quickfix list
943 |:caddexpr| :cad add errors from an expression to the current
942 quickfix list 944 quickfix list
943 |:cbuffer| :cb read errors from text in a buffer 945 |:cbuffer| :cb read errors from text in a buffer
944 |:cexpr| :cex read errors from an expression 946 |:cexpr| :cex read errors from an expression
945 |:cquit| :cq quit without writing and return error code (to 947 |:cquit| :cq quit without writing and return error code (to
946 the compiler) 948 the compiler)