{"id":305,"date":"2023-04-07T18:22:02","date_gmt":"2023-04-07T10:22:02","guid":{"rendered":"https:\/\/yajtech.synology.me\/wordpress\/?p=305"},"modified":"2023-04-08T22:46:53","modified_gmt":"2023-04-08T14:46:53","slug":"vim-%e5%a2%9e%e5%8a%a0%e7%b7%a8%e5%af%ab%e7%a8%8b%e5%bc%8f%e7%9a%84%e4%be%bf%e5%88%a9","status":"publish","type":"post","link":"https:\/\/www.yaj.com.tw\/wordpress\/?p=305","title":{"rendered":"Vim \u589e\u52a0\u7de8\u5beb\u7a0b\u5f0f\u7684\u4fbf\u5229"},"content":{"rendered":"\n<p>\u6bcf\u6b21\u9032\u884c\u4e00\u500b\u65b0\u7684\u7a0b\u5f0f\u6642\u90fd\u9700\u8981\u9032\u884c\u4e0b\u5217\u52d5\u4f5c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ctags -R\ncscope -Rbqk<\/code><\/pre>\n\n\n\n<p> cscope  \u53c3\u6578\u8aaa\u660e<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>R : \u5c07\u76ee\u9304\u53ca\u5b50\u76ee\u9304\u5e95\u4e0b\u7684\u6240\u6709\u6587\u4ef6\u90fd\u5efa\u7acb\u7d22\u5f15<\/li><li>b : \u50c5\u5efa\u7acb\u95dc\u806f\u6578\u64da\u5eab\uff0c\u4e0d\u5c0e\u5165\u4f7f\u7528\u8005\u4ecb\u9762<\/li><li>q : \u5efa\u7acbcscope.in.out\u548ccscope.po.out\uff0c\u53ef\u589e\u5feb\u641c\u5c0b\u901f\u5ea6<\/li><li>k : \u4e0d\u641c\u5c0b\u9810\u8a2d\u6703include\u9032\u4f86\u7684\u51fd\u5f0f(\/usr\/include)<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\"\u8df3\u81f3\u8a72\u51fd\u5f0f\u6216\u8b8a\u6578\u5b9a\u7fa9\nCtrl + ]\n\"\u8df3\u56de\u4f7f\u7528\u6b64\u51fd\u5f0f\u6216\u8b8a\u6578\u8655\nCtrl + t<\/code><\/pre>\n\n\n\n<p>\u5b89\u88dd\u9700\u8981\u7684\u5957\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install vim vim-youcompleteme elpa-xcscope exuberant-ctags<\/code><\/pre>\n\n\n\n<p>\u5b89\u88dd plugin&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">ctags<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\uff0c\u5176\u4ed6\u914d\u7f6e\u9078\u9805\u8acb\u53c3\u8003\u5b98\u7db2\u8aaa\u660e\n\n\" nmap : \u5c07F8\u8a2d\u70ba\u958b\u555ftaglist\u7684\u5feb\u6377\u9375\nset tags=.\/tags,.\/TAGS,tags;~,TAGS;~<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">cscope<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\uff0c\u5176\u4ed6\u914d\u7f6e\u9078\u9805\u8acb\u53c3\u8003\u5b98\u7db2\u8aaa\u660e\n\nset cscopetag\nset csto=0\n\nif filereadable(\"cscope.out\")\n   cs add cscope.out   \nelseif $CSCOPE_DB != \"\"\n    cs add $CSCOPE_DB\nendif\nset cscopeverbose\n\n\" :cs find s {name} : \u627e\u51faC\u8a9e\u8a00name\u7684\u7b26\u865f\nnmap zs :cs find s &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find g {name} : \u627e\u51faname\u5b9a\u7fa9\u7684\u5730\u65b9\nnmap zg :cs find g &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find c {name} : \u627e\u51fa\u4f7f\u7528name\u7684\u5730\u65b9\nnmap zc :cs find c &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find t {name} : \u627e\u51faname\u7684\u5b57\u4e32\nnmap zt :cs find t &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find e {name} : \u76f8\u7576\u65bcegrep\u529f\u80fd\uff0c\u4f46\u901f\u5ea6\u66f4\u4f73\nnmap ze :cs find e &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find f {name} : \u5c0b\u627e\u6a94\u6848\nnmap zf :cs find f &lt;C-R&gt;=expand(\"&lt;cfile&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find i {name} : \u5c0b\u627einclude\u6b64\u6a94\u6848\u7684\u6a94\u6848\nnmap zi :cs find i ^&lt;C-R&gt;=expand(\"&lt;cfile&gt;\")&lt;CR&gt;$&lt;CR&gt;\n\" :cs find d {name} : \u5c0b\u627ename\u88e1\u9762\u4f7f\u7528\u5230\u7684\u51fd\u5f0f\nnmap zd :cs find d &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Vundle<\/h2>\n\n\n\n<p>\u53c3\u8003\u8cc7\u6599<\/p>\n\n\n\n<p><a href=\"https:\/\/ubunlog.com\/zh-TW\/vundle-administra-complementos-vim\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/ubunlog.com\/zh-TW\/vundle-administra-complementos-vim\/<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>git clone https:\/\/github.com\/VundleVim\/Vundle.vim.git ~\/.vim\/bundle\/Vundle.vim<\/code><\/pre>\n\n\n\n<p>.vimrc \u5167\u5bb9\u4e2d\u52a0\u4e0a\u4e0b\u5217\u5167\u5bb9<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>set nocompatible              \" be iMproved, required\nfiletype off                  \" required\n\n\" set the runtime path to include Vundle and initialize\nset rtp+=~\/.vim\/bundle\/Vundle.vim\ncall vundle#begin()\n\" alternatively, pass a path where Vundle should install plugins\n\"call vundle#begin('~\/some\/path\/here')\n\n\" let Vundle manage Vundle, required\nPlugin 'VundleVim\/Vundle.vim'\n\n\n\" All of your Plugins must be added before the following line\ncall vundle#end()            \" required\nfiletype plugin indent on    \" required\n\" To ignore plugin indent changes, instead use:\n\"filetype plugin on\n\"\n\" Brief help\n\" :PluginList       - lists configured plugins\n\" :PluginInstall    - installs plugins; append `!` to update or just :PluginUpdate\n\" :PluginSearch foo - searches for foo; append `!` to refresh local cache\n\" :PluginClean      - confirms removal of unused plugins; append `!` to auto-approve removal\n\"\n\" see :h vundle for more details or wiki for FAQ\n\" Put your non-Plugin stuff after this line<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528vim \u9032\u5165\u7a0b\u5f0f\u5f8c\uff0c\u8f38\u5165\u4e0b\u5217\u6307\u4ee4\uff0c\u9032\u884c\u5b89\u88dd<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim +PluginInstall<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Tabnine &#8211; AI Code Completion<\/h2>\n\n\n\n<p>\u76ee\u524d\u5b89\u88dd\u5931\u6557\uff0c\u8acb\u53c3\u8003 https:\/\/github.com\/tabnine\/YouCompleteMe#linux-64-bit<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd ~\/.vim\/bundle\ngit clone https:\/\/github.com\/zxqfl\/tabnine-vim\n\n<\/code><\/pre>\n\n\n\n<p>\u589e\u52a0.vimrc\u7684\u5167\u5bb9<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Plugin 'zxqfl\/tabnine-vim'<\/code><\/pre>\n\n\n\n<p> \u4f7f\u7528vim \u9032\u5165\u7a0b\u5f0f\u5f8c\uff0c\u8f38\u5165\u4e0b\u5217\u6307\u4ee4\uff0c\u9032\u884c\u5b89\u88dd <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n:PluginInstall<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"taglist\">taglist<\/h2>\n\n\n\n<p>taglist\u53ef\u5728\u5207\u51fa\u4e00\u5340\u584a\uff0c\u986f\u793a\u6b64\u6a94\u6848\u88e1\u7684macro\uff0cglobal variable\uff0c\u51fd\u5f0f\u7b49\u8cc7\u8a0a\uff0c\u4e14\u6703\u96a8\u8457\u700f\u89bd\u5230\u54ea\u500b\u5730\u65b9\u4fbf\u4ee5\u4e0d\u540c\u984f\u8272\u6a19\u793a\uff0c\u4e0b\u8f09plugin file\uff0c\u4e0b\u8f09\u5730\u5740 <a rel=\"noreferrer noopener\" href=\"http:\/\/sourceforge.net\/projects\/vim-taglist\/files\/vim-taglist\" target=\"_blank\">http:\/\/sourceforge.net\/projects\/vim-taglist\/files\/vim-taglist<\/a> <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>plugin\/taglist.vim\u8907\u88fd\u5230~\/.vim\/plugin\/<\/li><li>doc\/taglist.txt\u8907\u88fd\u5230~\/.vim\/doc<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\uff0c\u5176\u4ed6\u914d\u7f6e\u9078\u9805\u8acb\u53c3\u8003\u5b98\u7db2\u8aaa\u660e\n\n\" nmap : \u5c07F8\u8a2d\u70ba\u958b\u555ftaglist\u7684\u5feb\u6377\u9375\nnmap &lt;F8&gt; :TlistToggle&lt;CR&gt;&lt;CR&gt;\n\n\" Tlist_Show_One_File : \u53ea\u986f\u793a\u7576\u4e0b\u700f\u89bd\u6a94\u6848\u7684func\uff0c\u4e0d\u986f\u793a\u4e4b\u524d\u700f\u89bd\u7684\u6a94\u6848\nlet Tlist_Show_One_File=1\n\n\" Tlist_Exit_OnlyWindow : \u5982\u679ctaglist\u5340\u584a\u662f\u6700\u5f8c\u4e00\u500b\uff0c\u5247\u9000\u51favim\nlet Tlist_Exit_OnlyWindow=1\n\n\" ut=100 : taglist\u6703\u6a19\u793a\u76ee\u524d\u5728\u64cd\u4f5c\u54ea\u500bfunction or variable\uff0c\u4f46\u66f4\u65b0\u901f\u5ea6\u5f88\u6162\uff0c\u9019\u88e1\u628a\u66f4\u65b0\u901f\u5ea6\u8a2d\u6210100ms\nset ut=100<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">nerdtree<\/h2>\n\n\n\n<p>NERD tree\u53ef\u5207\u51fa\u4e00\u5340\u584a\uff0c\u986f\u793a\u6839\u76ee\u9304\u958b\u59cb\u7684\u6a94\u6848\u7d50\u69cb\uff0c\u4e14\u53ef\u7531list\u76f4\u63a5\u8df3\u5230\u9078\u53d6\u7684\u6a94\u6848\u3002\u4e0b\u8f09plugin file\uff0c\u4e0b\u8f09\u5730\u5740 <a rel=\"noreferrer noopener\" href=\"http:\/\/www.vim.org\/scripts\/script.php?script_id=1658\" target=\"_blank\">http:\/\/www.vim.org\/scripts\/script.php?script_id=1658<\/a> <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>plugin\/NERD_tree.vim\u8907\u88fd\u5230~\/.vim\/plugin\/<\/li><li>doc\/NERD_tree.txt\u8907\u88fd\u5230~\/.vim\/doc<\/li><li>\u8cc7\u6599\u593eautoload, lib, nerdtree_plugin, syntax\u5168\u90e8\u8907\u88fd\u5230~\/.vim\u5e95\u4e0b<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\uff0c\u5176\u4ed6\u914d\u7f6e\u9078\u9805\u8acb\u53c3\u8003\u5b98\u7db2\u8aaa\u660e\n\n\" nmap : \u5c07F9\u8a2d\u70ba\u958b\u555fnerdtree\u7684\u5feb\u6377\u9375\nnmap &lt;F9&gt; :NERDTreeFind&lt;CR&gt;&lt;CR&gt;\n\n\" NERDTreeWinPos : \u5c07nerdtree\u5340\u584a\u653e\u5728\u53f3\u908a\nlet NERDTreeWinPos=1<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"SrcExpl-Source-Explorer\">SrcExpl(Source Explorer)<\/h2>\n\n\n\n<p>SrcExpl\u53ef\u4ee5\u5c07\u7576\u4e0bfunction\u7684\u5b9a\u7fa9\u986f\u793a\u51fa\u4f86\uff0c\u6216\u662f\u5c07\u7576\u4e0b\u7684\u8b8a\u6578\u5ba3\u544a\u8655\u986f\u793a\u51fa\u4f86<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u4f7f\u7528git \u6216\u5176\u4ed6\u65b9\u5f0f\u4e0b\u8f09\ngit clone <a href=\"https:\/\/github.com\/wesleyche\/SrcExpl\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/wesleyche\/SrcExpl<\/a>\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>plugin\/srcexpl.vim\u8907\u88fd\u5230~\/.vim\/plugin\/<\/li><li>doc\/srcexpl.txt\u8907\u88fd\u5230~\/.vim\/doc<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\uff0c\u5176\u4ed6\u914d\u7f6e\u9078\u9805\u8acb\u53c3\u8003\u5b98\u7db2\u8aaa\u660e\n\" nmap : \u5c07F10\u8a2d\u70ba\u958b\u555fsrcexpl\u7684\u5feb\u6377\u9375\nnmap &lt;F10&gt; :SrcExplToggle&lt;CR&gt;\n\" \u82e5\u6709\u5b89\u88ddtaglist or nerdtree\u5247\u9700\u8f38\u5165\nlet g:SrcExpl_pluginList = &#91;\n    \\ \"__Tag_List__\",\n    \\ \"_NERD_tree_\"\n    \\ ]\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"trinity\"><a href=\"https:\/\/ivan7645.github.io\/2016\/07\/12\/vim_to_si\/#trinity\"><\/a>trinity<\/h2>\n\n\n\n<p>trinity\u7528\u4f86\u6574\u5408taglist, nerdtree, srcexpl\uff0c\u4f7f\u53ef\u4ee5\u4e00\u9375\u958b\u555f\u4e09\u500bplgin\u7684\u529f\u80fd<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u4f7f\u7528git \u6216\u5176\u4ed6\u65b9\u5f0f\u4e0b\u8f09\ngit clone <a href=\"https:\/\/github.com\/wesleyche\/Trinity\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/wesleyche\/Trinity<\/a>\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5c07plugin\/trinity.vim\u8907\u88fd\u5230~\/.vim\/plugin\/<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u5728~\/.vimrc\u88e1\u914d\u7f6e\u76f8\u95dc\u8a2d\u5b9a\n\" nmap : \u5c07F7\u8a2d\u70ba\u4e00\u6b21\u6253\u958btaglist, nerdtree, srcexpl\u7684\u5feb\u6377\u9375\nnmap &lt;F7&gt; :TrinityToggleAll\n<\/code><\/pre>\n\n\n\n<p>\u7e3d\u7d50\uff0c\u589e\u52a0\u4e0b\u5217\u5167\u5bb9\u5230~\/.vimrc<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\" \u4fee\u6b63 NERDTreeDirArrows \u932f\u8aa4\u554f\u984c\nlet g:NERDTreeDirArrows=0 \n\nset tags=.\/tags,.\/TAGS,tags;~,TAGS;~\n\nset cscopetag\nset csto=0\n\nif filereadable(\"cscope.out\")\n   cs add cscope.out   \nelseif $CSCOPE_DB != \"\"\n    cs add $CSCOPE_DB\nendif\nset cscopeverbose\n\n\" :cs find s {name} : \u627e\u51faC\u8a9e\u8a00name\u7684\u7b26\u865f\nnmap zs :cs find s &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find g {name} : \u627e\u51faname\u5b9a\u7fa9\u7684\u5730\u65b9\nnmap zg :cs find g &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find c {name} : \u627e\u51fa\u4f7f\u7528name\u7684\u5730\u65b9\nnmap zc :cs find c &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find t {name} : \u627e\u51faname\u7684\u5b57\u4e32\nnmap zt :cs find t &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find e {name} : \u76f8\u7576\u65bcegrep\u529f\u80fd\uff0c\u4f46\u901f\u5ea6\u66f4\u4f73\nnmap ze :cs find e &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find f {name} : \u5c0b\u627e\u6a94\u6848\nnmap zf :cs find f &lt;C-R&gt;=expand(\"&lt;cfile&gt;\")&lt;CR&gt;&lt;CR&gt;\n\" :cs find i {name} : \u5c0b\u627einclude\u6b64\u6a94\u6848\u7684\u6a94\u6848\nnmap zi :cs find i ^&lt;C-R&gt;=expand(\"&lt;cfile&gt;\")&lt;CR&gt;$&lt;CR&gt;\n\" :cs find d {name} : \u5c0b\u627ename\u88e1\u9762\u4f7f\u7528\u5230\u7684\u51fd\u5f0f\nnmap zd :cs find d &lt;C-R&gt;=expand(\"&lt;cword&gt;\")&lt;CR&gt;&lt;CR&gt;\n\n\" nmap : \u5c07F8\u8a2d\u70ba\u958b\u555ftaglist\u7684\u5feb\u6377\u9375\nnmap &lt;F8&gt; :TlistToggle&lt;CR&gt;&lt;CR&gt;\n\n\" Tlist_Show_One_File : \u53ea\u986f\u793a\u7576\u4e0b\u700f\u89bd\u6a94\u6848\u7684func\uff0c\u4e0d\u986f\u793a\u4e4b\u524d\u700f\u89bd\u7684\u6a94\u6848\nlet Tlist_Show_One_File=1\n\n\" Tlist_Exit_OnlyWindow : \u5982\u679ctaglist\u5340\u584a\u662f\u6700\u5f8c\u4e00\u500b\uff0c\u5247\u9000\u51favim\nlet Tlist_Exit_OnlyWindow=1\n\n\" ut=100 : taglist\u6703\u6a19\u793a\u76ee\u524d\u5728\u64cd\u4f5c\u54ea\u500bfunction or variable\uff0c\u4f46\u66f4\u65b0\u901f\u5ea6\u5f88\u6162\uff0c\u9019\u88e1\u628a\u66f4\u65b0\u901f\u5ea6\u8a2d\u6210100ms\nset ut=100\n\n\" nmap : \u5c07F9\u8a2d\u70ba\u958b\u555fnerdtree\u7684\u5feb\u6377\u9375\nnmap &lt;F9&gt; :NERDTreeFind&lt;CR&gt;&lt;CR&gt;\n\n\" NERDTreeWinPos : \u5c07nerdtree\u5340\u584a\u653e\u5728\u53f3\u908a\nlet NERDTreeWinPos=1\n\n\" nmap : \u5c07F10\u8a2d\u70ba\u958b\u555fsrcexpl\u7684\u5feb\u6377\u9375\nnmap &lt;F10&gt; :SrcExplToggle&lt;CR&gt;\n\" \u82e5\u6709\u5b89\u88ddtaglist or nerdtree\u5247\u9700\u8f38\u5165\nlet g:SrcExpl_pluginList = &#91;\n    \\ \"__Tag_List__\",\n    \\ \"_NERD_tree_\"\n    \\ ]\n\n\" nmap : \u5c07F7\u8a2d\u70ba\u4e00\u6b21\u6253\u958btaglist, nerdtree, srcexpl\u7684\u5feb\u6377\u9375\nnmap &lt;F7&gt; :TrinityToggleAll\n\nset number\nset mouse=nv\nset nocompatible\nset nopaste\nset pastetoggle=&lt;f11&gt;\n\n\"tab \u7e2e\u6392\u8b8a\u62102\u500b\u7a7a\u767d\n:set tabstop=2\n:set shiftwidth=2\n:set expandtab\n\nsyn on\n<\/code><\/pre>\n\n\n\n<p>\u53c3\u8003<\/p>\n\n\n\n<p><a href=\"https:\/\/ivan7645.github.io\/2016\/07\/12\/vim_to_si\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/ivan7645.github.io\/2016\/07\/12\/vim_to_si\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6bcf\u6b21\u9032\u884c\u4e00\u500b\u65b0\u7684\u7a0b\u5f0f\u6642\u90fd\u9700\u8981\u9032\u884c\u4e0b\u5217\u52d5\u4f5c cscope \u53c3\u6578\u8aaa\u660e R : \u5c07\u76ee\u9304\u53ca\u5b50\u76ee\u9304\u5e95\u4e0b\u7684\u6240\u6709\u6587\u4ef6\u90fd\u5efa\u7acb\u7d22 &#8230; <a title=\"Vim \u589e\u52a0\u7de8\u5beb\u7a0b\u5f0f\u7684\u4fbf\u5229\" class=\"read-more\" href=\"https:\/\/www.yaj.com.tw\/wordpress\/?p=305\" aria-label=\"\u95b1\u8b80\u3008Vim \u589e\u52a0\u7de8\u5beb\u7a0b\u5f0f\u7684\u4fbf\u5229\u3009\u5168\u6587\">\u95b1\u8b80\u5168\u6587<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[17],"class_list":["post-305","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-linux"],"_links":{"self":[{"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=305"}],"version-history":[{"count":21,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/305\/revisions"}],"predecessor-version":[{"id":425,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/305\/revisions\/425"}],"wp:attachment":[{"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=305"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=305"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yaj.com.tw\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}