vimrc: disable mouse usage in all modes, being the default in Vim >=8
[grml-etc-core.git] / etc / zsh / zshrc
index 6b28940..478aa1e 100644 (file)
@@ -3727,7 +3727,7 @@ fi # end of check whether we have the 'hg'-executable
 
 if (( GRMLSMALL_SPECIFIC > 0 )) && isgrmlsmall ; then
 
-    unset abk[V]
+    unset "abk[V]"
     unalias    'V'      &> /dev/null
     unfunction vman     &> /dev/null
     unfunction viless   &> /dev/null