xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 61ace37e793bc0c54f79a274d540306e30755c28

Do not hard-code path to vifm.exe on Windows
Author: xaizek
Author date (UTC): 2020-02-29 12:49
Committer name: xaizek
Committer date (UTC): 2020-02-29 12:49
Parent(s): aa01423b5f21117f71f06f673a5caa28718988d6
Signing key: 99DC5E4DB05F6BE2
Tree: 59702cd9e3d8f07536b449fd564bf9be96e4c608
File Lines added Lines deleted
rcs/plugin/vifm.vim 0 1
File rcs/plugin/vifm.vim changed (mode: 100644) (index a83d189..47e415a)
1 1 if has('win32') if has('win32')
2 2 let g:vifm_term = '' let g:vifm_term = ''
3 let g:vifm_exec = 'e:/projects/vifm/src/vifm.exe'
4 3 let g:vifm_exec_args = '--select' let g:vifm_exec_args = '--select'
5 4 else else
6 5 let g:vifm_term = 'xterm -maximized -e' let g:vifm_term = 'xterm -maximized -e'
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master