Skip to content

Commit 60aac27

Browse files
author
Bruno Sutic
committed
Fix readme indentation, update changelog
1 parent bb5f676 commit 60aac27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- add syntax highlighting for files in FILES manpage section
77
- syntax highlighting for environment variables in ENVIRONMENT manpage section
88
- syntax bugfix: url's can't contain tab characters
9+
- add instructions for creating `viman` command line script (@alx741)
910

1011
### v0.1.0, Jan 24, 2015
1112

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ View man pages in vim. Grep for the man pages.
3838
You can use vim-man from the shell (instead of standard `man` program) using
3939
the following script:
4040

41-
#! /bin/sh
42-
vim -c "Man $1 $2" -c 'silent only'
41+
#! /bin/sh
42+
vim -c "Man $1 $2" -c 'silent only'
4343

4444
Save it in `/usr/bin/` as a file named `viman`, give it execution
4545
permission with:

0 commit comments

Comments
 (0)