aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-30 15:45:15 +0100
committerNerdyPepper <[email protected]>2019-07-30 15:45:15 +0100
commit487b33f0748fdf0c1b4a8300c6d40e46ecfb5fa4 (patch)
tree8cd76d4c776f5554387b432f2e215d41258749a6 /posts
parentbc79440f1194cded65bb5fea314b1e1cba7bf7ec (diff)
fix err
Diffstat (limited to 'posts')
-rw-r--r--posts/hold_position!.md2
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```
15let view = winsaveview() 15let view = winsaveview()
16s/\s\+$//gc " find and confirm replace trailing blanks 16s/\s\+$//gc " find and (confirm) replace trailing blanks
17winrestview(view) " restore our original view! 17winrestview(view) " restore our original view!
18``` 18```
19 19