]>
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:
Hiroshi Shirosaki [Wed, 18 Jun 2014 13:21:06 +0000 (22:21 +0900)]
Merge pull request #94 from bruno-/buffer_local_mappings
Make the default mappings 'buffer local'
Bruno Sutic [Wed, 18 Jun 2014 10:35:38 +0000 (12:35 +0200)]
Make the default mappings buffer local
If mappings aren't defined as 'buffer local', they are defined in other
files too and this causes conflicts with mappings there.
Ciro Santilli [Tue, 17 Jun 2014 12:12:42 +0000 (14:12 +0200)]
Merge pull request #92 from y0t4/fix_if_folding_disabled_is_0
Fix folding bug if folding disabled option is 0
Yosuke OTA [Tue, 17 Jun 2014 11:35:15 +0000 (20:35 +0900)]
Use get() instead of exists() in ftplugin/mkd.vim
Yosuke OTA [Mon, 16 Jun 2014 19:06:42 +0000 (04:06 +0900)]
Fix folding bug if folding disabled option is 0
Ciro Santilli [Mon, 16 Jun 2014 08:40:07 +0000 (10:40 +0200)]
Merge pull request #83 from cirosantilli/no-space-before-header
Don't allow spaces before headers in nav mappings.
Breaks too often when you have code blocks with comments that start with #.
Ciro Santilli [Tue, 3 Jun 2014 15:19:52 +0000 (17:19 +0200)]
Merge patched pull request #80 from fmoralesc:patch-1
Ciro Santilli [Tue, 3 Jun 2014 15:07:09 +0000 (17:07 +0200)]
Correct minor points in last pull request.
Felipe Morales [Mon, 2 Jun 2014 19:00:27 +0000 (15:00 -0400)]
Add support for setext headers to the TOC commands.
Ciro Santilli [Mon, 2 Jun 2014 07:40:50 +0000 (09:40 +0200)]
Don't allow spaces before headers in nav mappings.
It breaks too often when you have code blocks with comments that
start with `#`, and no one uses spaces before headers.
Ciro Santilli [Tue, 6 May 2014 07:41:43 +0000 (09:41 +0200)]
Merge pull request #75 from cirosantilli/style
Add preferred style guide to CONTRIBUTING.
Hiroshi Shirosaki [Fri, 2 May 2014 01:39:33 +0000 (10:39 +0900)]
Fix errors of function name with Patch 7.4.260
The following error occurs with Vim 7.4.260.
E128: Function name must start with a capital or "s:"
Rename function names to `s:Markdown_`.
Fixes #79
Ciro Santilli [Wed, 23 Apr 2014 12:47:46 +0000 (14:47 +0200)]
Merge pull request #76 from cirosantilli/master
Typos in CONTRIBUTING.
Ciro Santilli [Wed, 23 Apr 2014 12:45:32 +0000 (14:45 +0200)]
Typos in CONTRIBUTING.
Ciro Santilli [Wed, 23 Apr 2014 12:32:26 +0000 (14:32 +0200)]
Add preferred style guide to CONTRIBUTING.
Ciro Santilli [Wed, 23 Apr 2014 12:22:45 +0000 (14:22 +0200)]
Merge pull request #70 from beyondwdq/master
Disable automatically inserting bullets when auto-wrapping.
Danqi Wang [Wed, 26 Mar 2014 02:36:00 +0000 (10:36 +0800)]
Better support for bullet insertion and auto indentation in list items.
1. Added setlocal formatoptions-=c to disable automatically inserting bullets when auto-wrapping with textwidth.
2. Added indent/mkd.vim to support auto indent in list.
Hiroshi Shirosaki [Mon, 7 Apr 2014 23:49:34 +0000 (08:49 +0900)]
Rename g:markdown_no_default_key_mappings
Every non local identifier must start with g:vim_markdown_ from
CONTRIBUTING.md.
Ciro Santilli [Mon, 7 Apr 2014 05:57:25 +0000 (07:57 +0200)]
Merge pull request #69 from cirosantilli/use-markdown-testsuite
Use https://github.com/karlcow/markdown-testsuite for the tests wherever possible.
Hiroshi Shirosaki [Thu, 3 Apr 2014 04:30:06 +0000 (13:30 +0900)]
Merge branch 'mapping'
Conflicts:
ftplugin/mkd.vim
Ben Williams [Wed, 2 Apr 2014 14:21:25 +0000 (10:21 -0400)]
Merge pull request #71 from cirosantilli/toc
Add Toc commands.
haya14busa [Tue, 1 Apr 2014 13:14:08 +0000 (22:14 +0900)]
Update documents: mapping option & <Plug> mappings
haya14busa [Mon, 31 Mar 2014 06:19:57 +0000 (15:19 +0900)]
Add <Plug> mappings & option for default mappings
Ciro Santillli [Sat, 29 Mar 2014 20:59:19 +0000 (21:59 +0100)]
Add Toc commands.
Ciro Santillli [Mon, 24 Mar 2014 14:22:09 +0000 (15:22 +0100)]
Use karlcow/markdown-testsuite for the tests.
Hiroshi Shirosaki [Mon, 24 Mar 2014 00:08:13 +0000 (09:08 +0900)]
Merge pull request #68 from KyleChamberlin/readme
Fixed typo in README.md
Kyle Chamberlin [Sat, 22 Mar 2014 19:29:42 +0000 (15:29 -0400)]
Fixed typo in README.md
James Blanding [Fri, 28 Feb 2014 17:16:53 +0000 (12:16 -0500)]
Merge pull request #67 from xiaket/master
Indented fenced code blocks can now be correctly recognized.
夏恺(Xia Kai) [Fri, 21 Feb 2014 00:51:09 +0000 (08:51 +0800)]
added testcase for indented and fenced code block.
夏恺(Xia Kai) [Wed, 19 Feb 2014 06:18:29 +0000 (14:18 +0800)]
Indented fenced code blocks can now be correctly recognized.
James Blanding [Thu, 6 Feb 2014 20:36:44 +0000 (15:36 -0500)]
Merge pull request #55 from rhdunn/master
Add vim-addon-manager installation support
Reece H. Dunn [Thu, 6 Feb 2014 20:14:29 +0000 (20:14 +0000)]
README.md: add an installation guide when using vim-addon-manager
Reece H. Dunn [Wed, 18 Dec 2013 08:34:38 +0000 (08:34 +0000)]
Add a makefile and vim-addon-manager registry file.
Ciro Santilli [Thu, 6 Feb 2014 09:16:06 +0000 (10:16 +0100)]
Merge pull request #62 from cirosantilli/readme-add-credits-section
Created credits section, remove link to the outdated homepage.
James Blanding [Thu, 6 Feb 2014 05:16:54 +0000 (00:16 -0500)]
Merge pull request #61 from cirosantilli/readme-add-vundle-install
added vundle install to readme, updated pathogen url to github
Ciro Santilli [Wed, 5 Feb 2014 23:43:47 +0000 (00:43 +0100)]
Merge pull request #60 from cirosantilli/contributing-guidelines
Added contributing guidelines and started tests as required by them
Ciro Santillli [Sun, 19 Jan 2014 10:36:55 +0000 (11:36 +0100)]
Add contributing guidelines and started tests.
Ciro Santilli [Wed, 5 Feb 2014 22:58:11 +0000 (23:58 +0100)]
Merge pull request #65 from 97-109-107/master
issue #50 - No spell checking in paragraph text
Antoni Kaniowski [Wed, 5 Feb 2014 11:20:53 +0000 (12:20 +0100)]
removed an extra space
Antoni Kaniowski [Wed, 5 Feb 2014 11:03:18 +0000 (12:03 +0100)]
issue #50 - No spell checking in paragraph text
James Blanding [Wed, 29 Jan 2014 16:40:55 +0000 (08:40 -0800)]
Merge pull request #63 from monokrome/patch-1
Fix unletting non-existant b:current_syntax.
Brandon R. Stoner [Fri, 24 Jan 2014 01:27:48 +0000 (17:27 -0800)]
Fix unletting non-existant b:current_syntax.
Fixed an issue where `unlet b:current_syntax` occurs when recovering from a Session and b:current_syntax has not been set yet.
Ciro Santillli [Sun, 19 Jan 2014 10:56:55 +0000 (11:56 +0100)]
added vundle install to readme, updated pathogen url to github
Ciro Santillli [Sun, 19 Jan 2014 11:05:02 +0000 (12:05 +0100)]
created a credits section, removed link to the old homepage since it is too outdated
James Blanding [Sat, 14 Dec 2013 06:43:32 +0000 (22:43 -0800)]
Merge pull request #54 from shvechikov/master
mkdCode start (syntax name) could contain hyphen
Leonid Shvechikov [Sat, 14 Dec 2013 01:37:22 +0000 (08:37 +0700)]
mkdCode start (syntax name) could contain hyphen
E.g.:
```no-highlight
bla-bla
```
Ciro Santilli [Wed, 11 Dec 2013 08:08:36 +0000 (00:08 -0800)]
Merge pull request #52 from cirosantilli/mappings
Header navigation mappings work for Setext headers.
Its been a month, and it seems it caused no problems to anyone, so I'm merging. If it breaks anything, I'll fix it =)
Ciro Duran Santillli [Sat, 9 Nov 2013 13:18:18 +0000 (14:18 +0100)]
Header navigation mappings work for Setext headers.
Ciro Duran Santillli [Sat, 9 Nov 2013 10:35:34 +0000 (11:35 +0100)]
Merge branch 'master' of git://github.com/plasticboy/vim-markdown into mappings
Ciro Duran Santillli [Sat, 9 Nov 2013 10:35:05 +0000 (11:35 +0100)]
next, previous and current work for setext headers
Ben Williams [Tue, 1 Oct 2013 13:30:17 +0000 (09:30 -0400)]
Merge branch 'list_items' of https://github.com/shirosaki/vim-markdown into shirosaki-list_items
Ben Williams [Thu, 26 Sep 2013 18:10:11 +0000 (14:10 -0400)]
Merge add option to set initial foldlevel
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
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.
Hiroshi Shirosaki [Fri, 6 Sep 2013 00:04:29 +0000 (09:04 +0900)]
Work with bullet lists (-, +, etc)
Catch both numbered and unnumbered lists in a regexp pattern
Hiroshi Shirosaki [Mon, 3 Jun 2013 01:24:33 +0000 (10:24 +0900)]
Fix highlight of multiple paragraphs in list items
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
Colin Sullivan [Sat, 18 May 2013 06:22:15 +0000 (23:22 -0700)]
Now handles various markdown bullet types properly.
James Blanding [Thu, 2 May 2013 17:36:31 +0000 (13:36 -0400)]
Add option to set initial foldlevel
Ciro Duran Santillli [Thu, 25 Apr 2013 14:35:36 +0000 (16:35 +0200)]
updated readme 2
Ciro Duran Santillli [Thu, 25 Apr 2013 14:34:20 +0000 (16:34 +0200)]
updated readme
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
Ciro Duran Santillli [Wed, 24 Apr 2013 15:46:07 +0000 (17:46 +0200)]
added mappings list to readme
Ciro Duran Santillli [Wed, 24 Apr 2013 15:40:04 +0000 (17:40 +0200)]
added header navigation mappings
Colin Sullivan [Mon, 22 Apr 2013 23:06:51 +0000 (16:06 -0700)]
Automatically insert bullets on return.
Ben Williams [Wed, 20 Mar 2013 15:35:20 +0000 (08:35 -0700)]
Merge pull request #34 from jhoepken/master
Add footnote support
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
Jens Hoepken [Tue, 19 Mar 2013 12:58:38 +0000 (13:58 +0100)]
Resolve merge conflict
Jens Hoepken [Tue, 19 Mar 2013 12:48:51 +0000 (13:48 +0100)]
Add footnote support
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.
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
Ben Williams [Tue, 20 Nov 2012 15:30:21 +0000 (10:30 -0500)]
Add 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.
Ben Williams [Fri, 16 Nov 2012 20:33:49 +0000 (15:33 -0500)]
Closes #21.
Ben Williams [Fri, 16 Nov 2012 20:26:45 +0000 (15:26 -0500)]
Add support for openssl.vim filetypes. Closes #16.
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.
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.
Ben Williams [Fri, 16 Nov 2012 18:53:13 +0000 (13:53 -0500)]
Fix underscores for horizontal rules.
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.
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.
Ben Williams [Fri, 16 Nov 2012 16:55:23 +0000 (11:55 -0500)]
Support a double-backspace in a backtic code span.
Ben Williams [Fri, 16 Nov 2012 16:18:50 +0000 (11:18 -0500)]
Make links work at the beginning of a line.
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.
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
Ben Williams [Thu, 15 Nov 2012 20:33:50 +0000 (15:33 -0500)]
Merge remote-tracking branch 'remotes/FarMcKon/master'
Ben Williams [Thu, 15 Nov 2012 20:18:26 +0000 (15:18 -0500)]
Merge branch 'master' of https://github.com/mattnworb/vim-markdown
Ben Williams [Thu, 15 Nov 2012 19:42:13 +0000 (14:42 -0500)]
Merge footnote highlight from eunchan.
Far McKon [Mon, 12 Nov 2012 16:36:55 +0000 (11:36 -0500)]
added a 2 line README.md
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
Matt Brown [Tue, 28 Aug 2012 21:04:43 +0000 (17:04 -0400)]
allow whitespace between three backticks and language name
Ben Williams [Tue, 27 Mar 2012 14:57:14 +0000 (07:57 -0700)]
Merge pull request #22 from martinolsen/patch-1
allow link escape
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
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/
eunchan [Wed, 7 Mar 2012 02:57:44 +0000 (11:57 +0900)]
Footnotes extension syntax is added
eunchan [Wed, 7 Mar 2012 02:55:17 +0000 (11:55 +0900)]
Update syntax/mkd.vim
Martin Olsen [Fri, 23 Sep 2011 20:57:30 +0000 (23:57 +0300)]
allow link escape
Ben Williams [Mon, 21 Feb 2011 16:25:52 +0000 (11:25 -0500)]
Add more file types.
Ben Williams [Mon, 21 Feb 2011 16:02:57 +0000 (11:02 -0500)]
Create subdirs for ftdetect and syntax. Add ftdetect file.
Ben Williams [Mon, 21 Feb 2011 15:47:41 +0000 (10:47 -0500)]
Merge branch 'master' of git://github.com/cgraeser/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