" matchit.vim: (global plugin) Extended "%" matching " autload script of matchit plugin, see ../plugin/matchit.vim " Last Change: May 20, 2024 " Neovim does not support scriptversion if has("vimscript-4") scriptversion 4 endif let s:last_mps = "" let s:last_words = ":" let s:patBR = "" let s:save_cpo = &cpo set cpo&vim " Auto-complete mappings: (not yet "ready for prime time") " TODO Read :help write-plugin for the "right" way to let the user " specify a key binding. " let g:match_auto = '' " let g:match_autoCR = '' " if exists("g:match_auto") " execute "inoremap " . g:match_auto . ' x"=Autocomplete()Pls' " endif " if exists("g:match_autoCR") " execute "inoremap " . g:match_autoCR . ' =Autocomplete()' " endif " if exists("g:match_gthhoh") " execute "inoremap " . g:match_gthhoh . ' :call Gthhoh()' " endif " gthhoh = "Get the heck out of here!" let s:notslash = '\\\@1