Update plugins to latest master

This commit is contained in:
Anthony Rose 2021-09-14 16:51:38 +01:00
parent 64a3f3ee89
commit ad27bc0a5a
4 changed files with 3 additions and 3 deletions

0
pack/acp/start/gruvbox/gruvbox_256palette.sh Normal file → Executable file
View file

0
pack/acp/start/gruvbox/gruvbox_256palette_osx.sh Normal file → Executable file
View file

View file

@ -51,7 +51,7 @@ for [s:key, s:type] in [['<C-A>', 'Up'], ['<C-X>', 'Down']]
let s:rhs = maparg(s:key, 'n') let s:rhs = maparg(s:key, 'n')
if !empty(maparg('<Plug>SpeedDatingFallback'.s:type, 'n')) if !empty(maparg('<Plug>SpeedDatingFallback'.s:type, 'n'))
continue continue
elseif s:rhs =~# '^$\|^<Plug>SpeedDating' elseif s:rhs =~# '^$\|^gggH<C-O>G$\|^"+gP$\|^<Plug>SpeedDating'
exe 'nnoremap <Plug>SpeedDatingFallback'.s:type s:key exe 'nnoremap <Plug>SpeedDatingFallback'.s:type s:key
else else
exe 'nmap <Plug>SpeedDatingFallback'.s:type s:rhs exe 'nmap <Plug>SpeedDatingFallback'.s:type s:rhs