about summary refs log tree commit diff stats
path: root/html/subx/049memory_layout.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/049memory_layout.subx.html')
-rw-r--r--html/subx/049memory_layout.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/049memory_layout.subx.html b/html/subx/049memory_layout.subx.html
index db21c5c7..d3c5ad73 100644
--- a/html/subx/049memory_layout.subx.html
+++ b/html/subx/049memory_layout.subx.html
@@ -3,8 +3,8 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - subx/049memory_layout.subx</title>
-<meta name="Generator" content="Vim/8.0">
-<meta name="plugin-version" content="vim7.4_v2">
+<meta name="Generator" content="Vim/8.1">
+<meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal-light">
@@ -32,7 +32,7 @@ function JumpToLine()
   if (lineNum.indexOf('L') == -1) {
     lineNum = 'L'+lineNum;
   }
-  lineElem = document.getElementById(lineNum);
+  var lineElem = document.getElementById(lineNum);
   /* Always jump to new location even if the line was hidden inside a fold, or
    * we corrected the raw number to a line ID.
    */