File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
- add syntax highlighting for files in FILES manpage section
7
7
- syntax highlighting for environment variables in ENVIRONMENT manpage section
8
8
- syntax bugfix: url's can't contain tab characters
9
+ - add instructions for creating ` viman ` command line script (@alx741 )
9
10
10
11
### v0.1.0, Jan 24, 2015
11
12
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ View man pages in vim. Grep for the man pages.
38
38
You can use vim-man from the shell (instead of standard ` man ` program) using
39
39
the following script:
40
40
41
- #! /bin/sh
42
- vim -c "Man $1 $2" -c 'silent only'
41
+ #! /bin/sh
42
+ vim -c "Man $1 $2" -c 'silent only'
43
43
44
44
Save it in ` /usr/bin/ ` as a file named ` viman ` , give it execution
45
45
permission with:
You can’t perform that action at this time.
0 commit comments