@@ -30,7 +30,7 @@ _Please read the release notes below._
3030
3131--------------------------------------------------------------------------------
3232
33- README for bash-support.vim (Version 5.0alpha ) / October 10 2017
33+ README for bash-support.vim (Version 5.0beta ) / November 22 2020
3434================================================================================
3535
3636 * INSTALLATION
@@ -46,7 +46,7 @@ script, starting a debugger can be done with a keystroke. There are many
4646additional hints and options which can improve speed and comfort when writing
4747shell scripts.
4848
49- This plug-in can be used with Vim version 7.x .
49+ This plug-in can be used with Vim version 7.4+ and Neovim 0.2.1+ .
5050
5151
5252--------------------------------------------------------------------------------
@@ -89,12 +89,17 @@ structure which is needed below the local installation directory `$HOME/.vim/`
8989 This is the minimal content of the file ` $HOME/.vimrc ` . Create one if there
9090 is none or use the files in ` $HOME/.vim/bash-support/rc ` as a starting point.
9191
92- (1.3) Set at least some personal details. Use the map ` \ntw ` inside a Bash buffer
92+ (1.3) Make the plug-in help accessible by typing the following command on the
93+ Vim command line:
94+
95+ :helptags $HOME/.vim/doc/
96+
97+ (1.4) Set at least some personal details. Use the map ` \ntw ` inside a Bash buffer
9398 or the menu entry:
9499
95100 Bash -> Snippets -> template setup wizard
96101
97- It will help you set up the file _ runtimepath_ /templates/personal.templates .
102+ It will help you set up the file ` _runtimepath_/templates/personal.templates ` .
98103 The file is read by all plug-ins supporting this feature to get your personal
99104 details. Here is the minimal personalization (my settings as an example):
100105
@@ -108,11 +113,6 @@ structure which is needed below the local installation directory `$HOME/.vim/`
108113
109114 (Read more about the template system in the plug-in documentation.)
110115
111- (1.4) Make the plug-in help accessible by typing the following command on the
112- Vim command line:
113-
114- :helptags $HOME/.vim/doc/
115-
116116(1.5) Consider additional settings in the file ` $HOME/.vimrc ` . The files
117117 ` customization.vimrc ` and ` customization.gvimrc ` are replacements or extensions
118118 for your ` .vimrc ` and ` .gvimrc ` . You may want to use parts of them. The files
@@ -124,7 +124,7 @@ structure which is needed below the local installation directory `$HOME/.vim/`
124124
125125The subdirectories in the zip archive ` bash-support.zip ` mirror the directory
126126structure which is needed below the local installation directory
127- ` $HOME/vimfiles/ ` (find the value of $HOME with ` :echo $HOME ` from inside Vim).
127+ ` $HOME/vimfiles/ ` (find the value of ` $HOME ` with ` :echo $HOME ` from inside Vim).
128128
129129(2.0) Save the template files in ` $HOME/vimfiles/bash-support/templates/Templates `
130130 if you have changed any of them.
@@ -146,12 +146,17 @@ structure which is needed below the local installation directory
146146 This is the minimal content of the file ` $HOME/_vimrc ` . Create one if there
147147 is none or use the files in ` $HOME/vimfiles/bash-support/rc ` as a starting point.
148148
149- (2.3) Set at least some personal details. Use the map ` \ntw ` inside a Bash buffer
149+ (2.3) Make the plug-in help accessible by typing the following command on the
150+ Vim command line:
151+
152+ :helptags $HOME\vimfiles\doc\
153+
154+ (2.4) Set at least some personal details. Use the map ` \ntw ` inside a Bash buffer
150155 or the menu entry:
151156
152157 Bash -> Snippets -> template setup wizard
153158
154- It will help you set up the file _ runtimepath_ /templates/personal.templates .
159+ It will help you set up the file ` _runtimepath_/templates/personal.templates ` .
155160 The file is read by all plug-ins supporting this feature to get your personal
156161 details. Here is the minimal personalization (my settings as an example):
157162
@@ -165,11 +170,6 @@ structure which is needed below the local installation directory
165170
166171 (Read more about the template system in the plug-in documentation.)
167172
168- (2.4) Make the plug-in help accessible by typing the following command on the
169- Vim command line:
170-
171- :helptags $HOME\vimfiles\doc\
172-
173173(2.5) Consider additional settings in the file ` $HOME/_vimrc ` . The files
174174 ` customization.vimrc ` and ` customization.gvimrc ` are replacements or extensions
175175 for your ` _vimrc ` and ` _gvimrc ` . You may want to use parts of them. The files
@@ -200,10 +200,11 @@ Any problems? See the TROUBLESHOOTING section at the end of the help file
200200RELEASE NOTES
201201================================================================================
202202
203- RELEASE NOTES FOR VERSION 5.0alpha
203+ RELEASE NOTES FOR VERSION 5.0beta
204204----------------------------------------------------------------------
205205- Adapt for running under Neovim more smoothly.
206206- Add command ` :Bash [<args>] ` to run the interpreter with arguments.
207+ - Add command ` :BashCheck. ` the run the syntax checker.
207208- Add command ` :BashDirectRun ` to run executable scripts without ` g:BASH_Executable ` .
208209- Add command ` :BashOutputMethod ` to set the output destination for ` :Bash ` .
209210- Add command ` :BashExecutable ` to set the executable during runtime.
@@ -220,7 +221,7 @@ RELEASE NOTES FOR VERSION 5.0alpha
220221- Remove the definition of the maps ` CTRL+F9 ` , ` SHIFT+F9 ` , and ` ALT+F9 ` .
221222 Add them to your filetype plug-in if you want to use them.
222223- Integration of BashDB moved into the toolbox.
223- - Add shell options and variables for BASH Version 4.4.
224+ - Add shell options and variables for BASH Version 4.4 and 5.0 .
224225- Minor corrections and improvements.
225226
226227Note: The filetype plug-in has been moved, and is thus not loaded automatically
0 commit comments