]> 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
12 years agoadded a 2 line README.md
Far McKon [Mon, 12 Nov 2012 16:36:55 +0000 (11:36 -0500)]
added a 2 line README.md

12 years agochanged _ syntax, to avoid mid-word underlines starting highlights. Fail case pre...
Far McKon [Mon, 12 Nov 2012 16:35:00 +0000 (11:35 -0500)]
changed _ syntax, to avoid mid-word underlines starting highlights.  Fail case pre-commit would be the string ' - user_account: The default user account' having a highlight start at the _, and never end. Updated match only catches 1 or more whitespaces before underscore, instead of zero or more whitespaces before an underscore

12 years agocheck in snipmate 0.83
martin f. krafft [Tue, 30 Oct 2012 07:57:34 +0000 (08:57 +0100)]
check in snipmate 0.83

12 years agoadd notmuch plugin
martin f. krafft [Tue, 30 Oct 2012 07:54:57 +0000 (08:54 +0100)]
add notmuch plugin

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

12 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

12 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

12 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

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

12 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.

12 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

12 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.

12 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.

12 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.

12 years agoallow whitespace between three backticks and language name
Matt Brown [Tue, 28 Aug 2012 21:04:43 +0000 (17:04 -0400)]
allow whitespace between three backticks and language name

12 years agoDo not indent after comment line with colon
Joseph Irwin [Sat, 18 Aug 2012 04:18:25 +0000 (13:18 +0900)]
Do not indent after comment line with colon

When checking for a line ending with a colon, this commit adds a
condition to avoid matching comments. A comment line ending with a colon
should not indent a new block.

This changes the current behavior from this::

    \#<some comment>:
        <cursor>

To this::

    \#<some comment>:
    <cursor>

12 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!

12 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

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

12 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

12 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.

12 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

12 years agoUpdate README to reflect pathogen
Hynek Schlawack [Sat, 30 Jun 2012 07:04:54 +0000 (09:04 +0200)]
Update README to reflect pathogen

12 years agoMerge pull request #1 from soli/master
Hynek Schlawack [Fri, 29 Jun 2012 19:33:18 +0000 (12:33 -0700)]
Merge pull request #1 from soli/master

move python.vim to indent subdirectory for easier pathogen (and such) management

12 years agomove python.vim to indent subdirectory for easier pathogen (and such) management
Sylvain Soliman [Fri, 29 Jun 2012 19:27:09 +0000 (21:27 +0200)]
move python.vim to indent subdirectory for easier pathogen (and such) management

--HG--
rename : python.vim => indent/python.vim

12 years agoInitial import
Hynek Schlawack [Tue, 26 Jun 2012 12:07:20 +0000 (14:07 +0200)]
Initial import

12 years agoadd addr abbreviations
martin f. krafft [Wed, 20 Jun 2012 20:24:25 +0000 (22:24 +0200)]
add addr abbreviations

12 years agoadd uuid autogen for vcards
martin f. krafft [Wed, 20 Jun 2012 20:23:13 +0000 (22:23 +0200)]
add uuid autogen for vcards

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

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

12 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

12 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!

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

12 years agobreak nroff lines after 75 characters
martin f. krafft [Sun, 15 Apr 2012 17:38:24 +0000 (19:38 +0200)]
break nroff lines after 75 characters

12 years agoMerge pull request #22 from martinolsen/patch-1
Ben Williams [Tue, 27 Mar 2012 14:57:14 +0000 (07:57 -0700)]
Merge pull request #22 from martinolsen/patch-1

allow link escape

12 years agoMerge pull request #28 from beala/patch-1
Ben Williams [Tue, 27 Mar 2012 14:54:06 +0000 (07:54 -0700)]
Merge pull request #28 from beala/patch-1

Added a rule that covers "Github Flavored Markdown" (GFM) code blocks

12 years agoAdded a rule that covers "Github Flavored Markdown" (GFM) code blocks
Alex Beal [Wed, 14 Mar 2012 23:02:20 +0000 (17:02 -0600)]
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks

GFM takes three back ticks to start a code block. It can be followed with a word specifying the language. It then ends with three back ticks.
http://github.github.com/github-flavored-markdown/

12 years agoFootnotes extension syntax is added
eunchan [Wed, 7 Mar 2012 02:57:44 +0000 (11:57 +0900)]
Footnotes extension syntax is added

12 years agoUpdate syntax/mkd.vim
eunchan [Wed, 7 Mar 2012 02:55:17 +0000 (11:55 +0900)]
Update syntax/mkd.vim

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.

13 years agoallow link escape
Martin Olsen [Fri, 23 Sep 2011 20:57:30 +0000 (23:57 +0300)]
allow link escape

13 years agoenumerations really will not be three digits
martin f. krafft [Tue, 1 Mar 2011 11:50:02 +0000 (12:50 +0100)]
enumerations really will not be three digits

13 years agoAdd more file types.
Ben Williams [Mon, 21 Feb 2011 16:25:52 +0000 (11:25 -0500)]
Add more file types.

13 years agoCreate subdirs for ftdetect and syntax. Add ftdetect file.
Ben Williams [Mon, 21 Feb 2011 16:02:57 +0000 (11:02 -0500)]
Create subdirs for ftdetect and syntax. Add ftdetect file.

13 years agoMerge branch 'master' of git://github.com/cgraeser/vim-markdown
Ben Williams [Mon, 21 Feb 2011 15:47:41 +0000 (10:47 -0500)]
Merge branch 'master' of git://github.com/cgraeser/vim-markdown

13 years agoMerge branch 'multi-line-captions' of git://github.com/bsilverthorn/vim-markdown
Ben Williams [Mon, 21 Feb 2011 15:43:22 +0000 (10:43 -0500)]
Merge branch 'multi-line-captions' of git://github.com/bsilverthorn/vim-markdown

13 years agoimprove numbered list formatting regexp
martin f. krafft [Fri, 18 Feb 2011 09:09:13 +0000 (10:09 +0100)]
improve numbered list formatting regexp

13 years agodo not remove n from formatoptions for mails
martin f. krafft [Tue, 15 Feb 2011 17:48:12 +0000 (18:48 +0100)]
do not remove n from formatoptions for mails

13 years agonew iabs
martin f. krafft [Thu, 6 Jan 2011 13:33:54 +0000 (14:33 +0100)]
new iabs

Signed-off-by: martin f. krafft <madduck@madduck.net>
13 years agodisable vim mail attachment check
martin f. krafft [Mon, 14 Feb 2011 15:28:07 +0000 (16:28 +0100)]
disable vim mail attachment check

13 years agoAdd fold regions for headings and list items
Carsten Gräser [Tue, 7 Dec 2010 21:33:22 +0000 (22:33 +0100)]
Add fold regions for headings and list items

13 years agoSupport multi-line captioned images and links.
Bryan Silverthorn [Thu, 2 Dec 2010 16:50:35 +0000 (10:50 -0600)]
Support multi-line captioned images and links.

(Supported by pandoc, at least.)

14 years agoremove supertab, do not use tab for autocomplete
martin f. krafft [Wed, 13 Oct 2010 04:11:16 +0000 (06:11 +0200)]
remove supertab, do not use tab for autocomplete

14 years agoremove mkd plugin
martin f. krafft [Wed, 13 Oct 2010 04:10:49 +0000 (06:10 +0200)]
remove mkd plugin

14 years agomore greetings abbreviations
martin f. krafft [Wed, 13 Oct 2010 04:10:21 +0000 (06:10 +0200)]
more greetings abbreviations

14 years agostyle inline URLs
Toby Matejovsky [Sat, 2 Oct 2010 16:46:23 +0000 (12:46 -0400)]
style inline URLs

14 years agodisable syncing of swapfile updates
martin f. krafft [Tue, 28 Sep 2010 16:35:51 +0000 (18:35 +0200)]
disable syncing of swapfile updates

14 years agoadd sghn alias
martin f. krafft [Tue, 28 Sep 2010 16:35:07 +0000 (18:35 +0200)]
add sghn alias

14 years agoadd vcscommand plugin
martin f. krafft [Mon, 9 Aug 2010 06:52:57 +0000 (08:52 +0200)]
add vcscommand plugin

14 years agoadd secure-modelines plugin
martin f. krafft [Mon, 9 Aug 2010 06:52:23 +0000 (08:52 +0200)]
add secure-modelines plugin

14 years agoadd justify plugin
martin f. krafft [Mon, 9 Aug 2010 06:52:05 +0000 (08:52 +0200)]
add justify plugin

14 years agoadd matchit plugin
martin f. krafft [Mon, 9 Aug 2010 06:51:54 +0000 (08:51 +0200)]
add matchit plugin

14 years agoremove utl plugin, which I never use
martin f. krafft [Mon, 9 Aug 2010 06:51:23 +0000 (08:51 +0200)]
remove utl plugin, which I never use

14 years agofix indenting for .pp files
martin f. krafft [Sun, 8 Aug 2010 21:42:07 +0000 (23:42 +0200)]
fix indenting for .pp files

14 years agofix up attachment check
martin f. krafft [Tue, 15 Jun 2010 11:45:40 +0000 (13:45 +0200)]
fix up attachment check

14 years agoset tw=0 for vidir files
martin f. krafft [Wed, 3 Mar 2010 08:22:15 +0000 (09:22 +0100)]
set tw=0 for vidir files

14 years agodisable idle mark
martin f. krafft [Wed, 3 Mar 2010 08:09:49 +0000 (09:09 +0100)]
disable idle mark

14 years agoadd hack to keep copy of vimperator ctrl-i buffer
martin f. krafft [Tue, 5 Jan 2010 05:42:02 +0000 (18:42 +1300)]
add hack to keep copy of vimperator ctrl-i buffer

15 years agoadd words
martin f. krafft [Sat, 7 Nov 2009 13:14:16 +0000 (14:14 +0100)]
add words

15 years agomore words
martin f. krafft [Tue, 13 Oct 2009 13:25:47 +0000 (15:25 +0200)]
more words

15 years agoproperly show colours on errors
martin f. krafft [Sat, 5 Sep 2009 10:08:36 +0000 (12:08 +0200)]
properly show colours on errors

15 years agomerge words
martin f. krafft [Sat, 5 Sep 2009 10:06:05 +0000 (12:06 +0200)]
merge words

15 years agoadd words
martin f. krafft [Sat, 5 Sep 2009 09:50:21 +0000 (11:50 +0200)]
add words

15 years agodisable marking on idle in insert mode
martin f. krafft [Sat, 5 Sep 2009 09:50:18 +0000 (11:50 +0200)]
disable marking on idle in insert mode

15 years agocommented out disabling of placeholders
martin f. krafft [Sat, 5 Sep 2009 09:50:04 +0000 (11:50 +0200)]
commented out disabling of placeholders

15 years agoadd words
martin f. krafft [Sat, 29 Aug 2009 16:39:43 +0000 (18:39 +0200)]
add words

15 years agoset marks on save and idle
martin f. krafft [Sat, 22 Aug 2009 11:52:03 +0000 (13:52 +0200)]
set marks on save and idle

15 years agoincrease updatetime to 10s
martin f. krafft [Sat, 22 Aug 2009 11:50:51 +0000 (13:50 +0200)]
increase updatetime to 10s

15 years agouse last-position-jump as example
martin f. krafft [Sat, 22 Aug 2009 11:51:28 +0000 (13:51 +0200)]
use last-position-jump as example

15 years agoadd [{ and ]} as normal motion commands
martin f. krafft [Sat, 22 Aug 2009 09:58:01 +0000 (11:58 +0200)]
add [{ and ]} as normal motion commands

15 years agoonly flag trailing spaces as errors when not inserting
martin f. krafft [Tue, 4 Aug 2009 15:14:12 +0000 (17:14 +0200)]
only flag trailing spaces as errors when not inserting

15 years agoiab to hyphenate e-mail
martin f. krafft [Tue, 7 Jul 2009 18:34:25 +0000 (20:34 +0200)]
iab to hyphenate e-mail

15 years agoflag trailing spaces as errors
martin f. krafft [Tue, 7 Jul 2009 18:33:52 +0000 (20:33 +0200)]
flag trailing spaces as errors

15 years agoadd lref/llabel to tex syntax def
martin f. krafft [Mon, 8 Jun 2009 09:34:05 +0000 (11:34 +0200)]
add lref/llabel to tex syntax def

15 years agoUpdate version number.
Ben Williams [Mon, 18 May 2009 19:53:09 +0000 (15:53 -0400)]
Update version number.

15 years agoLink improvements from Marc Hartstein.
Ben Williams [Tue, 12 May 2009 17:12:15 +0000 (13:12 -0400)]
Link improvements from Marc Hartstein.

15 years agoCode block improvements. Line break highlighting from Daniel Hulme.
Ben Williams [Tue, 12 May 2009 16:52:13 +0000 (12:52 -0400)]
Code block improvements. Line break highlighting from Daniel Hulme.

15 years agoImproved code block matching from James Vega.
Ben Williams [Tue, 12 May 2009 16:42:02 +0000 (12:42 -0400)]
Improved code block matching from James Vega.

15 years agoFix bold and italic spans that end with punctuation.
Ben Williams [Tue, 12 May 2009 16:40:20 +0000 (12:40 -0400)]
Fix bold and italic spans that end with punctuation.

15 years agoImport current version
Ben Williams [Tue, 12 May 2009 16:27:24 +0000 (12:27 -0400)]
Import current version

15 years agouse vim-scripts lbdbq plugin
martin f. krafft [Mon, 16 Mar 2009 07:46:57 +0000 (08:46 +0100)]
use vim-scripts lbdbq plugin

15 years agoadd words
martin f. krafft [Sun, 1 Mar 2009 18:23:49 +0000 (19:23 +0100)]
add words

15 years agoMerge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim
martin f. krafft [Sun, 1 Mar 2009 17:36:51 +0000 (18:36 +0100)]
Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim

15 years agodisable supertab by default, enable it only for mail
martin f. krafft [Tue, 10 Feb 2009 12:33:27 +0000 (13:33 +0100)]
disable supertab by default, enable it only for mail

15 years agoMerge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim
martin f. krafft [Tue, 9 Dec 2008 13:51:06 +0000 (14:51 +0100)]
Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim