diff options
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,3 +28,5 @@ if has("gui_running") | |||
28 | " like in the terminal: use Ctrl-shift-v for paste in vim's command editor | 28 | " like in the terminal: use Ctrl-shift-v for paste in vim's command editor |
29 | cnoremap <c-s-v> <c-r>* | 29 | cnoremap <c-s-v> <c-r>* |
30 | endif | 30 | endif |
31 | |||
32 | source fnamemodify(expand("$MYVIMRC"), ":p:h") . "/vimrc" | ||