Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Feb 20, 2012
1 parent 47c815b commit 0675cbd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tags
Makefile
*.vba
*.vmb
.last_*
27 changes: 16 additions & 11 deletions README
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
Mark interesting lines with signs:
Display |signs| at interesting lines:

- items in the quickfix and location lists (e.g. compilation errors)
- marks a-zA-Z
- relative line numbers
- changes (with respect to the version in the VCS)
- items in the |quickfix| and |location-lists| (e.g. compilation errors)
- |marks| a-zA-Z
- changes (given the file is under a VCS like git, svn, mercurial,
or bazaar)
- relative line numbers (show numbers only until the cursor moves)
- etc.

Other lists can be configured via the |g:quickfixsigns_lists| variable.

The attached text is displayed in a balloon via 'balloonexpr'. This may
conflict with the use of this feature by other plugins.
The text attached to a quickfix or location-list entry is displayed in a
balloon via 'balloonexpr'.
NOTE: This could cause a conflict with other plugins that make use of
balloons.

If you want nicer looking images instead of the ASCII markers, you have
to change the following signs' definition in your |vimrc| file (by use
of |sign-define|):
to change the following signs' definition either in your |vimrc| file or
in $VIMFILES/after/plugin/quickfixsigns.vim (by use of |sign-define|):

QFS_QFL ... Entries in the |quickfix| list
QFS_LOC ... Entries in the |location-list|
QFS_Mark_[a-zA-Z] ... Marks
QFS_CURSOR ... Current cursor position
QFS_BREAKPOINT ... Breakpoint
QFS_BREAKPOINT ... Breakpoints
QFS_REL_x ... Relative line numbers
QFS_VCS_{ADD,DEL,CHANGE} ... VCS changes
QFS_VCS_{ADD,DEL,CHANGE} ... VCS changes (see also
|g:quickfixsigns#vcsdiff#highlight|)

CREDITS:
quickfixsigns includes some icons from the open icon library. See
Expand Down

0 comments on commit 0675cbd

Please sign in to comment.