Re: [vim ] 有自動完成html close tag的vim plugin嗎

看板Editor (編輯器(vim/emacs))作者 (SERIOUSLY!!!???)時間11年前 (2013/02/04 21:08), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
iabbr :iabbrev </ </<C-X><C-O> imap :imap <C-Space> <C-X><C-O> 自動關tag plugin xmledit: http://www.vim.org/scripts/script.php?script_id=301 AutoCloseTag: http://www.vim.org/scripts/script.php?script_id=2591 手動關tag plugin closetag.vim: http://www.vim.org/scripts/script.php?script_id=13 ragtag.vim: http://www.vim.org/scripts/script.php?script_id=1896 個人這幾個plugin都用過,但不太習慣... 現在是用從sublime text偷來的 autocmd FileType html inoremap <expr> / (getline('.')[col('.')-2]=="<")?"/\<Lt>C-X>\<Lt>C-O>":"/" 效果同第一個iabbr </ </<C-X><C-O>,但不會在輸入<時卡在那邊 參考:http://vim.wikia.com/wiki/Auto_closing_an_HTML_tag -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.160.19.147

02/05 10:24, , 1F
感謝︿︿
02/05 10:24, 1F
文章代碼(AID): #1H3xBfWS (Editor)
文章代碼(AID): #1H3xBfWS (Editor)