aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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