From a5eedf05a764d3c851fd2029e25bf58e46faee84 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 24 Nov 2015 21:37:35 -0600 Subject: [PATCH] Fix some typos in the latest til. --- vim/opening-man-pages-in-vim.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/vim/opening-man-pages-in-vim.md b/vim/opening-man-pages-in-vim.md index 308e10f..713786c 100644 --- a/vim/opening-man-pages-in-vim.md +++ b/vim/opening-man-pages-in-vim.md @@ -1,12 +1,11 @@ # Opening Man Pages In Vim -In [Quick Man Pages](quick-man-pages.md), I explained how the -`ft-man-plugin` allows you to quickly open man pages with `K`. For times -when the particular command isn't in the buffer or the command contains a -hyphen, you can instead use `:Man`. With the `ft-man-plugin` enabled, you -can use `:Man` with the name of any command that has a manual page and the -respective man page will be opened in a split buffer. For example, check out -`git log` with: +In [Quick Man Pages](quick-man-pages.md), I explained how you can quickly +open man pages with `K`. For times when the particular command isn't in the +buffer or the command contains a hyphen, you can instead use `:Man`. With +the `ft-man-plugin` enabled, you can use `:Man` with the name of any command +that has a manual page and the respective man page will be opened in a split +buffer. For example, check out `git log` with: ``` :Man git-log