mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-19 16:24:25 +08:00
Makefile rewrite.
This commit is contained in:
2
README
2
README
@@ -451,7 +451,7 @@ e.g.: This mapping could be used to select an item on a pop-up menu or expand
|
||||
<CR> inside an empty pair: >
|
||||
|
||||
inoremap <expr> <CR> pumvisible() ? "\<c-y>" :
|
||||
\ delimitMate#WithinEmptyPair ?
|
||||
\ delimitMate#WithinEmptyPair() ?
|
||||
\ delimitMate#ExpandReturn() : "\<CR>"
|
||||
<
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user