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

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:

Improve AST safety parsing error message (#2304)
[etc/vim.git] / plugin /
2021-06-12 Bartosz TelenczukVim plugin fix string normalization option (#1869)
2021-03-08 Konstantin AlekseevUse vim autoload script (#1157)
2021-03-04 Hugo van KemenadeBlack requires Python 3.6.2+ (#1668)
2020-12-09 Noel Evansvim plugin: Add quiet flag so non-error actions go...
2020-08-26 Rowan Rodrik van... Fix g:black_fast and g:black_(skip)_string_normalizatio...
2020-06-15 Keith SmileyMove vim flag cast to outside of get (#1486)
2020-05-08 kaiixPrefer virtualenv packages over global packages (#1383...
2020-05-08 David LukesMake sure sys._base_executable is sane in Vim plugin...
2020-04-17 CharlesUpdate heredoc marker case to conform with vim patch...
2020-03-03 Paul GanssleNotify users of missing Python lazily (#1210)
2020-03-03 Tal AmuyalTeach the Vim plugin to respect pyproject.toml (issue...
2020-01-23 Matthew ClappChange error message to specify its origin. (#1240)
2019-10-21 Alexander HuynhRestore all cursors, instead of only the current window...
2019-10-21 Łukasz LangaRevert "restore cursor to same line of code, not same...
2019-10-20 Asger Hautop DrewsenUse better default venv dir when using neovim (#937)
2019-10-20 Josh BodeChange how venv path is modified in vim plugin (#804)
2019-10-20 Charles Reidrestore cursor to same line of code, not same line...
2019-05-07 pmacostaUse g:pymode_python-defined interpreter if defined...
2019-03-17 Thom Lufix vim plugin for 19.3b0 (#755) (#766)
2019-03-07 Sami SalonenPut cursor in last line if old position is invalid...
2019-02-05 Bryan ForbesFormat pyi files correctly (#599)
2018-08-17 David HothamRemove mappings from Vim plugin. (#417)
2018-08-17 Jonty Wareingvim: Restore cursor/window position after format (...
2018-06-07 Łukasz LangaDon't crash the Vim plugin
2018-06-06 Matthew Walstervim: add "--skip-string-normalization" support (#310)
2018-05-09 Codey OxleyAddresses #174 Neovim Error (#197)
2018-04-24 Josh HollandAdd install instructions for Vim plugin (#131)