SkillAgentSearch skills...

Quickfixstatus

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

Install / Use

/learn @dannyob/Quickfixstatus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1y ago
Forks2

Languages

VimL

Security Score

60/100

Audited on Aug 26, 2024

No findings