mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:40:05 +08:00
cd6ea298f2
* Add incsearch.vim into bundle dir * Fix java neoformat config close #3573 * Use echom instead in pull.vim
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)
|