comparison runtime/doc/index.txt @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents cc3902a09300
children 9f345c48220b
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
1 *index.txt* For Vim version 7.0aa. Last change: 2006 Mar 20 1 *index.txt* For Vim version 7.0b. Last change: 2006 Mar 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
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 |:cgetbuffer| :cgetb[uffer] get errors from buffer
1091 |:cgetexpr| :cgete[xpr] get errors from expr 1092 |:cgetexpr| :cgete[xpr] get errors from expr
1092 |:cgetfile| :cg[etfile] read file with error messages 1093 |:cgetfile| :cg[etfile] read file with error messages
1093 |:changes| :cha[nges] print the change list 1094 |:changes| :cha[nges] print the change list
1094 |:chdir| :chd[ir] change directory 1095 |:chdir| :chd[ir] change directory
1095 |:checkpath| :che[ckpath] list included files 1096 |:checkpath| :che[ckpath] list included files
1240 |:leftabove| :lefta[bove] make split window appear left or above 1241 |:leftabove| :lefta[bove] make split window appear left or above
1241 |:let| :let assign a value to a variable or option 1242 |:let| :let assign a value to a variable or option
1242 |:lexpr| :lex[pr] read locations from expr and jump to first 1243 |:lexpr| :lex[pr] read locations from expr and jump to first
1243 |:lfile| :lf[ile] read file with locations and jump to first 1244 |:lfile| :lf[ile] read file with locations and jump to first
1244 |:lfirst| :lfir[st] go to the specified location, default first one 1245 |:lfirst| :lfir[st] go to the specified location, default first one
1246 |:lgetbuffer| :lgetb[uffer] get locations from buffer
1245 |:lgetexpr| :lgete[xpr] get locations from expr 1247 |:lgetexpr| :lgete[xpr] get locations from expr
1246 |:lgetfile| :lg[etfile] read file with locations 1248 |:lgetfile| :lg[etfile] read file with locations
1247 |:lgrep| :lgr[ep] run 'grepprg' and jump to first match 1249 |:lgrep| :lgr[ep] run 'grepprg' and jump to first match
1248 |:lgrepadd| :lgrepa[dd] like :grep, but append to current list 1250 |:lgrepadd| :lgrepa[dd] like :grep, but append to current list
1249 |:lhelpgrep| :lh[elpgrep] like ":helpgrep" but uses location list 1251 |:lhelpgrep| :lh[elpgrep] like ":helpgrep" but uses location list