diff options
author | Max Christian Pohle | 2024-05-12 21:33:45 +0200 |
---|---|---|
committer | Max Christian Pohle | 2024-05-12 21:33:45 +0200 |
commit | 829561732c18336010a0ebc8c04a00f745591634 (patch) | |
tree | 7503478fdbe2b5ff81cf09266cd01f3100703f59 /gvimrc | |
parent | eec48ff71881d8757b79dcd95aac9dac4d71bf72 (diff) | |
download | vim-829561732c18336010a0ebc8c04a00f745591634.tar.bz2 vim-829561732c18336010a0ebc8c04a00f745591634.zip |
attempt to make the README look better
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,4 +29,4 @@ if has("gui_running") | |||
29 | cnoremap <c-s-v> <c-r>* | 29 | cnoremap <c-s-v> <c-r>* |
30 | endif | 30 | endif |
31 | 31 | ||
32 | source fnamemodify(expand("$MYVIMRC"), ":p:h") . "/vimrc" | 32 | exec ":source " . fnamemodify(expand("$MYVIMRC"), ":p:h") . "/vimrc" |