File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -1110,17 +1110,13 @@ Execute (cleanup):
1110
1110
###########################################################
1111
1111
# Fold Handling
1112
1112
1113
- Execute (set foldmethod=manual):
1114
- set foldmethod=manual
1115
- set foldopen+=search
1116
-
1117
1113
Given:
1118
1114
aaaaaaaaaa
1119
1115
aaaaabaaba
1120
1116
ababaaaaaa
1121
1117
aaaaaabaaa
1122
1118
1123
- Do (using s and ;):
1119
+ Do (s and ; in folds ):
1124
1120
jzfjggsba;x
1125
1121
1126
1122
Expect:
@@ -1129,7 +1125,7 @@ Expect:
1129
1125
ababaaaaaa
1130
1126
aaaaaabaaa
1131
1127
1132
- Do (using s and \):
1128
+ Do (s and \ in folds ):
1133
1129
jzfjGsba\\x
1134
1130
1135
1131
Expect:
@@ -1138,7 +1134,7 @@ Expect:
1138
1134
aabaaaaaa
1139
1135
aaaaaabaaa
1140
1136
1141
- Do (using S and ;):
1137
+ Do (S and ; in folds ):
1142
1138
jzfjG$Sba;x
1143
1139
1144
1140
Expect:
@@ -1147,7 +1143,7 @@ Expect:
1147
1143
abaaaaaaa
1148
1144
aaaaaabaaa
1149
1145
1150
- Do (using S and \):
1146
+ Do (S and \ in folds ):
1151
1147
jzfjggSba\\x
1152
1148
1153
1149
Expect:
@@ -1159,7 +1155,7 @@ Expect:
1159
1155
Execute (set foldopen-=search):
1160
1156
set foldopen-=search
1161
1157
1162
- Do (using s and ;):
1158
+ Do (s and ; in folds ):
1163
1159
jzfjggsba;x
1164
1160
1165
1161
Expect:
@@ -1168,14 +1164,14 @@ Expect:
1168
1164
ababaaaaaa
1169
1165
aaaaaaaaa
1170
1166
1171
- Do (using s and \):
1167
+ Do (s and \ in folds ):
1172
1168
jzfjGsba\\x
1173
1169
1174
1170
Expect:
1175
1171
aaaaaaaaaa
1176
1172
aaaaaabaaa
1177
1173
1178
- Do (using S and ;):
1174
+ Do (S and ; in folds ):
1179
1175
jzfjG$Sba;zvx
1180
1176
1181
1177
Expect:
@@ -1184,7 +1180,7 @@ Expect:
1184
1180
abaaaaaaa
1185
1181
aaaaaabaaa
1186
1182
1187
- Do (using S and \):
1183
+ Do (S and \ in folds ):
1188
1184
jzfjggSba\\x
1189
1185
1190
1186
Expect:
@@ -1194,5 +1190,4 @@ Expect:
1194
1190
aaaaaaaaa
1195
1191
1196
1192
Execute (cleanup):
1197
- set foldmethod=indent
1198
1193
set foldopen+=search
You can’t perform that action at this time.
0 commit comments