]> 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:

etc/vim.git
9 years agoUse simplified BSD license.
Vincent Driessen [Sun, 30 Nov 2014 08:47:26 +0000 (09:47 +0100)]
Use simplified BSD license.

9 years agoAdd BSD license.
Vincent Driessen [Sun, 30 Nov 2014 07:16:12 +0000 (08:16 +0100)]
Add BSD license.

9 years agoMerge pull request #28 from eistaa/master
Vincent Driessen [Sat, 25 Oct 2014 18:02:22 +0000 (20:02 +0200)]
Merge pull request #28 from eistaa/master

Additions

9 years agoRemove markers before checking.
eistaa [Thu, 25 Sep 2014 09:35:24 +0000 (11:35 +0200)]
Remove markers before checking.

9 years agoBugfix: Marker data was cleared for every run, hence filemarkers was impossible to...
eistaa [Mon, 22 Sep 2014 14:56:09 +0000 (16:56 +0200)]
Bugfix: Marker data was cleared for every run, hence filemarkers was impossible to remove.

9 years agoSpeedup on placing file markers.
eistaa [Sat, 20 Sep 2014 14:22:32 +0000 (16:22 +0200)]
Speedup on placing file markers.

9 years agoFixed options parseing when given empty strings.
eistaa [Fri, 19 Sep 2014 14:32:50 +0000 (16:32 +0200)]
Fixed options parseing when given empty strings.

9 years agoCleanup.
eistaa [Thu, 18 Sep 2014 07:52:54 +0000 (09:52 +0200)]
Cleanup.

9 years agoUpdated README fixed stuff.
eistaa [Wed, 17 Sep 2014 22:34:26 +0000 (00:34 +0200)]
Updated README fixed stuff.

9 years agoAdded markers & cleaned options.
eistaa [Wed, 17 Sep 2014 18:04:41 +0000 (20:04 +0200)]
Added markers & cleaned options.

9 years agoAdded option to not show quickfix window.
eistaa [Tue, 16 Sep 2014 11:16:15 +0000 (13:16 +0200)]
Added option to not show quickfix window.

9 years agoSuppresses output to stdout.
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.

9 years agoMerge pull request #26 from mmedvede/add-quickfix-location
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

9 years agoAdded documentation for g:flake8_quickfix_location option
Mikhail Medvedev [Wed, 7 May 2014 23:03:56 +0000 (19:03 -0400)]
Added documentation for g:flake8_quickfix_location option

9 years agoAdded option to specify location of the quickfix window
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

10 years agoMerge pull request #25 from 5t111111/fix-when-space-in-filepath
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.

10 years agoPut double quotes around a file path to check a correct file path with white space...
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.

11 years agoUpdate history info in README.
Vincent Driessen [Sat, 20 Oct 2012 07:31:36 +0000 (09:31 +0200)]
Update history info in README.

11 years agoMerge pull request #17 from gwrtheyrn/readme_typo
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

11 years agoMerge pull request #19 from phdru/master
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

11 years agog: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

11 years agoSmall typo in README
Danilo Bargen [Tue, 16 Oct 2012 13:52:38 +0000 (15:52 +0200)]
Small typo in README

11 years agoReread configuration upon every invocation of Flake8().
Vincent Driessen [Mon, 24 Sep 2012 12:43:54 +0000 (14:43 +0200)]
Reread configuration upon every invocation of Flake8().

This fixes #23.

11 years agoMerge pull request #15 from ecmendenhall/docfix
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

11 years agoAdded link to flake8 in project README.
Connor Mendenhall [Thu, 6 Sep 2012 23:31:58 +0000 (16:31 -0700)]
Added link to flake8 in project README.

11 years agoMerge pull request #14 from jakebasile/max-complexity
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.

11 years agoAdded 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.

11 years agoMerge pull request #11 from gwrtheyrn/max_line_length
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!

11 years agoMoved configuration variables from tips section to customization section
Danilo Bargen [Fri, 13 Jul 2012 12:30:54 +0000 (14:30 +0200)]
Moved configuration variables from tips section to customization section

11 years agomax_line_length documentation
Danilo Bargen [Fri, 13 Jul 2012 12:24:00 +0000 (14:24 +0200)]
max_line_length documentation

11 years agoAdded option to configure max_line_length
Danilo Bargen [Fri, 13 Jul 2012 12:07:27 +0000 (14:07 +0200)]
Added option to configure max_line_length

11 years agoMerge pull request #10 from gwrtheyrn/readme_additions
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.

11 years agoMentioned g:flake8_cmd (#9) in README
Danilo Bargen [Fri, 13 Jul 2012 12:01:32 +0000 (14:01 +0200)]
Mentioned g:flake8_cmd (#9) in README

11 years agoChange mail address.
Vincent Driessen [Wed, 6 Jun 2012 07:15:55 +0000 (09:15 +0200)]
Change mail address.

11 years agoMinor patch for readability.
Vincent Driessen [Wed, 6 Jun 2012 07:14:35 +0000 (09:14 +0200)]
Minor patch for readability.

11 years agoAdded ability to specify the path to the flake8 command
saghul [Wed, 6 Jun 2012 07:08:44 +0000 (09:08 +0200)]
Added ability to specify the path to the flake8 command

11 years agoMerge pull request #8 from alanbriolat/master
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!

11 years agoRemove useless key mapping
Alan Briolat [Tue, 29 May 2012 18:16:06 +0000 (20:16 +0200)]
Remove useless key mapping

12 years agoMerge pull request #3 from noah/master
Vincent Driessen [Thu, 23 Feb 2012 00:01:40 +0000 (16:01 -0800)]
Merge pull request #3 from noah/master

Doc update. Thanks, @noah.

12 years agoupdating inaccurate doc which did not work in vim 7.3
noah [Wed, 22 Feb 2012 23:05:29 +0000 (17:05 -0600)]
updating inaccurate doc which did not work in vim 7.3

12 years agoMerge pull request #2 from yifanzhang/master
Vincent Driessen [Sat, 18 Feb 2012 08:00:44 +0000 (00:00 -0800)]
Merge pull request #2 from yifanzhang/master

added supports for ignores

12 years agoadded support for ignores
Yifan Zhang [Sat, 18 Feb 2012 00:01:10 +0000 (00:01 +0000)]
added support for ignores

12 years agoAdd a little introduction for this plugin.
Vincent Driessen [Mon, 13 Feb 2012 09:28:07 +0000 (10:28 +0100)]
Add a little introduction for this plugin.

12 years agoAdd the plugin files.
Vincent Driessen [Mon, 13 Feb 2012 09:16:06 +0000 (10:16 +0100)]
Add the plugin files.