916f4eb9创建于 2022年3月21日历史提交
" needed by vimrunner
function! VimrunnerPyEvaluateCommandOutput(command)
  return execute(a:command)
endfunction

let g:loaded_remote_plugins = 1

set runtimepath=$VIMRUNTIME
set packpath=
set nocompatible
set runtimepath^=..
set ignorecase smartcase
set noswapfile
source ../plugin/visual-multi.vim