Christian Brabandt
62d8f3dab5
runtime: Revert several "mark invalid contact addresses" commits
...
This reverts commits:
- 6b652a7850
- 2f689d5abd
- a025a46d41
Several email addresses that are known to be valid caused bounces
due to an issue with my email setup. The previous commits incorrectly
marked these addresses as invalid. So revert the whole thing again.
Signed-off-by: Christian Brabandt <cb@256bit.org >
2026-01-01 15:14:14 +00:00
Christian Brabandt
2f689d5abd
runtime: mark more invalid email addresses
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-12-31 16:38:08 +00:00
Brian Carbone
5c2b594d0e
runtime(rust): Update indentation after nested array literal
...
fixes: #18974
closes : #19042
Signed-off-by: Brian Carbone <brian@briancarbone.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-12-31 09:26:20 +00:00
Christian Brabandt
1bc3610b0a
runtime(rust): partly revert e426245b, it causes more issues than it solves
...
related: #18974
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-12-29 09:41:17 +01:00
Christian Brabandt
e426245bb3
runtime(rust): clean-up indent script, handle opening empty line correctly
...
fixes : #18974
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-12-28 13:57:33 +00:00
novenary
11d5992573
runtime(rust): use shiftwidth() in indent script
...
closes : #15138
Signed-off-by: novenary <novenary@kwak.zip >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-07-04 19:11:16 +02:00
Gregory Anders
fc93594d56
runtime(rust): sync rust runtime files with upstream ( #13075 )
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-09-12 20:23:38 +02:00
dkearns
0382f05dbd
runtime: Set b:undo_indent where missing ( #12944 )
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-08-28 21:32:59 +02:00
Raphael
478668013f
runtime(rust): fix rust indent ( #12542 )
2023-08-20 20:42:39 +02:00
Bram Moolenaar
3ec574f2b5
Update runtime files.
...
Includes changing &sw to shiftwidth() for all indent scripts.
2017-06-13 18:12:01 +02:00
Bram Moolenaar
3c2881dc11
Update runtime files. Add Rust support.
2017-03-21 19:18:29 +01:00