Skip to content

Commit bc5811f

Browse files
committed
further sync for vim mode lines
1 parent 6a3a2bf commit bc5811f

File tree

106 files changed

+377
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+377
-8
lines changed

Zend/zend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,4 +1542,6 @@ void free_estring(char **str_p) /* {{{ */
15421542
* c-basic-offset: 4
15431543
* indent-tabs-mode: t
15441544
* End:
1545+
* vim600: sw=4 ts=4 fdm=marker
1546+
* vim<600: sw=4 ts=4
15451547
*/

Zend/zend.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,6 @@ ZEND_API void zend_restore_error_handling(zend_error_handling *saved);
336336
* c-basic-offset: 4
337337
* indent-tabs-mode: t
338338
* End:
339+
* vim600: sw=4 ts=4 fdm=marker
340+
* vim<600: sw=4 ts=4
339341
*/

Zend/zend_API.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,4 +4328,6 @@ ZEND_API zend_bool zend_is_iterable(zval *iterable) /* {{{ */
43284328
* c-basic-offset: 4
43294329
* indent-tabs-mode: t
43304330
* End:
4331+
* vim600: sw=4 ts=4 fdm=marker
4332+
* vim<600: sw=4 ts=4
43314333
*/

Zend/zend_API.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,4 +1323,6 @@ END_EXTERN_C()
13231323
* c-basic-offset: 4
13241324
* indent-tabs-mode: t
13251325
* End:
1326+
* vim600: sw=4 ts=4 fdm=marker
1327+
* vim<600: sw=4 ts=4
13261328
*/

Zend/zend_alloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,4 +2837,6 @@ ZEND_API void * __zend_realloc(void *p, size_t len)
28372837
* c-basic-offset: 4
28382838
* indent-tabs-mode: t
28392839
* End:
2840+
* vim600: sw=4 ts=4 fdm=marker
2841+
* vim<600: sw=4 ts=4
28402842
*/

Zend/zend_alloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,6 @@ END_EXTERN_C()
402402
* c-basic-offset: 4
403403
* indent-tabs-mode: t
404404
* End:
405+
* vim600: sw=4 ts=4 fdm=marker
406+
* vim<600: sw=4 ts=4
405407
*/

Zend/zend_alloc_sizes.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@
6262
_(29, 3072, 4, 3, x, y)
6363

6464
#endif /* ZEND_ALLOC_SIZES_H */
65+
66+
/*
67+
* Local variables:
68+
* tab-width: 4
69+
* c-basic-offset: 4
70+
* indent-tabs-mode: t
71+
* End:
72+
* vim600: sw=4 ts=4 fdm=marker
73+
* vim<600: sw=4 ts=4
74+
*/

Zend/zend_arena.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,6 @@ static zend_always_inline void zend_arena_release(zend_arena **arena_ptr, void *
120120
* c-basic-offset: 4
121121
* indent-tabs-mode: t
122122
* End:
123+
* vim600: sw=4 ts=4 fdm=marker
124+
* vim<600: sw=4 ts=4
123125
*/

Zend/zend_ast.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,3 +1721,13 @@ ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const c
17211721
smart_str_0(&str);
17221722
return str.s;
17231723
}
1724+
1725+
/*
1726+
* Local variables:
1727+
* tab-width: 4
1728+
* c-basic-offset: 4
1729+
* indent-tabs-mode: t
1730+
* End:
1731+
* vim600: sw=4 ts=4 fdm=marker
1732+
* vim<600: sw=4 ts=4
1733+
*/

Zend/zend_ast.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,13 @@ static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) {
275275
return ast;
276276
}
277277
#endif
278+
279+
/*
280+
* Local variables:
281+
* tab-width: 4
282+
* c-basic-offset: 4
283+
* indent-tabs-mode: t
284+
* End:
285+
* vim600: sw=4 ts=4 fdm=marker
286+
* vim<600: sw=4 ts=4
287+
*/

0 commit comments

Comments
 (0)