diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-12-27 09:08:30 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-12-27 09:08:30 -0800 |
commit | 7be07a6bc84b383dcf78b990a99e3d6370bd5741 (patch) | |
tree | fb84675df8b136c7c366894a0bc20b1b11833d5c /html/edit/001-editor.mu.html | |
parent | d3de3187133361a56c2cb3e8aa7f5edd6f2ebbb5 (diff) | |
download | mu-7be07a6bc84b383dcf78b990a99e3d6370bd5741.tar.gz |
3719 - cross-link Mu waypoints to their location
Diffstat (limited to 'html/edit/001-editor.mu.html')
-rw-r--r-- | html/edit/001-editor.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index 63919b99..525ab56f 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -127,7 +127,7 @@ if ('onhashchange' in window) { <span id="L66" class="LineNr"> 66 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">top-of-screen:offset</span>, init <span id="L67" class="LineNr"> 67 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">before-cursor:offset</span>, init <span id="L68" class="LineNr"> 68 </span> result <span class="Special"><-</span> <a href='001-editor.mu.html#L72'>insert-text</a> result, s -<span id="L69" class="LineNr"> 69 </span><span class="Constant"> <editor-initialization></span> +<span id="L69" class="LineNr"> 69 </span><span class="Constant"> <a href='001-editor.mu.html#L69'><editor-initialization></a></span> <span id="L70" class="LineNr"> 70 </span>] <span id="L71" class="LineNr"> 71 </span> <span id="L72" class="LineNr"> 72 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L72'>insert-text</a> editor:&:editor, text:text<span class="muRecipe"> -> </span>editor:&:editor [ |