diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/hold_position!.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/hold_position!.md b/posts/hold_position!.md index 76cc2cc..8edee99 100644 --- a/posts/hold_position!.md +++ b/posts/hold_position!.md | |||
@@ -13,7 +13,7 @@ our view, and restore it once its done, with `winrestview`. | |||
13 | 13 | ||
14 | ``` | 14 | ``` |
15 | let view = winsaveview() | 15 | let view = winsaveview() |
16 | s/\s\+$//gc " find and confirm replace trailing blanks | 16 | s/\s\+$//gc " find and (confirm) replace trailing blanks |
17 | winrestview(view) " restore our original view! | 17 | winrestview(view) " restore our original view! |
18 | ``` | 18 | ``` |
19 | 19 | ||