[vim ] 括弧對稱的問題

看板Editor (編輯器(vim/emacs))作者 (ChaN)時間13年前 (2011/11/26 12:51), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
VIM 版本:7.3 安裝插件: matchit - 按 % 可以自動 match 上下的標籤 AutoComplPop - 自動完成字詞 NERDTree - 樹狀瀏覽目錄結構 zen-coding - 快速完成語法編輯 delimitMate - 自動結尾符號 假設我的 if 結構內沒有內容 if () { } 在下方加入 else 結構會變成 if () { } else { } 但如果一開始 if 裡面有內容 if () { $name = 'abc'; } 在下方加入 else 則會變成 if () { $name = 'abc'; } else { } 他會去對應 $name 做縮排,該怎樣可以變成我想要的架構呢,我試過 :set noautoindent 好像沒有用 if () { $name = 'abc'; } else { } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.134.11.173
文章代碼(AID): #1Eq719rp (Editor)
文章代碼(AID): #1Eq719rp (Editor)