• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

K.Takata's patch queue for Vim


Commit MetaInfo

Revisão93f66f9b5ef9043cec8f54d809fef486163a5987 (tree)
Hora2024-02-08 18:49:13
AutorK.Takata <kentkt@csc....>
CommiterK.Takata

Mensagem de Log

Add Adruino ftplugin and indent files

Mudança Sumário

Diff

diff -r ad0d3ced819e -r 93f66f9b5ef9 add-arduino.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/add-arduino.patch Thu Feb 08 18:49:13 2024 +0900
@@ -0,0 +1,23 @@
1+# HG changeset patch
2+# Parent 2d5c1852f1c021851f716b5514b677c2673e328f
3+
4+diff --git a/runtime/indent/arduino.vim b/runtime/indent/arduino.vim
5+new file mode 100644
6+--- /dev/null
7++++ b/runtime/indent/arduino.vim
8+@@ -0,0 +1,15 @@
9++" Vim indent file
10++" Language: Arduino
11++" Maintainer: The Vim Project <https://github.com/vim/vim>
12++" Last Change: 2024 Feb 08
13++
14++" Only load this indent file when no other was loaded.
15++if exists("b:did_indent")
16++ finish
17++endif
18++let b:did_indent = 1
19++
20++" Use C indenting.
21++setlocal cindent
22++
23++let b:undo_indent = "setl cin<"
diff -r ad0d3ced819e -r 93f66f9b5ef9 series
--- a/series Sat Jan 13 09:00:40 2024 +0900
+++ b/series Thu Feb 08 18:49:13 2024 +0900
@@ -30,4 +30,5 @@
3030 wip-py3-hook-linux.patch #+wip
3131 debug-mswin_event.patch #+wip
3232 win32-use-same-cmdline-for-iscygpty.patch
33+add-arduino.patch
3334 fix-config_cache-removal.patch #+rejected