1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/incsearch.vim/test/test.vimrc

12 lines
292 B
Plaintext
Raw Normal View History

" This vimrc is for manual test, is not relavant with themis
" $ vim -N -u test/test.vimrc
set nocompatible
let s:path = expand("<sfile>:h:h")
set runtimepath&
let &runtimepath .= ',' . s:path
map / <Plug>(incsearch-forward)
map ? <Plug>(incsearch-backward)
map g/ <Plug>(incsearch-stay)