about summary refs log tree commit diff stats
path: root/html/024jump.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-05-08 10:25:00 -0700
committerKartik Agaram <vc@akkartik.com>2018-05-08 10:25:00 -0700
commit4bb57a55a0c828dfce12e80651bcc37711335e12 (patch)
treee6b8ebd71157de9d69b87cb47466df6548c2c264 /html/024jump.cc.html
parenta809b975108e638fe99a295ce20327e6749499e7 (diff)
downloadmu-4bb57a55a0c828dfce12e80651bcc37711335e12.tar.gz
4239
Diffstat (limited to 'html/024jump.cc.html')
-rw-r--r--html/024jump.cc.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/html/024jump.cc.html b/html/024jump.cc.html
index a5e962e9..35cc5ef2 100644
--- a/html/024jump.cc.html
+++ b/html/024jump.cc.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 024jump.cc</title>
-<meta name="Generator" content="Vim/8.0">
+<meta name="Generator" content="Vim/7.4">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="cpp">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
@@ -15,18 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
-.traceAbsent { color: #c00000; }
-.Identifier { color: #c0a020; }
-.LineNr { color: #444444; }
 .Constant { color: #00a0a0; }
-.muRecipe { color: #ff8700; }
-.Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.cSpecial { color: #008000; }
-.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
+.muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
 .Comment a { color:#0000ee; text-decoration:underline; }
+.Delimiter { color: #800080; }
+.LineNr { color: #444444; }
+.Identifier { color: #c0a020; }
+.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
 .traceContains { color: #008000; }
+.traceAbsent { color: #c00000; }
+.cSpecial { color: #008000; }
 -->
 </style>
 
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216