Skip to content

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

Notifications You must be signed in to change notification settings

dannyob/quickfixstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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