nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.07k stars 99 forks source link

Adds option to show Error Message of line under cursor #81

Closed skvrahul closed 4 years ago

skvrahul commented 4 years ago

Fixes #80 This PR adds a function flake8#ShowError() which shows the Error message of the line under the cursor. The user can map this to any key like so: nnoremap <C-K> :call flake8#Flake8ShowError()<cr>