sponsor Vim development Vim logo Vim Book Ad

quickfixstatus.vim : show quickfix errors/warnings as you move through the file

 script karma  Rating 6/3, Downloaded by 776  Comments, bugs, improvements  Vim wiki

created by
danny obrien
 
script type
utility
 
description
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 vimscript#2736 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

Please file any bugs at https://github.com/dannyob/quickfixstatus/issues
 
install details
Drop this file into your plugin folder, use pathogen with https://github.com/dannyob/quickfixstatus or use vundle to BundleInstall quickfixstatus
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
quickfixstatus.vim 1.01 2011-09-03 7.0 danny obrien Ensures that output doesn't trigger a "Hit ENTER" message
quickfixstatus.vim 1.00 2011-09-03 7.0 danny obrien Initial upload
ip used for rating: 3.145.94.251

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github