]>
git.madduck.net Git - etc/vim.git/log
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:
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
eistaa [Wed, 17 Sep 2014 22:34:26 +0000 (00:34 +0200)]
Updated README fixed stuff.
eistaa [Wed, 17 Sep 2014 18:04:41 +0000 (20:04 +0200)]
Added markers & cleaned options.
eistaa [Tue, 16 Sep 2014 11:16:15 +0000 (13:16 +0200)]
Added option to not show quickfix window.
Gustav Larsson [Wed, 16 Jul 2014 02:46:55 +0000 (21:46 -0500)]
Suppresses output to stdout.
This avoids unnecessary clutter to standard output, seen for instance
when closing Vim.
Vincent Driessen [Thu, 8 May 2014 08:58:56 +0000 (10:58 +0200)]
Merge pull request #26 from mmedvede/add-quickfix-location
Add quickfix location
Mikhail Medvedev [Wed, 7 May 2014 23:03:56 +0000 (19:03 -0400)]
Added documentation for g:flake8_quickfix_location option
Mikhail Medvedev [Wed, 7 May 2014 22:58:48 +0000 (18:58 -0400)]
Added option to specify location of the quickfix window
E.g. use "topleft" to put the quickfix on top
Vincent Driessen [Sun, 27 Apr 2014 13:30:18 +0000 (15:30 +0200)]
Merge pull request #25 from 5t111111/fix-when-space-in-filepath
Failed when a file path has space in it.
WAKASUGI Mubae [Sun, 27 Apr 2014 00:30:25 +0000 (09:30 +0900)]
Put double quotes around a file path to check a correct file path with white space in it.
Vincent Driessen [Sat, 20 Oct 2012 07:31:36 +0000 (09:31 +0200)]
Update history info in README.
Vincent Driessen [Sat, 20 Oct 2012 07:26:52 +0000 (00:26 -0700)]
Merge pull request #17 from gwrtheyrn/readme_typo
Small typo in README
Vincent Driessen [Sat, 20 Oct 2012 07:26:38 +0000 (00:26 -0700)]
Merge pull request #19 from phdru/master
g:flake8_builtins to pass --builtins to flake8.py
Oleg Broytman [Fri, 19 Oct 2012 20:42:23 +0000 (00:42 +0400)]
g:flake8_builtins to pass --builtins to flake8.py
Danilo Bargen [Tue, 16 Oct 2012 13:52:38 +0000 (15:52 +0200)]
Small typo in README
Vincent Driessen [Mon, 24 Sep 2012 12:43:54 +0000 (14:43 +0200)]
Reread configuration upon every invocation of Flake8().
This fixes #23.
Vincent Driessen [Sat, 8 Sep 2012 22:25:55 +0000 (15:25 -0700)]
Merge pull request #15 from ecmendenhall/docfix
Minor README update: Add link to flake8 package
Connor Mendenhall [Thu, 6 Sep 2012 23:31:58 +0000 (16:31 -0700)]
Added link to flake8 in project README.
Vincent Driessen [Thu, 6 Sep 2012 06:47:30 +0000 (23:47 -0700)]
Merge pull request #14 from jakebasile/max-complexity
Added ability to set max complexity argument for flake8.
Jake Basile [Tue, 4 Sep 2012 18:16:24 +0000 (13:16 -0500)]
Added ability to set max complexity argument for flake8.
Vincent Driessen [Fri, 13 Jul 2012 13:19:31 +0000 (06:19 -0700)]
Merge pull request #11 from gwrtheyrn/max_line_length
Configuration variable for max-line-length. Nice addition, thanks!
Danilo Bargen [Fri, 13 Jul 2012 12:30:54 +0000 (14:30 +0200)]
Moved configuration variables from tips section to customization section
Danilo Bargen [Fri, 13 Jul 2012 12:24:00 +0000 (14:24 +0200)]
max_line_length documentation
Danilo Bargen [Fri, 13 Jul 2012 12:07:27 +0000 (14:07 +0200)]
Added option to configure max_line_length
Vincent Driessen [Fri, 13 Jul 2012 12:19:05 +0000 (05:19 -0700)]
Merge pull request #10 from gwrtheyrn/readme_additions
Mentioned g:flake8_cmd (#9) in README, thanks.
Danilo Bargen [Fri, 13 Jul 2012 12:01:32 +0000 (14:01 +0200)]
Mentioned g:flake8_cmd (#9) in README
Vincent Driessen [Wed, 6 Jun 2012 07:15:55 +0000 (09:15 +0200)]
Change mail address.
Vincent Driessen [Wed, 6 Jun 2012 07:14:35 +0000 (09:14 +0200)]
Minor patch for readability.
saghul [Wed, 6 Jun 2012 07:08:44 +0000 (09:08 +0200)]
Added ability to specify the path to the flake8 command
Vincent Driessen [Tue, 29 May 2012 20:33:41 +0000 (13:33 -0700)]
Merge pull request #8 from alanbriolat/master
Remove F7 binding in contexts where it's not useful.
Thanks, @alanbriolat!
Alan Briolat [Tue, 29 May 2012 18:16:06 +0000 (20:16 +0200)]
Remove useless key mapping
Vincent Driessen [Thu, 23 Feb 2012 00:01:40 +0000 (16:01 -0800)]
Merge pull request #3 from noah/master
Doc update. Thanks, @noah.
noah [Wed, 22 Feb 2012 23:05:29 +0000 (17:05 -0600)]
updating inaccurate doc which did not work in vim 7.3
Vincent Driessen [Sat, 18 Feb 2012 08:00:44 +0000 (00:00 -0800)]
Merge pull request #2 from yifanzhang/master
added supports for ignores
Yifan Zhang [Sat, 18 Feb 2012 00:01:10 +0000 (00:01 +0000)]
added support for ignores
Vincent Driessen [Mon, 13 Feb 2012 09:28:07 +0000 (10:28 +0100)]
Add a little introduction for this plugin.
Vincent Driessen [Mon, 13 Feb 2012 09:16:06 +0000 (10:16 +0100)]
Add the plugin files.