Skip to content

dannyob/quickfixstatus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Quickfixstatus

Using Vim's quickfix windows, or location lists usually involves opening them in a separate window, and using :cnext or its equivalents to page through the messages.

This plugin shows checks whether the current line in a buffer is in its local location list, the global quickfix list, or the Syntastic plugin's list of syntax errors. If it is, it displays the connected error message at the bottom of the screen, where command line messages are displayed. (Technically, this isn't Vim's status line, it's the command line buffer, but it's certainly where status messages often appear.)

Commands:

:QuickfixStatusEnable -- turns on the feature globally

:QuickfixStatusDisable -- turns off the feature globally

About

See quickfix, location list and Syntastic lists errors and warnings as you move through a vim file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published