]>
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:
Ciro Santilli [Mon, 29 Sep 2014 08:00:08 +0000 (10:00 +0200)]
Improve bold and italic tests.
Ciro Santilli [Mon, 29 Sep 2014 07:42:27 +0000 (09:42 +0200)]
Merge pull request #125 from cirosantilli/remove-useless-line
Remove useless line in Toc funciton.
Ciro Santilli [Mon, 29 Sep 2014 07:40:35 +0000 (09:40 +0200)]
Remove outdated fields from syntax header.
Ciro Santilli [Mon, 29 Sep 2014 07:35:58 +0000 (09:35 +0200)]
Merge pull request #123 from cirosantilli/math
Add LateX $ and $$ math support.
Ciro Santilli [Sat, 6 Sep 2014 14:02:30 +0000 (16:02 +0200)]
Add LateX $ and $$ math support.
Ciro Santilli [Sun, 28 Sep 2014 20:42:04 +0000 (22:42 +0200)]
Merge pull request #122 from cirosantilli/paren
Fix parenthesis () and square brackets [] that were rendered as links when not in link.
Ciro Santilli [Mon, 8 Sep 2014 09:45:08 +0000 (11:45 +0200)]
Fix () [] were rendered as links when not in link.
Ciro Santilli [Sun, 28 Sep 2014 19:32:39 +0000 (21:32 +0200)]
Merge pull request #128 from cirosantilli/unit-test
Add unit tests and travis support.
eistaa [Thu, 25 Sep 2014 09:35:24 +0000 (11:35 +0200)]
Remove markers before checking.
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.
eistaa [Sat, 20 Sep 2014 14:22:32 +0000 (16:22 +0200)]
Speedup on placing file markers.
eistaa [Fri, 19 Sep 2014 14:32:50 +0000 (16:32 +0200)]
Fixed options parseing when given empty strings.
eistaa [Thu, 18 Sep 2014 07:52:54 +0000 (09:52 +0200)]
Cleanup.
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.
Ciro Santilli [Sun, 7 Sep 2014 15:54:58 +0000 (17:54 +0200)]
Add unit tests and travis support.
eistaa [Tue, 16 Sep 2014 11:16:15 +0000 (13:16 +0200)]
Added option to not show quickfix window.
martin f. krafft [Mon, 8 Sep 2014 19:37:51 +0000 (21:37 +0200)]
write gitignore file
Hynek Schlawack [Mon, 8 Sep 2014 10:39:09 +0000 (12:39 +0200)]
Merge branch 'pr/34'
Fixes #25
Fixes #34
Hynek Schlawack [Mon, 8 Sep 2014 10:35:27 +0000 (12:35 +0200)]
Apply more polish
Hynek Schlawack [Mon, 8 Sep 2014 10:29:16 +0000 (12:29 +0200)]
Add more licensing stuff
Hynek Schlawack [Mon, 8 Sep 2014 10:23:05 +0000 (12:23 +0200)]
Polish the docs a bit
Ciro Santilli [Sun, 7 Sep 2014 16:02:22 +0000 (18:02 +0200)]
Remove useless line in toc function.
Ciro Santilli [Sun, 7 Sep 2014 16:01:43 +0000 (18:01 +0200)]
Merge pull request #103 from fmoralesc/patch-1
Toc: Pass errors if no atx headers are processed.
Bryan Bennett [Sat, 6 Sep 2014 19:01:42 +0000 (15:01 -0400)]
Revert back to using RST
Bryan Bennett [Fri, 5 Sep 2014 17:19:43 +0000 (13:19 -0400)]
Update AUTHORS.rst
Bryan Bennett [Fri, 5 Sep 2014 17:18:19 +0000 (13:18 -0400)]
RST -> MD and add references to other installers
Added info for installing via NeoBundle and Vundle.
Bryan Bennett [Fri, 5 Sep 2014 17:00:34 +0000 (13:00 -0400)]
Rename README.rst to README.md
Hiroshi Shirosaki [Thu, 4 Sep 2014 05:31:15 +0000 (14:31 +0900)]
Merge pull request #117 from roggan87/master
Automatically continue blockquote on line break
Robert Rosman [Mon, 1 Sep 2014 08:53:59 +0000 (10:53 +0200)]
Automatically continue blockquote on line break
This is accomplished by treating `>` as a comment marker.
deris0126 [Sat, 14 Jun 2014 08:47:13 +0000 (17:47 +0900)]
Fix indent after list items
1. Fix not only *+- but also \ matched
Need not escape inside [] because backslash codes do not work inside [].
So pattern [\*+-] match also \.
2. Fix not only list but also horizontal are indented
If only space and three '*' or '-' character are in the line,
this line means horizontal item.
If current line is below horizontal item, it need not to indent.
Following example is horizontal item.
---
***
- - -
* * *
And list item must be specified space after [*-+].
Following example is list item.
* foo
- bar
+ baz
But following example is not list item.
*foo
-bar
+baz
Add indent test file for above bugs.
Fix #90
Hiroshi Shirosaki [Mon, 1 Sep 2014 05:42:38 +0000 (14:42 +0900)]
Use getloclist() for location list of :Toc
:Toc causes errors because getqflist() returns empty for location
list.
Fix #108
Ciro Santilli [Sat, 30 Aug 2014 14:22:30 +0000 (16:22 +0200)]
Merge pull request #110 from cirosantilli/fix-header-increase
Fix header increase and decrease.
Ciro Santilli [Fri, 25 Jul 2014 11:15:17 +0000 (13:15 +0200)]
Fix header increase and decrease.
Ciro Santilli [Fri, 25 Jul 2014 09:53:10 +0000 (11:53 +0200)]
Merge pull request #108 from cirosantilli/lopen
Use location for :Toc list instead of quickfix.
Ciro Santilli [Tue, 8 Jul 2014 08:40:06 +0000 (10:40 +0200)]
Use location for :Toc list instead of quickfix.
Ciro Santilli [Fri, 25 Jul 2014 09:50:01 +0000 (11:50 +0200)]
Merge pull request #107 from cirosantilli/list-setex-mix
Fix toc consfuses hyphen list with Setex header.
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.
Jelte Fennema [Tue, 8 Jul 2014 14:16:11 +0000 (16:16 +0200)]
Fix indenting of strings between brackets
Add unit test
Add myself to authors
Ciro Santilli [Tue, 8 Jul 2014 08:36:13 +0000 (10:36 +0200)]
Fix toc consfuses hyphen list with Setex header.
Fix #100.
Ciro Santilli [Tue, 8 Jul 2014 06:53:19 +0000 (08:53 +0200)]
Merge pull request #84 from cirosantilli/setex-tests
Add Setex examples to the multiple headers test.
Ciro Santilli [Tue, 8 Jul 2014 06:52:52 +0000 (08:52 +0200)]
Merge pull request #89 from cirosantilli/table-format
Add TableFormat command.
Ciro Santilli [Tue, 10 Jun 2014 15:44:53 +0000 (17:44 +0200)]
Add TableFormat command.
Felipe Morales [Tue, 8 Jul 2014 02:20:22 +0000 (22:20 -0400)]
Toc: Pass errors if no atx headers are processed.
Fixes issue #102
Hynek Schlawack [Fri, 27 Jun 2014 09:55:45 +0000 (11:55 +0200)]
Merge pull request #26 from dantesun/master
set shiftwidth,tabstop and softtabstop to 4
Fixes #9 too.
Hiroshi Shirosaki [Fri, 20 Jun 2014 11:45:09 +0000 (20:45 +0900)]
Merge pull request #95 from cassava/patch-1
Changing Vundle "Bundle" references to "Plugin"
Ciro Santilli [Thu, 19 Jun 2014 08:58:18 +0000 (10:58 +0200)]
Merge pull request #88 from cirosantilli/change-header-level
Add commands to increase and decrease header levels.
Ciro Santilli [Thu, 5 Jun 2014 17:13:26 +0000 (19:13 +0200)]
Add HeaderDecrease, HeaderIncrease and SetexToAtx.
Ben Morgan [Wed, 18 Jun 2014 14:18:28 +0000 (16:18 +0200)]
Changing Vundle "Bundle" references to "Plugin"
Vundle is changing their interface from `Bundle*` to `Plugin*`.
See \ 1 https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396 for more information on this.
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 [Mon, 2 Jun 2014 15:47:21 +0000 (17:47 +0200)]
Add Setex examples to the multiple headers test.
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.
Dante Sun [Thu, 15 May 2014 10:58:01 +0000 (18:58 +0800)]
set shiftwidth,tabstop and softtabstop to 4
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
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
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.
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.
martin f. krafft [Mon, 7 Apr 2014 16:03:12 +0000 (18:03 +0200)]
remove notmuch plugin
martin f. krafft [Mon, 7 Apr 2014 16:02:12 +0000 (18:02 +0200)]
Migrate to new snipmate plugin
martin f. krafft [Mon, 7 Apr 2014 15:59:32 +0000 (17:59 +0200)]
check in mediawiki syntax/ftplugin from wikipedia
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.
Hynek Schlawack [Sun, 6 Apr 2014 12:28:27 +0000 (14:28 +0200)]
Merge pull request #24 from has2k1/fix-indent-eagerness
Refix issue #5 (Correct indent after end of block)
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.
Hassan Kibirige [Mon, 24 Mar 2014 09:34:40 +0000 (04:34 -0500)]
Fix test case introduced in last commit.
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
Hassan Kibirige [Sat, 22 Mar 2014 21:55:20 +0000 (16:55 -0500)]
Make fix work even with of preceeding empty lines.
Previous commit was not robust enough to catch the
same issue if there were empty lines between the
current line the previous block.
Kyle Chamberlin [Sat, 22 Mar 2014 19:29:42 +0000 (15:29 -0400)]
Fixed typo in README.md
Hassan Kibirige [Thu, 13 Mar 2014 09:50:20 +0000 (04:50 -0500)]
Refix issue #5 (Correct indent after end of block)
The implementation clean up reintroduced a more severe
version of the bug. Plus, the test was slightly deficient
to catch the regression.
Problem
-------
Given two adjacent blocks where the 2nd block has
an equal or smaller indentation level compared to the 1st
block. If the 1st block does not end in a stop statement
it always sucks up the 2nd block.
This changes the meaning of code that already adheres to the
pep8 standard.
Solution
--------
Do not inherit indentation of the previous line if the current line
has less indentation but is valid.
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.