Open
Conversation
added 4 commits
June 11, 2014 18:22
- Resolve home for linked home directories. - Three C++-items removed (see file 'customization.cpp.vim'). - Bugfix: global options changed unintentionally. - Minor improvements and bugfixes.
++ 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.
- Map renamed: \rme -> \re. - New global variable g:C_InsertFileHeader (suppress file description comment for new files). - Two new ex commands: CCmdlineArgs, CMakeCmdlineArgs. - 'Run->cmd. line arg.' : tab expansion (files/directories)for all arguments. - Bugfix: template 'file description header' not loading (thanks to Marco Lasczok). - Bugfix: unnecessary characters in one template. - Prototype picker improved. - Toggle non-C-comments. - Run debugger. - Some global variables now changeable on the fly. - Menus now show the correct mapleader. - Bugfix: g:C_LoadMenus now works. - Bugfix: Prevent unnecessary rereading of the template library. - Added Doxygen templates and 'Doxygen->brief, after member'. - Added help menu entries: help English, help Doxygen - Improved "adjust end-of-line comment". - Bugfix: Setup of local templates in case of global installation. - Bugfix: Map and menu entry 'Snippets->edit global templates'. - Several internal improvements.
- Added 'C_SetMapLeader' and 'C_ResetMapLeader'. - Bugfix: Resetting maplocalleader in filetype plug-in after setting it to the value of g:C_MapLeader. - Bugfix: Setup of local templates in case of global installation. - Bugfix: Better compatibility with custom mappings (use "normal!" and "noremap" consistently). - 'Help->show manual' shows man page text with appropriate width (UNIX only). - Extended the documentation.
Author
|
Thanks for your effort, btw. I guess Fritz Mehner and myself got on to the whole plug-in manager thing a bit late. |
!!! Please use my own repository from now on: https://github.com/WolfgangMehner/c-support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All the new c.vim version since your last commit of 5.18
The author and date information is set appropriately, the commit messages taken from the change log.