1
- README for bash-support.vim (Version 3.11 ) / December 01 2012
1
+ README for bash-support.vim (Version 3.12 ) / January 02 2013
2
2
3
3
* INSTALLATION
4
- * RELEASE NOTES
4
+ * RELEASE NOTES
5
5
* FILES
6
6
* ADDITIONAL TIPS
7
7
@@ -10,8 +10,8 @@ speed up writing code in a consistent style. This is done by inserting
10
10
complete statements, comments, idioms, and code snippets. Syntax checking,
11
11
running a script, starting a debugger can be done with a keystroke. There are
12
12
many additional hints and options which can improve speed and comfort when
13
- writing shell scripts.
14
-
13
+ writing shell scripts.
14
+
15
15
================================================================================
16
16
INSTALLATION
17
17
================================================================================
@@ -43,11 +43,11 @@ structure which is needed below the local installation directory $HOME/.vim/
43
43
This is the minimal content of the file '$HOME/.vimrc'. Create one if there
44
44
is none or use the files in $HOME/.vim/bash-support/rc as a starting point.
45
45
46
- (1.3) Set at least some personal details in the file
47
- '$HOME/.vim/bash-support/templates/Templates'
46
+ (1.3) Set at least some personal details in the file
47
+ '$HOME/.vim/bash-support/templates/Templates'
48
48
Here is the minimal personalization (my settings as an example):
49
49
50
- |AUTHOR| = Dr. Fritz Mehner
50
+ |AUTHOR| = Dr. Fritz Mehner
51
51
|AUTHORREF| = fgm
52
52
53
53
|COMPANY| = FH S�dwestfalen, Iserlohn
@@ -59,11 +59,11 @@ structure which is needed below the local installation directory $HOME/.vim/
59
59
Vim command line:
60
60
61
61
:helptags $HOME/.vim/doc/
62
-
62
+
63
63
(1.5) Consider additional settings in the file '$HOME/.vimrc'. The files
64
64
customization.vimrc and customization.gvimrc are replacements or extensions
65
65
for your .vimrc and .gvimrc. You may want to use parts of them. The files
66
- are documented.
66
+ are documented.
67
67
68
68
69
69
(2) WINDOWS
@@ -94,11 +94,11 @@ $HOME/vimfiles/ (find the value of $HOME with ":echo $HOME" from inside Vim).
94
94
is none or use the files in $HOME/vimfiles/bash-support/rc as a starting
95
95
point.
96
96
97
- (2.3) Set at least some personal details in the file
98
- '$HOME/vimfiles/bash-support/templates/Templates'
97
+ (2.3) Set at least some personal details in the file
98
+ '$HOME/vimfiles/bash-support/templates/Templates'
99
99
Here is the minimal personalization (my settings as an example):
100
100
101
- |AUTHOR| = Dr. Fritz Mehner
101
+ |AUTHOR| = Dr. Fritz Mehner
102
102
|AUTHORREF| = fgm
103
103
104
104
|COMPANY| = FH S�dwestfalen, Iserlohn
@@ -110,11 +110,11 @@ $HOME/vimfiles/ (find the value of $HOME with ":echo $HOME" from inside Vim).
110
110
Vim command line:
111
111
112
112
:helptags $HOME\vimfiles\doc\
113
-
113
+
114
114
(2.5) Consider additional settings in the file '$HOME/_vimrc'. The files
115
115
customization.vimrc and customization.gvimrc are replacements or extensions
116
116
for your _vimrc and _gvimrc. You may want to use parts of them. The files
117
- are documented.
117
+ are documented.
118
118
119
119
There are a lot of features and options which can be used and influenced:
120
120
@@ -126,7 +126,7 @@ There are a lot of features and options which can be used and influenced:
126
126
127
127
Look at the bashsupport help with
128
128
129
- :help bashsupport
129
+ :help bashsupport
130
130
131
131
+-----------------------------------------------+
132
132
| +-------------------------------------------+ |
@@ -136,10 +136,12 @@ Look at the bashsupport help with
136
136
+-----------------------------------------------+
137
137
138
138
=======================================================================================
139
- RELEASE NOTES FOR VERSION 3.11
139
+ RELEASE NOTES FOR VERSION 3.12
140
140
=======================================================================================
141
- - Rendering of manuals (\hm) and Bash help (\hh).
142
- - Bugfix: \hb, \hm, \hh not working.
141
+ - New global variable g:BASH_InsertFileHeader (suppress file description comment for new files)
142
+ - New menu item 'view code snippet' (\nv).
143
+ - New ex command BASH_ScriptCmdLineArguments.
144
+ - 3 ex commands renamed.
143
145
- Minor internal improvements.
144
146
145
147
=======================================================================================
@@ -157,7 +159,7 @@ ftplugin/sh.vim A filetype plugin. Defines hotkeys and more.
157
159
plugin/bash-support.vim The bash plugin for Vim/gVim.
158
160
bash-support/scripts/wrapper.sh A wrapper script for the use of an xterm.
159
161
160
- doc/bashsupport.txt The help file for the local online help.
162
+ doc/bashsupport.txt The help file for the local online help.
161
163
162
164
bash-support/codesnippets/* Some code snippets as a starting point.
163
165
@@ -170,19 +172,19 @@ bash-support/wordlists/* Additional word lists (dictionaries).
170
172
bash-support.vim will work without them.
171
173
-------------------------------------------------------------
172
174
173
- bash-support/rc/customization.bashrc Additional settings I use in .bashrc:
175
+ bash-support/rc/customization.bashrc Additional settings I use in .bashrc:
174
176
set the prompt P2, P3, P4 (for debugging).
175
177
176
- bash-support/rc/customization.vimrc Additional settings I use in .vimrc: incremental
177
- search, tabstop, hot keys, font, use of dictionaries,
178
+ bash-support/rc/customization.vimrc Additional settings I use in .vimrc: incremental
179
+ search, tabstop, hot keys, font, use of dictionaries,
178
180
... The file is commented. Append it to your .vimrc
179
181
if you like.
180
182
181
- bash-support/rc/customization.gvimrc Additional settings I use in .gvimrc: hot keys,
182
- mouse settings, ... The file is commented.
183
+ bash-support/rc/customization.gvimrc Additional settings I use in .gvimrc: hot keys,
184
+ mouse settings, ... The file is commented.
183
185
Append it to your .gvimrc if you like.
184
186
185
- bash-support/doc/* Hotkey reference card (PDF), changelog.
187
+ bash-support/doc/* Hotkey reference card (PDF), changelog.
186
188
187
189
188
190
=======================================================================================
0 commit comments