mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
|
" 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)
|