vimwiki/test/independent_runs
Tinmarino e4186adc3d Fix: iMap <Cr> Interfere in completion (alias popup-menu, pum) (Issue: #813)
Problem: When pum opened, the mapping of <CR> is triggered but user
want the default behaviour: to choose a completion item

Solution: Conditional mapping:
inoremap <expr><silent><buffer> <CR> pumvisible() ? '<CR>' : ':<Esc>:VimwikiReturn 1 5<Cr>'
                         The previous mapping  -----------------^
2020-08-05 12:13:13 -04:00
..
map.vader Fix: iMap <Cr> Interfere in completion (alias popup-menu, pum) (Issue: #813) 2020-08-05 12:13:13 -04:00
search.vader Refactor: Test & Doc: Remove test/vader_include and move DesignNotes to doc 2020-07-29 23:29:03 -04:00
vader_setup Modify how tests are run to improve overall speed. 2019-12-14 10:41:22 -07:00
vader_teardown Modify how tests are run to improve overall speed. 2019-12-14 10:41:22 -07:00