diff options
author | NerdyPepper <[email protected]> | 2019-07-30 15:45:15 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-30 15:45:15 +0100 |
commit | 487b33f0748fdf0c1b4a8300c6d40e46ecfb5fa4 (patch) | |
tree | 8cd76d4c776f5554387b432f2e215d41258749a6 /posts | |
parent | bc79440f1194cded65bb5fea314b1e1cba7bf7ec (diff) |
fix err
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 | ||