bin/privim@a20162c6acf3 (annotated)
bin/privim
Mon, 28 Feb 2022 00:31:41 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 28 Feb 2022 00:31:41 -0600
- changeset 983
- a20162c6acf3
- parent 413
-
4a2c2c1541d9
- child 1051
-
5c69bfa6dc3c
- permissions
- -rwxr-xr-x
nowrap for vimwiki
412
|
1
|
#!/bin/sh
|
413
|
2
|
exec vim -c 'set noswapfile noundofile nobackup viminfo=' $*
|