]> git.madduck.net Git - etc/vim.git/history - autoload/flake8.vim

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

ignore --count lines
[etc/vim.git] / autoload / flake8.vim
2021-07-06 Peter Rowlandsignore --count lines
2021-03-29 Vincent DriessenMerge pull request #92 from bot-boi/master
2021-03-28 bot-boiEnsure b:showing_message is always defined.
2020-04-05 Vincent DriessenMerge pull request #81 from skvrahul/master
2020-04-05 Rahul SathanapalliRemoved unused function
2020-03-30 RahulAdds function flake8#ShowError() to show the error...
2020-03-27 Rahul[WIP] Minor fixes
2020-03-27 Rahul[WIP] Adds error message feature
2018-09-21 Vincent DriessenMerge pull request #72 from antoinemadec/no_blink
2018-09-21 Vincent DriessenMerge pull request #73 from antoinemadec/cclose_after_grep
2018-09-20 antoinemadecCall 'cclose' after 'grep' in case quickfix is open...
2018-09-20 antoinemadecPrevent terminal from blinking
2018-08-21 Vincent DriessenMerge pull request #71 from TomasFlam/pr-allow-flake8...
2018-08-21 Tomas FlamAllow g:flake8_cmd with parameters
2015-03-12 Vincent DriessenMerge pull request #37 from dolph/master
2015-03-12 Dolph MathewsSpelling correction
2014-12-15 Vincent DriessenFix whitespacing.
2014-12-15 Vincent DriessenMerge branch 'master' into tabac-master
2014-12-14 Nic Westadd deprecation messages for flake8 settings
2014-12-14 Tasos Bakogiannisadd option for customizing quickfix window height
2014-12-13 Nic Westremove commmand settings from config options
2014-10-25 Vincent DriessenMerge pull request #28 from eistaa/master
2014-09-25 eistaaRemove markers before checking.
2014-09-22 eistaaBugfix: Marker data was cleared for every run, hence...
2014-09-21 eistaaSpeedup on placing file markers.
2014-09-21 eistaaFixed options parseing when given empty strings.
2014-09-18 eistaaCleanup.
2014-09-18 eistaaUpdated README fixed stuff.
2014-09-18 eistaaAdded markers & cleaned options.