vim-hardy icon indicating copy to clipboard operation
vim-hardy copied to clipboard

can use quickfix to display compile information?

Open Freed-Wu opened this issue 4 years ago • 1 comments

it is a suggestion. Thanks!

Freed-Wu avatar Jun 05 '20 02:06 Freed-Wu

in function HardyShowInfo(results)

        " Set all the options for the newly created buffer
        setlocal filetype=arduinoinfo
        setlocal buftype=nofile

perhaps

        setlocal filetype=qf
        setlocal buftype=quickfix

can work?

Freed-Wu avatar Jun 05 '20 02:06 Freed-Wu