1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add some small fixes to the latest til.

This commit is contained in:
jbranchaud
2015-05-29 21:37:06 -05:00
parent 00c018be30
commit 3de74640b3

View File

@@ -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.