From 662bbd5a61965430dc61741e93c0ec1650f3436c Mon Sep 17 00:00:00 2001 From: Wesley Che Date: Thu, 21 Mar 2013 21:53:09 +0800 Subject: [PATCH] Update the Changelog --- readme.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index 98f2143..35567bb 100644 --- a/readme.md +++ b/readme.md @@ -94,10 +94,14 @@ let g:SrcExpl_updateTagsKey = "" Changelog ========= -5.0 -- Replaced use of preview window with a named buffer. -- Moved to github. -- Added documentation. +5.2 +- Add the fast way for displaying the previous or next definition in +the jump list. The new feature is similar with the commands called cprev +and cnext for operating the Quickfix list. You can add below config lines in +your .vimrc or just update your Trinity to v2.1. + let g:SrcExpl_prevDefKey = "" + let g:SrcExpl_nextDefKey = "" +- Fix a bug when clicking the default prompt line in the Source Explorer window. 5.1 - Added two APIs for serving other plugins: @@ -107,13 +111,7 @@ Changelog compatibility. - Added debug/logging functions for the internal development. -5.2 -- Add the fast way for displaying the previous or next definition in -the jump list. The new feature is similar with the commands called cprev -and cnext for operating the Quickfix list. You can add below config lines in -your .vimrc or just update your Trinity to v2.1. - 1. " // Set "" key for displaying the previous definition in the jump list - let g:SrcExpl_prevDefKey = "" - 2. " // Set "" key for displaying the next definition in the jump list - let g:SrcExpl_nextDefKey = "" -- Fix a bug when clicking the default prompt line in the Source Explorer window. +5.0 +- Replaced use of preview window with a named buffer. +- Moved to github. +- Added documentation.