From bb61c6f72c569dce81a619bf601524b8e627dfd2 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 20 Oct 2023 19:47:50 +0200 Subject: Furter house keeping --- vimrc-common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vimrc-common') diff --git a/vimrc-common b/vimrc-common index 6c06c66..fb760cb 100644 --- a/vimrc-common +++ b/vimrc-common @@ -359,10 +359,10 @@ augroup KEYBOARD_MAPPING " if the wildmenu is configured to to display suggestions vertically, then " reconfigure the cursor keys to work in that direction - " if &wildoptions =~# 'pum' - " cnoremap pumvisible() ? "" : "\" - " cnoremap pumvisible() ? "" : "\" - " endif + if &wildoptions =~# 'pum' + cnoremap pumvisible() ? "" : "\" + cnoremap pumvisible() ? "" : "\" + endif " INSERT_MODE_MAPPINGS: -- cgit v1.2.3