From 3de74640b3519bb37c2440b7a797a476c45ea060 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 29 May 2015 21:37:06 -0500 Subject: [PATCH] Add some small fixes to the latest til. --- vim/incremental-searching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/incremental-searching.md b/vim/incremental-searching.md index 20b404e..c348167 100644 --- a/vim/incremental-searching.md +++ b/vim/incremental-searching.md @@ -7,6 +7,6 @@ pattern, the first valid match will be located and highlighted. As you continue to type the pattern, it will continue to update the highlighted match. Incremental searching makes it easy to see when you've made a typo in your pattern. By default `incsearch` is turned off in Vim. You -can enable it with `set incsearch`. +can enable it with `:set incsearch`. -See `h incsearch` for more details. +See `:h incsearch` for more details.