]> 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
10 years agoMerge add option to set initial foldlevel
Ben Williams [Thu, 26 Sep 2013 18:10:11 +0000 (14:10 -0400)]
Merge add option to set initial foldlevel

10 years agoMerge branch 'mappings' of https://github.com/cirosantilli/vim-markdown into cirosant...
Ben Williams [Wed, 25 Sep 2013 13:49:20 +0000 (09:49 -0400)]
Merge branch 'mappings' of https://github.com/cirosantilli/vim-markdown into cirosantilli-mappings

10 years agoMerge pull request #36 from colinsullivan/master
Ben Williams [Thu, 19 Sep 2013 14:37:53 +0000 (07:37 -0700)]
Merge pull request #36 from colinsullivan/master

Automatically insert bullets when return is pressed in insert mode.

11 years agoChanged to `set`s to `setlocal`s to only affect markdown files
Colin Sullivan [Mon, 20 May 2013 18:28:21 +0000 (11:28 -0700)]
Changed to `set`s to `setlocal`s to only affect markdown files

11 years agoNow handles various markdown bullet types properly.
Colin Sullivan [Sat, 18 May 2013 06:22:15 +0000 (23:22 -0700)]
Now handles various markdown bullet types properly.

11 years agoAdd option to set initial foldlevel
James Blanding [Thu, 2 May 2013 17:36:31 +0000 (13:36 -0400)]
Add option to set initial foldlevel

11 years agoupdated readme 2
Ciro Duran Santillli [Thu, 25 Apr 2013 14:35:36 +0000 (16:35 +0200)]
updated readme 2

11 years agoupdated readme
Ciro Duran Santillli [Thu, 25 Apr 2013 14:34:20 +0000 (16:34 +0200)]
updated readme

11 years agoworking on visual mode, slight behavior change to make jumps more logical
Ciro Duran Santillli [Thu, 25 Apr 2013 14:24:53 +0000 (16:24 +0200)]
working on visual mode, slight behavior change to make jumps more logical

11 years agoadded mappings list to readme
Ciro Duran Santillli [Wed, 24 Apr 2013 15:46:07 +0000 (17:46 +0200)]
added mappings list to readme

11 years agoadded header navigation mappings
Ciro Duran Santillli [Wed, 24 Apr 2013 15:40:04 +0000 (17:40 +0200)]
added header navigation mappings

11 years agoAutomatically insert bullets on return.
Colin Sullivan [Mon, 22 Apr 2013 23:06:51 +0000 (16:06 -0700)]
Automatically insert bullets on return.

11 years agoMerge pull request #34 from jhoepken/master
Ben Williams [Wed, 20 Mar 2013 15:35:20 +0000 (08:35 -0700)]
Merge pull request #34 from jhoepken/master

Add footnote support

11 years agoMerge pull request #32 from mutewinter/folding_option
Ben Williams [Wed, 20 Mar 2013 15:35:05 +0000 (08:35 -0700)]
Merge pull request #32 from mutewinter/folding_option

Added Option to Disable Folding

11 years agoResolve merge conflict
Jens Hoepken [Tue, 19 Mar 2013 12:58:38 +0000 (13:58 +0100)]
Resolve merge conflict

11 years agoAdd footnote support
Jens Hoepken [Tue, 19 Mar 2013 12:48:51 +0000 (13:48 +0100)]
Add footnote support

11 years agoAdded option to disable folding
Jeremy Mack [Sat, 15 Dec 2012 15:57:28 +0000 (10:57 -0500)]
Added option to disable folding

Also updated the readme with information about the command.

11 years agoMerge branch 'master' of github.com:plasticboy/vim-markdown
Ben Williams [Tue, 20 Nov 2012 15:39:33 +0000 (10:39 -0500)]
Merge branch 'master' of github.com:plasticboy/vim-markdown

Conflicts:
README.md

11 years agoAdd some installation instructions and a license.
Ben Williams [Tue, 20 Nov 2012 15:30:21 +0000 (10:30 -0500)]
Add some installation instructions and a license.

11 years agoAdd some installation instructions and a license.
Ben Williams [Tue, 20 Nov 2012 15:30:21 +0000 (10:30 -0500)]
Add some installation instructions and a license.

11 years agoCloses #21.
Ben Williams [Fri, 16 Nov 2012 20:33:49 +0000 (15:33 -0500)]
Closes #21.

11 years agoAdd support for openssl.vim filetypes. Closes #16.
Ben Williams [Fri, 16 Nov 2012 20:26:45 +0000 (15:26 -0500)]
Add support for openssl.vim filetypes. Closes #16.

11 years agoFix issue #15. Reference-style links no longer bleed over onto other lines.
Ben Williams [Fri, 16 Nov 2012 20:22:38 +0000 (15:22 -0500)]
Fix issue #15. Reference-style links no longer bleed over onto other lines.

11 years agoAnother take on strong and emphasis that tries to implement Github flavored markdown...
Ben Williams [Fri, 16 Nov 2012 19:43:37 +0000 (14:43 -0500)]
Another take on strong and emphasis that tries to implement Github flavored markdown ignoring of multiple underscores in a word.

11 years agoFix underscores for horizontal rules.
Ben Williams [Fri, 16 Nov 2012 18:53:13 +0000 (13:53 -0500)]
Fix underscores for horizontal rules.

11 years agoSwitch to strong and em implementation based on Tim Pope's.
Ben Williams [Fri, 16 Nov 2012 18:50:15 +0000 (13:50 -0500)]
Switch to strong and em implementation based on Tim Pope's.

Seems to fix some problems with mine. Changed so *'s and _'s inside words don't
start emphasis, which is not canonical but everyone seems to like better.

11 years agoReorder groups so horizontal rules work and don't get preempted by list items.
Ben Williams [Fri, 16 Nov 2012 18:20:50 +0000 (13:20 -0500)]
Reorder groups so horizontal rules work and don't get preempted by list items.

11 years agoSupport a double-backspace in a backtic code span.
Ben Williams [Fri, 16 Nov 2012 16:55:23 +0000 (11:55 -0500)]
Support a double-backspace in a backtic code span.

11 years agoMake links work at the beginning of a line.
Ben Williams [Fri, 16 Nov 2012 16:18:50 +0000 (11:18 -0500)]
Make links work at the beginning of a line.

11 years agoGet rid of that "fold any preamble" thing since it folds the whole file by default.
Ben Williams [Thu, 15 Nov 2012 21:02:26 +0000 (16:02 -0500)]
Get rid of that "fold any preamble" thing since it folds the whole file by default.

11 years agoSwitch to expression-based folding.
Ben Williams [Thu, 15 Nov 2012 20:48:44 +0000 (15:48 -0500)]
Switch to expression-based folding.

Syntax-based folding was way too slow in very large Markdown files. Add
a new file after/ftplugin/mkd.vim with a foldexpr function to determine
folds. The function is based on Steve Losh's gist at
https://gist.github.com/1038710

11 years agoMerge remote-tracking branch 'remotes/FarMcKon/master'
Ben Williams [Thu, 15 Nov 2012 20:33:50 +0000 (15:33 -0500)]
Merge remote-tracking branch 'remotes/FarMcKon/master'

11 years agoMerge branch 'master' of https://github.com/mattnworb/vim-markdown
Ben Williams [Thu, 15 Nov 2012 20:18:26 +0000 (15:18 -0500)]
Merge branch 'master' of https://github.com/mattnworb/vim-markdown

11 years agoMerge footnote highlight from eunchan.
Ben Williams [Thu, 15 Nov 2012 19:42:13 +0000 (14:42 -0500)]
Merge footnote highlight from eunchan.

11 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

11 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

11 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 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 agoallow link escape
Martin Olsen [Fri, 23 Sep 2011 20:57:30 +0000 (23:57 +0300)]
allow link escape

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

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

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