Mercurial > vim
comparison runtime/doc/index.txt @ 796:cc3902a09300
updated for version 7.0232
author | vimboss |
---|---|
date | Thu, 23 Mar 2006 22:44:10 +0000 |
parents | b5aed52a4881 |
children | 6beb2c667935 |
comparison
equal
deleted
inserted
replaced
795:86ce35c9750f | 796:cc3902a09300 |
---|---|
1086 |:cd| :cd change directory | 1086 |:cd| :cd change directory |
1087 |:center| :ce[nter] format lines at the center | 1087 |:center| :ce[nter] format lines at the center |
1088 |:cexpr| :cex[pr] read errors from expr and jump to first | 1088 |:cexpr| :cex[pr] read errors from expr and jump to first |
1089 |:cfile| :cf[ile] read file with error messages and jump to first | 1089 |:cfile| :cf[ile] read file with error messages and jump to first |
1090 |:cfirst| :cfir[st] go to the specified error, default first one | 1090 |:cfirst| :cfir[st] go to the specified error, default first one |
1091 |:cgetexpr| :cgete[xpr] get errors from expr | |
1091 |:cgetfile| :cg[etfile] read file with error messages | 1092 |:cgetfile| :cg[etfile] read file with error messages |
1092 |:changes| :cha[nges] print the change list | 1093 |:changes| :cha[nges] print the change list |
1093 |:chdir| :chd[ir] change directory | 1094 |:chdir| :chd[ir] change directory |
1094 |:checkpath| :che[ckpath] list included files | 1095 |:checkpath| :che[ckpath] list included files |
1095 |:checktime| :checkt[ime] check timestamp of loaded buffers | 1096 |:checktime| :checkt[ime] check timestamp of loaded buffers |
1239 |:leftabove| :lefta[bove] make split window appear left or above | 1240 |:leftabove| :lefta[bove] make split window appear left or above |
1240 |:let| :let assign a value to a variable or option | 1241 |:let| :let assign a value to a variable or option |
1241 |:lexpr| :lex[pr] read locations from expr and jump to first | 1242 |:lexpr| :lex[pr] read locations from expr and jump to first |
1242 |:lfile| :lf[ile] read file with locations and jump to first | 1243 |:lfile| :lf[ile] read file with locations and jump to first |
1243 |:lfirst| :lfir[st] go to the specified location, default first one | 1244 |:lfirst| :lfir[st] go to the specified location, default first one |
1245 |:lgetexpr| :lgete[xpr] get locations from expr | |
1244 |:lgetfile| :lg[etfile] read file with locations | 1246 |:lgetfile| :lg[etfile] read file with locations |
1245 |:lgrep| :lgr[ep] run 'grepprg' and jump to first match | 1247 |:lgrep| :lgr[ep] run 'grepprg' and jump to first match |
1246 |:lgrepadd| :lgrepa[dd] like :grep, but append to current list | 1248 |:lgrepadd| :lgrepa[dd] like :grep, but append to current list |
1247 |:lhelpgrep| :lh[elpgrep] like ":helpgrep" but uses location list | 1249 |:lhelpgrep| :lh[elpgrep] like ":helpgrep" but uses location list |
1248 |:ll| :ll go to specific location | 1250 |:ll| :ll go to specific location |