diff options
Diffstat (limited to 'docs/posts/hold_position!')
-rw-r--r-- | docs/posts/hold_position!/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index 54d9b72..8cc77fe 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html | |||
@@ -10,6 +10,7 @@ | |||
10 | <meta property="og:type" content="website"> | 10 | <meta property="og:type" content="website"> |
11 | <meta property="og:description" content="a static site {for, by, about} me "> | 11 | <meta property="og:description" content="a static site {for, by, about} me "> |
12 | <meta property="og:url" content="https://peppe.rs"> | 12 | <meta property="og:url" content="https://peppe.rs"> |
13 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | ||
13 | <title>Hold Position! - peppe.rs</title> | 14 | <title>Hold Position! - peppe.rs</title> |
14 | <body> | 15 | <body> |
15 | <div class="posts"> | 16 | <div class="posts"> |
@@ -50,11 +51,11 @@ none of which concern us.</p> | |||
50 | our view, and restore it once its done, with <code>winrestview</code>.</p> | 51 | our view, and restore it once its done, with <code>winrestview</code>.</p> |
51 | 52 | ||
52 | <pre><code>let view = winsaveview() | 53 | <pre><code>let view = winsaveview() |
53 | s/\s\+$//gc " find and (confirm) replace trailing blanks | 54 | s/\s\+$//gc " find and (confirm) replace trailing blanks |
54 | winrestview(view) " restore our original view! | 55 | winrestview(view) " restore our original view! |
55 | </code></pre> | 56 | </code></pre> |
56 | 57 | ||
57 | <p>It might seem a little overkill in the above example, just use “ (double | 58 | <p>It might seem a little overkill in the above example, just use `` (double |
58 | backticks) instead, but it comes in handy when you run your file through | 59 | backticks) instead, but it comes in handy when you run your file through |
59 | heavier filtering.</p> | 60 | heavier filtering.</p> |
60 | 61 | ||