1
- README for c.vim (Version 5.19 ) / May 05 2012
1
+ README for c.vim (Version 6.0 ) / August 17 2012
2
2
3
3
* DESCRIPTION
4
4
* INSTALLATION
@@ -52,11 +52,11 @@ value of $HOME with ":echo $HOME" from inside Vim).
52
52
'$HOME/.vim/c-support/templates/Templates'
53
53
Here is the minimal personalization (my settings as an example):
54
54
55
- | AUTHOR| = Dr. Fritz Mehner
56
- | AUTHORREF| = fgm
57
-
58
- |COMPANY| = FH Südwestfalen, Iserlohn
59
- | COPYRIGHT| = Copyright (c) |YEAR|, |AUTHOR|
55
+ SetMacro( ' AUTHOR', ' Dr. Fritz Mehner' )
56
+ SetMacro( ' AUTHORREF', ' fgm' )
57
+ SetMacro( ' EMAIL', ' mehner.fritz @fh-swf.de' )
58
+ SetMacro( 'ORGANIZATION',' FH Südwestfalen, Iserlohn' )
59
+ SetMacro( ' COPYRIGHT', ' Copyright (c) |YEAR|, |AUTHOR|' )
60
60
61
61
(Read more about the template system in the plugin documentation)
62
62
@@ -70,7 +70,6 @@ value of $HOME with ":echo $HOME" from inside Vim).
70
70
for your .vimrc and .gvimrc. You may want to use parts of them. The files
71
71
are documented.
72
72
73
-
74
73
(2) WINDOWS
75
74
------------
76
75
@@ -102,15 +101,15 @@ the value of $HOME with ":echo $HOME" from inside Vim).
102
101
'$HOME/vimfiles/c-support/templates/Templates'
103
102
Here is the minimal personalization (my settings as an example):
104
103
105
- | AUTHOR| = Dr. Fritz Mehner
106
- | AUTHORREF| = fgm
107
-
108
- |COMPANY| = FH Südwestfalen, Iserlohn
109
- | COPYRIGHT| = Copyright (c) |YEAR|, |AUTHOR|
104
+ SetMacro( ' AUTHOR', ' Dr. Fritz Mehner' )
105
+ SetMacro( ' AUTHORREF', ' fgm' )
106
+ SetMacro( ' EMAIL', ' mehner.fritz @fh-swf.de' )
107
+ SetMacro( 'ORGANIZATION',' FH Südwestfalen, Iserlohn' )
108
+ SetMacro( ' COPYRIGHT', ' Copyright (c) |YEAR|, |AUTHOR|' )
110
109
111
110
(Read more about the template system in the plugin documentation)
112
111
113
- (2.4) Make the plugin help accessable by typing the following command on the
112
+ (2.4) Make the plugin help accessible by typing the following command on the
114
113
Vim command line:
115
114
116
115
:helptags $HOME\vimfiles\doc\
@@ -149,10 +148,19 @@ Any problems ? See the TROUBLESHOOTING section at the end of the help file
149
148
================================================================================
150
149
RELEASE NOTES
151
150
================================================================================
152
- - Resolve home for linked home directories.
153
- - Three C++-items removed (see file 'customization.cpp.vim').
154
- - Bugfix: global options changed unintentionally.
155
- - Minor improvements and bugfixes.
151
+
152
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
153
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
154
+ ++ The plug-in version 6.0+ is a rewriting of version 5.19. ++
155
+ ++ The versions 6.0+ are based on a new and more powerful template system ++
156
+ ++ (please see |template-support|for more information). ++
157
+ ++ The template syntax has changed! ++
158
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
159
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
160
+
161
+ - New template system (many thanks to Wolfgang Mehner)
162
+ - A few new hotkeys and menu item.
163
+ - A few hotkeys and menu items renamed.
156
164
157
165
Please see file ./c-support/doc/ChangeLog .
158
166
@@ -162,6 +170,8 @@ Any problems ? See the TROUBLESHOOTING section at the end of the help file
162
170
163
171
README.csupport This file.
164
172
173
+ autoload/mmtemplates/core.vim The template system.
174
+
165
175
doc/csupport.txt The help file for the local on-line help.
166
176
167
177
ftplugin/c.vim A file type plug-in. Define hotkeys, creates a
0 commit comments