diff options
author | Lewis Russell <lewis6991@gmail.com> | 2022-10-14 09:53:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 09:53:15 +0100 |
commit | 9931db2e3fa43ed02e1b0bc6f167ed5398fa6369 (patch) | |
tree | b29a3b9d45b0700da10be86c0237510a2a2f2cde /runtime/doc/index.txt | |
parent | d339b4aad7461937e1e03ac0836b2eb1354ff442 (diff) | |
parent | 7f11dfdef880ee98e4f18f046f21e285157d10ac (diff) | |
download | rneovim-9931db2e3fa43ed02e1b0bc6f167ed5398fa6369.tar.gz rneovim-9931db2e3fa43ed02e1b0bc6f167ed5398fa6369.tar.bz2 rneovim-9931db2e3fa43ed02e1b0bc6f167ed5398fa6369.zip |
Merge pull request #20545 from lewis6991/remove_cscope
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 7318bc7f34..e7c4c37f7d 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1250,8 +1250,6 @@ tag command action ~ |:cpfile| :cpf[ile] go to last error in previous file |:cquit| :cq[uit] quit Vim with an error code |:crewind| :cr[ewind] go to the specified error, default first one -|:cscope| :cs[cope] execute cscope command -|:cstag| :cst[ag] use cscope to jump to a tag |:cunmap| :cu[nmap] like ":unmap" but for Command-line mode |:cunabbrev| :cuna[bbrev] like ":unabbrev" but for Command-line mode |:cunmenu| :cunme[nu] remove menu for Command-line mode @@ -1375,7 +1373,6 @@ tag command action ~ |:lcd| :lc[d] change directory locally |:lchdir| :lch[dir] change directory locally |:lclose| :lcl[ose] close location window -|:lcscope| :lcs[cope] like ":cscope" but uses location list |:ldo| :ld[o] execute command in valid location list entries |:lfdo| :lfd[o] execute command in each file in location list |:left| :le[ft] left align lines @@ -1556,7 +1553,6 @@ tag command action ~ buffer list |:scriptnames| :scr[iptnames] list names of all sourced Vim scripts |:scriptencoding| :scripte[ncoding] encoding used in sourced Vim script -|:scscope| :scs[cope] split window and execute cscope command |:set| :se[t] show or set options |:setfiletype| :setf[iletype] set 'filetype', unless it was set already |:setglobal| :setg[lobal] show global values of options |