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