1- *hardy.txt* Arduino IDE integration for vim
1+ *hardy.txt* Arduino language integration for vim
22
33 Reference Manual ~
44
@@ -15,11 +15,10 @@ CONTENTS *HardyContents*
1515+----------------------------------------------------------------------------+~
1616INTRODUCTION *Hardy*
1717
18- vim-hardy provides integration with the Arduino IDE, and syntax highlighting
19- for the Arduino language. I decided to name this plugni what it is, because
20- Arduino means "hardy friend" in italian. Note that I did not write the arduino
21- syntax file, it was generated by Johannes Hoff's script which is available
22- here:
18+ vim-hardy adds support for the Arduino language in vim. I decided to name
19+ this plugin what it is, because Arduino means "hardy friend" in italian. Note
20+ that I did not write the arduino syntax file, it was generated by Johannes
21+ Hoff's script which is available here:
2322http://bitbucket.org/johannes/arduino-vim-syntax
2423
2524+----------------------------------------------------------------------------+~
@@ -43,23 +42,23 @@ options should be set in your vimrc.
4342
4443#----------------------------------------------------------------------------#~
4544 *'g:hardy_arduino_path'*
46- Values: Any string
45+ Values: string
4746Default: arduino
4847
4948Sets the path to the arduino IDE executable. By default, it is looked for in
5049your PATH.
5150
5251#----------------------------------------------------------------------------#~
5352 *'g:hardy_arduino_options'*
54- Values: Any string
53+ Values: string
5554Default: ''
5655
5756Any additional options to be passed to the arduino ide when uploading or
5857verifying.
5958
6059#----------------------------------------------------------------------------#~
6160 *'g:hardy_window_name'*
62- Values: Any string
61+ Values: string
6362Default: __Arduino_Info__
6463
6564This option is used to set the name for the split window used to show the
0 commit comments