Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Dec 27, 2010
1 parent 6c61e2d commit 9c11755
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGES.TXT
@@ -0,0 +1,22 @@
version: "0.10"
- quickfixsigns#vcsdiff#GuessType(): use b:git_dir if set (by fugitive)
- vcsdiff: Support for hg, svn
- run qfl/loc checks more also on CursorHold & QuickfixCommandPost events
- Experimental support for icons (currently assumes that gnome icons 16x16 are ok)
- Support for sign classes that affect all buffers (all_buffers != 0)
- Avoid unnecessary updates
- Simplify handling of ids (construct a global id based on the sign definition)
- Include icons from the open icon library
- marks: Don't use own ID generator
- s:PruneRegister()
- Don't display icons on windows
MD5 checksum: 2ba95f98307ea61db8de28d6e60fb61b

version: "0.11"
- Don't check the buffer number in s:ClearBuffer()
- Improved handling of scopes (vim, buffer)
- Always include the bufnr in the ID
- FIX: upper case marks
- Increase g:quickfixsigns_max = 500
MD5 checksum: 6fa3a5dd60e62af094f7f7fe41d8695f

6 changes: 3 additions & 3 deletions autoload/quickfixsigns/breakpoints.vim
Expand Up @@ -2,8 +2,8 @@
" @Author: Tom Link (mailto:micathom AT gmail com?subject=[vim])
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2010-11-26.
" @Last Change: 2010-11-26.
" @Revision: 25
" @Last Change: 2010-11-28.
" @Revision: 26


if exists('g:quickfixsigns#breakpoints#loaded')
Expand All @@ -26,7 +26,7 @@ endif


if !exists('g:quickfixsigns_class_breakpoints')
" :display: let g:quickfixsigns_class_breakpoints = {...} "{{{2
" :read: let g:quickfixsigns_class_breakpoints = {...} "{{{2
let g:quickfixsigns_class_breakpoints = {
\ 'sign': 'QFS_BREAKPOINT',
\ 'get': 'quickfixsigns#breakpoints#GetList()',
Expand Down

0 comments on commit 9c11755

Please sign in to comment.