|
1 |
| -*bashsupport.txt* Bash Support December 3 2011 |
| 1 | +*bashsupport.txt* Bash Support May 31 2012 |
2 | 2 |
|
3 | 3 | bash Support *bash-support* *bashsupport*
|
4 |
| - Plugin version 3.9 |
| 4 | + Plugin version 3.10 |
5 | 5 | for Vim version 7.0 and above
|
6 | 6 |
|
7 | 7 |
|
@@ -47,7 +47,6 @@ writing shell scripts. This plugin can be used for Bash version 4.0.
|
47 | 47 | 4.2 Global variables |bashsupport-custom-variables|
|
48 | 48 | 4.3 The root menu |bashsupport-custom-root|
|
49 | 49 | 4.4 System-wide installation |bashsupport-system-wide|
|
50 |
| - 4.5 Non-standard installation |bashsupport-non-standard| |
51 | 50 | 5. Template files and tags |bashsupport-templates|
|
52 | 51 | 5.1 Template files |bashsupport-templates-files|
|
53 | 52 | 5.2 Macros |bashsupport-templates-macros|
|
@@ -555,15 +554,15 @@ goes to the HOME directory. The otput destination will be shown in a message.
|
555 | 554 | The print header contains date and time for the current locale. The definition
|
556 | 555 | used is
|
557 | 556 |
|
558 |
| - let s:C_Printheader = "%<%f%h%m%< %=%{strftime('%x %X')} Page %N" |
| 557 | + let s:BASH_Printheader = "%<%f%h%m%< %=%{strftime('%x %X')} Page %N" |
559 | 558 |
|
560 | 559 | The current locale can be overwritten by changing the language, e.g.
|
561 | 560 |
|
562 | 561 | :language C
|
563 | 562 |
|
564 | 563 | or by setting a global variable in the file '.vimrc', e.g. :
|
565 | 564 |
|
566 |
| - let g:C_Printheader = "%<%f%h%m%< %=%{strftime('%x %X')} SEITE %N" |
| 565 | + let g:BASH_Printheader = "%<%f%h%m%< %=%{strftime('%x %X')} SEITE %N" |
567 | 566 |
|
568 | 567 | See :h printheader and :h strftime() for more details.
|
569 | 568 |
|
@@ -1033,19 +1032,6 @@ You may want to copy the snippets coming with this plugin (in
|
1033 | 1032 | $VIM/vimfiles/bash-support/codesnippets) into the new directory or to set a
|
1034 | 1033 | link to the global directory.
|
1035 | 1034 |
|
1036 |
| ------------------------------------------------------------------------------- |
1037 |
| -4.5 Non-standard installation *bashsupport-non-standard* |
1038 |
| ------------------------------------------------------------------------------- |
1039 |
| - |
1040 |
| -The place to install this plugin package is the directory "$HOME/.vim". For |
1041 |
| -convenience the directory tree "$HOME/.vim/bash-support/..." can be moved to |
1042 |
| -another place. In this case the new base directory has to be specified in |
1043 |
| -"$HOME/.vimrc", e.g. |
1044 |
| - |
1045 |
| - let g:BASH_Support_Root_Dir = "/home/username/xyz" |
1046 |
| - |
1047 |
| -Please note that there is no trailing slash. |
1048 |
| - |
1049 | 1035 | ==============================================================================
|
1050 | 1036 | 5. TEMPLATE FILES AND TAGS *bashsupport-tempplates*
|
1051 | 1037 | ==============================================================================
|
|
0 commit comments