From 8cbe100fcc9c5d34b07f417a82b745803fa3ef19 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 8 Nov 2021 00:10:44 +0100 Subject: vim-patch:partial 113cb513f76d (#16260) Update runtime files https://github.com/vim/vim/commit/113cb513f76d8866cbb6dc85fa18aded753e01da skip doc/eval.txt skip doc/insert.txt skip doc/user_06.txt (needs 8.2.3562) partial skip doc/syntax.txt (needs 8.2.3562) --- runtime/syntax/arduino.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/arduino.vim') diff --git a/runtime/syntax/arduino.vim b/runtime/syntax/arduino.vim index 1c9618ff0f..2f06eb6e64 100644 --- a/runtime/syntax/arduino.vim +++ b/runtime/syntax/arduino.vim @@ -6,7 +6,7 @@ " Syntax highlighting like in the Arduino IDE " Automatically generated by the script available at -" https://bitbucket.org/johannes/arduino-vim-syntax +" https://github.com/johshoff/arduino-vim-syntax " Using keywords from /build/shared/lib/keywords.txt " From version: 1.8.16 -- cgit