Skip to content

Commit f2fe26c

Browse files
committed
---
yaml --- r: 13733 b: refs/heads/master c: e220565 h: refs/heads/master i: 13731: 45a2252 v: v3
1 parent f7b702b commit f2fe26c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c1157161d988a15156513dbe0f1f7895fb227606
2+
refs/heads/master: e2205659e323b510686f594818e2f206e88e98f3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/doc/lib/codemirror-node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports.splitLines = function(string){return string.split(/\r?\n/);};
1111
// Counts the column offset in a string, taking tabs into account.
1212
// Used mostly to find indentation.
1313
function countColumn(string, end) {
14+
tabSize = 4;
1415
if (end == null) {
1516
end = string.search(/[^\s\u00a0]/);
1617
if (end == -1) end = string.length;

trunk/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Examples of integer literals of various forms:
351351
~~~~
352352
123; 0xff00; // type determined by program context;
353353
// defaults to int in absence of type
354-
// information
354+
// information
355355
356356
123u; // type uint
357357
123_u; // type uint

0 commit comments

Comments
 (0)