Skip to content

Commit 1e2565b

Browse files
Fritz MehnerWolfgangMehner
authored andcommitted
Version 6.0
++ The plug-in version 6.0+ is a rewriting of version 5.19. ++ The template syntax has changed! - New template system (many thanks to Wolfgang Mehner) - A few new hotkeys and menu item. - A few hotkeys and menu items renamed.
1 parent 0bf56b8 commit 1e2565b

28 files changed

+7122
-4048
lines changed

autoload/mmtemplates/core.vim

Lines changed: 3568 additions & 0 deletions
Large diffs are not rendered by default.

README.csupport renamed to c-support/README.csupport

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README for c.vim (Version 5.19) / May 05 2012
1+
README for c.vim (Version 6.0) / August 17 2012
22

33
* DESCRIPTION
44
* INSTALLATION
@@ -52,11 +52,11 @@ value of $HOME with ":echo $HOME" from inside Vim).
5252
'$HOME/.vim/c-support/templates/Templates'
5353
Here is the minimal personalization (my settings as an example):
5454

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|' )
6060

6161
(Read more about the template system in the plugin documentation)
6262

@@ -70,7 +70,6 @@ value of $HOME with ":echo $HOME" from inside Vim).
7070
for your .vimrc and .gvimrc. You may want to use parts of them. The files
7171
are documented.
7272

73-
7473
(2) WINDOWS
7574
------------
7675

@@ -102,15 +101,15 @@ the value of $HOME with ":echo $HOME" from inside Vim).
102101
'$HOME/vimfiles/c-support/templates/Templates'
103102
Here is the minimal personalization (my settings as an example):
104103

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|' )
110109

111110
(Read more about the template system in the plugin documentation)
112111

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
114113
Vim command line:
115114

116115
:helptags $HOME\vimfiles\doc\
@@ -149,10 +148,19 @@ Any problems ? See the TROUBLESHOOTING section at the end of the help file
149148
================================================================================
150149
RELEASE NOTES
151150
================================================================================
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.
156164

157165
Please see file ./c-support/doc/ChangeLog .
158166

@@ -162,6 +170,8 @@ Any problems ? See the TROUBLESHOOTING section at the end of the help file
162170

163171
README.csupport This file.
164172

173+
autoload/mmtemplates/core.vim The template system.
174+
165175
doc/csupport.txt The help file for the local on-line help.
166176

167177
ftplugin/c.vim A file type plug-in. Define hotkeys, creates a

c-support/doc/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
================================================================================
2+
RELEASE NOTES FOR VERSION 5.19
3+
================================================================================
4+
- Resolve home for linked home directories.
5+
- Three C++-items removed (see file 'customization.cpp.vim').
6+
- Bugfix: global options changed unintentionally.
7+
- Minor improvements and bugfixes.
8+
19
================================================================================
210
RELEASE NOTES FOR VERSION 5.18
311
================================================================================

c-support/doc/c-hotkeys.pdf

-1.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)