mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Use new style ops for newer nvim
This commit is contained in:
@@ -142,7 +142,7 @@ function! s:make_oldstyle_omaps(lhs, rhs)
|
||||
return 1
|
||||
endfunction
|
||||
|
||||
let s:old_style_ops = !has('patch-8.1.0648')
|
||||
let s:old_style_ops = !(has('patch-8.1.0648') || has('nvim-0.5.0'))
|
||||
|
||||
let g:v_motion_force = ''
|
||||
function! s:force(wise)
|
||||
|
||||
Reference in New Issue
Block a user