bin/privim@238a0de521e6 (annotated)
bin/privim
Fri, 03 Feb 2017 15:50:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 03 Feb 2017 15:50:12 -0500
- changeset 498
- 238a0de521e6
- parent 413
-
4a2c2c1541d9
- child 1051
-
5c69bfa6dc3c
- permissions
- -rwxr-xr-x
Don't mess with the cursor on commit or rebase stuff either.
412
|
1
|
#!/bin/sh
|
413
|
2
|
exec vim -c 'set noswapfile noundofile nobackup viminfo=' $*
|