Gary Sham
Results
2
comments of
Gary Sham
Here is what I am using right now: `autocmd FileType python cnoreabbrev q winnr("$") > 1 && getcmdtype() == ":" && getcmdline() == 'q' ? 'ccl q' : 'q'` It...
@axiaoxin In that case I think you may try ``` function NoShow() let g:flake8_show_quickfix=0 wq endfunction autocmd FileType python cnoreabbrev wq getcmdtype() == ":" && getcmdline() == 'wq' ? 'call...