diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-09-01 02:08:18 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-09-01 02:08:18 -0500 |
| commit | 637de36e40185e67c51d2d85b6d61fafb3835248 (patch) | |
| tree | de6aaf15dd1e014568aae2e88874d05ab9438cdc /vimrc_windows | |
| parent | d19f39580a3adddca8b2c26edc97b331dded495d (diff) | |
| download | dotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.tar.gz dotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.tar.bz2 dotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.zip | |
Tidy up directory and install script. Add test.sh
Diffstat (limited to 'vimrc_windows')
| -rw-r--r-- | vimrc_windows | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vimrc_windows b/vimrc_windows deleted file mode 100644 index 8ce69cd..0000000 --- a/vimrc_windows +++ /dev/null @@ -1,10 +0,0 @@ -" Git for Windows Vim user initialization file -" GFW uses ~/.vimrc and ~/.vim/vimrc instead of ~/_vimrc and ~/vimfiles/vimrc -" See https://github.com/git-for-windows/git/issues/658#issuecomment-184269470 -" This file configures GFW Vim to behave like Windows Vim -" From: https://kevinlocke.name/bits/2020/07/30/sharing-vimrc-in-git-for-windows/ -let &runtimepath = '~/vimfiles,' -\ . join(filter(split(&runtimepath, ','), 'v:val !~? "/\\.vim"'), ',') -\ . ',~/vimfiles/after' -let &packpath = &runtimepath -source ~/vimfiles/vimrc |
