From 7287467e64b0379e0ae63ad4bee83b6a50fb7597 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Thu, 25 Oct 2012 01:18:19 +0800 Subject: [PATCH] update viki compatible hints in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52a1dc4..51bd813 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,6 @@ Compatible with viki - [issue #25](https://github.com/jiangmiao/auto-pairs/issue Solution A: add `autocmd filetype viki inoremap =viki#ExprMarkInexistentInElement('ParagraphVisible',"\n")=AutoPairsReturn()` to .vimrc It will make viki and auto-pairs works together. Solution B: add `let g:AutoPairsMapCR = 0` to .vimrc to disable `` mapping. - It will auto-pairs will no remap '' Remarks: Solution A need NOT add `let g:AutoPairsMapCR = 0` to .vimrc, if Solution A still cannot work, then have to use Solution B to disable auto-pairs ``. Breaks '.' - [issue #3](https://github.com/jiangmiao/auto-pairs/issues/3)