]> 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
8 years agoAdd tests for preamble fold of python-mode style #213
Hiroshi Shirosaki [Mon, 14 Dec 2015 01:46:13 +0000 (10:46 +0900)]
Add tests for preamble fold of python-mode style #213

8 years agoAdd tests for fold text of python-mode style #213
Hiroshi Shirosaki [Mon, 14 Dec 2015 00:49:13 +0000 (09:49 +0900)]
Add tests for fold text of python-mode style #213

8 years agoMerge pull request #213 from wlonk/python-like
Hiroshi Shirosaki [Mon, 14 Dec 2015 00:47:02 +0000 (09:47 +0900)]
Merge pull request #213 from wlonk/python-like

Add support for python-mode style folding

8 years agoAdd support for python-mode style folding
Kit La Touche [Tue, 12 May 2015 17:17:15 +0000 (11:17 -0600)]
Add support for python-mode style folding

As a python-mode user in my day-to-day work, I would like the folding
styles of vim-markdown and python-mode to match, so that there's less
cognitive overhead in switching between my two most frequently-used
contexts.

To this end, I've made a distinct set of folding logic, keyed off of the
g:vim_markdown_folding_style_pythonic variable, so that using this style
is opt-in.

8 years agoMerge pull request #235 from jirislaby/patch-1
Hiroshi Shirosaki [Wed, 9 Dec 2015 06:47:02 +0000 (15:47 +0900)]
Merge pull request #235 from jirislaby/patch-1

Makefile: support DESTDIR

8 years agoFix directory on travis with TEST=latest
Hiroshi Shirosaki [Wed, 9 Dec 2015 06:18:52 +0000 (15:18 +0900)]
Fix directory on travis with TEST=latest

Fix #143

8 years agoAdd make rule to update dependencies
Hiroshi Shirosaki [Wed, 9 Dec 2015 05:59:33 +0000 (14:59 +0900)]
Add make rule to update dependencies

8 years agoFix travis script to work with make test
Hiroshi Shirosaki [Wed, 9 Dec 2015 05:57:49 +0000 (14:57 +0900)]
Fix travis script to work with make test

Fix #143

8 years agoAdd support for "make test", automatically installing deps
Daniel Hahler [Mon, 17 Nov 2014 13:11:43 +0000 (14:11 +0100)]
Add support for "make test", automatically installing deps

8 years agoMove test/folding.md to test/folding.vader
Hiroshi Shirosaki [Tue, 8 Dec 2015 06:36:34 +0000 (15:36 +0900)]
Move test/folding.md to test/folding.vader

Fix #73

8 years agoLines which start with '-' are needed in foldexpr
Hiroshi Shirosaki [Tue, 8 Dec 2015 05:05:43 +0000 (14:05 +0900)]
Lines which start with '-' are needed in foldexpr

8 years agoadd test file for folding
todesking [Fri, 11 Apr 2014 16:57:42 +0000 (01:57 +0900)]
add test file for folding

8 years agoFoldmethod: more performance
todesking [Mon, 7 Apr 2014 16:06:33 +0000 (01:06 +0900)]
Foldmethod: more performance

8 years agoFoldmethod: improve performance
todesking [Mon, 7 Apr 2014 16:02:51 +0000 (01:02 +0900)]
Foldmethod: improve performance

8 years agoFoldmethod: ignore title-like lines in code block
todesking [Mon, 7 Apr 2014 15:58:30 +0000 (00:58 +0900)]
Foldmethod: ignore title-like lines in code block

8 years agoMakefile: support DESTDIR
Jiri Slaby [Tue, 1 Dec 2015 09:58:00 +0000 (10:58 +0100)]
Makefile: support DESTDIR

DESTDIR is set by distributors when packaging. So to be
able to use make install there, put DESTDIR in from of
PREFIX.

8 years agoFix indent with syntax off
Hiroshi Shirosaki [Mon, 16 Nov 2015 06:43:39 +0000 (15:43 +0900)]
Fix indent with syntax off

Move indent related settings from syntax to index.
Fix #126

8 years agoMerge pull request #230 from cirosantilli/ft-markdown
Ciro Santilli 六四事件 法轮功 包卓轩 [Wed, 4 Nov 2015 13:55:36 +0000 (14:55 +0100)]
Merge pull request #230 from cirosantilli/ft-markdown

Use just markdown as filetype.

8 years agoUse just markdown as filetype.
Ciro Santilli [Tue, 6 Oct 2015 11:26:05 +0000 (13:26 +0200)]
Use just markdown as filetype.

. for multiple filetypes does not work with autocmd.

There seems to be no known workaround:
http://vi.stackexchange.com/questions/4893

This is a breaking change as it would break user scripts
who used autocmd, but we have already broken them
with this compound filetype, so let's just finish the job.

Semi-reverses: https://github.com/plasticboy/vim-markdown/pull/217

8 years agoMerge pull request #229 from yunake/master
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Tue, 6 Oct 2015 11:38:04 +0000 (13:38 +0200)]
Merge pull request #229 from yunake/master

Add the indent part of the plugin to the registry

8 years agoadd new indent part of the plugin to the registry
Eugene Yunak [Sun, 4 Oct 2015 00:22:10 +0000 (03:22 +0300)]
add new indent part of the plugin to the registry

8 years agoMerge pull request #221 from yuex/feature/mkd2markdown
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Wed, 9 Sep 2015 12:59:07 +0000 (14:59 +0200)]
Merge pull request #221 from yuex/feature/mkd2markdown

swap mkd to markdown

8 years agoswap out mkd, successfully...
Yue Xin [Sun, 16 Aug 2015 11:50:10 +0000 (19:50 +0800)]
swap out mkd, successfully...

Signed-off-by: yuexin <yuecn41@gmail.com>
8 years agoMerge pull request #217 from hori-ryota/feature/fixed-filetype
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Sun, 16 Aug 2015 09:54:35 +0000 (11:54 +0200)]
Merge pull request #217 from hori-ryota/feature/fixed-filetype

Use compound filetype for plugins using "markdown"

8 years agoUse compound filetype for plugins using "markdown" filetype
hori-ryota [Wed, 17 Jun 2015 06:42:54 +0000 (15:42 +0900)]
Use compound filetype for plugins using "markdown" filetype

9 years agoMerge pull request #191 from sruggier/master
Ciro Santilli 六四事件 法轮功 [Sun, 24 May 2015 21:56:32 +0000 (23:56 +0200)]
Merge pull request #191 from sruggier/master

README.md: add a section about issue reporting

9 years agoCONTRIBUTING.md: add a section about issue reporting
Simon Ruggier [Sun, 24 May 2015 21:37:22 +0000 (17:37 -0400)]
CONTRIBUTING.md: add a section about issue reporting

9 years agoMerge pull request #211 from starcraftman/latest_vim
Ciro Santilli 六四事件 法轮功 [Fri, 15 May 2015 07:06:47 +0000 (09:06 +0200)]
Merge pull request #211 from starcraftman/latest_vim

Build latest vim quickly from git mirror.

9 years agoBuild latest vim quickly from git mirror
Jeremy Pallats/starcraft.man [Mon, 11 May 2015 12:21:51 +0000 (08:21 -0400)]
Build latest vim quickly from git mirror

* Executes test against travis package vim & latest 7.4.x
* Fixes #201

9 years agoMerge pull request #209 from sim590/version-aware-netrw-browsex-call
Ciro Santilli 六四事件 法轮功 [Tue, 5 May 2015 08:40:39 +0000 (10:40 +0200)]
Merge pull request #209 from sim590/version-aware-netrw-browsex-call

Version aware netrw browseX call

9 years agoadding VersionAwareNetrwBrowseX() function for doing right call to netrw browsex
Simon Désaulniers [Mon, 4 May 2015 22:05:41 +0000 (18:05 -0400)]
adding VersionAwareNetrwBrowseX() function for doing right call to netrw browsex

9 years agoMerge pull request #208 from cirosantilli/typo-plugging
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:28:27 +0000 (16:28 +0200)]
Merge pull request #208 from cirosantilli/typo-plugging

Fix typo plugging

9 years agoFix typo plugging
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:28:03 +0000 (16:28 +0200)]
Fix typo plugging

9 years agoMerge pull request #205 from cirosantilli/readme-gx
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:25:43 +0000 (16:25 +0200)]
Merge pull request #205 from cirosantilli/readme-gx

Document <Plug>Markdown_OpenUrlUnderCursor

9 years agoMerge pull request #193 from cirosantilli/toc
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:24:39 +0000 (16:24 +0200)]
Merge pull request #193 from cirosantilli/toc

Add TOC to README

9 years agoMerge pull request #207 from cirosantilli/not-hasmapto
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:22:48 +0000 (16:22 +0200)]
Merge pull request #207 from cirosantilli/not-hasmapto

Allow users to disable individual maps with hasmapto checks

9 years agoAllow users to disable individual maps with hasmapto checks
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:14:30 +0000 (16:14 +0200)]
Allow users to disable individual maps with hasmapto checks

9 years agoDocument <Plug>Markdown_OpenUrlUnderCursor
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 13:35:20 +0000 (15:35 +0200)]
Document <Plug>Markdown_OpenUrlUnderCursor

9 years agoMerge pull request #199 from KazuakiM/master
Hiroshi Shirosaki [Fri, 24 Apr 2015 06:06:24 +0000 (15:06 +0900)]
Merge pull request #199 from KazuakiM/master

Update Markdown_GetUrlForPosition function b: to s:

9 years agoUpdate Markdown_GetUrlForPosition function b: to s:
KazuakiM [Thu, 23 Apr 2015 14:21:11 +0000 (23:21 +0900)]
Update Markdown_GetUrlForPosition function b: to s:

9 years agoAdd TOC to README
Ciro Santilli 六四事件 法轮功 [Fri, 17 Apr 2015 08:12:34 +0000 (10:12 +0200)]
Add TOC to README

9 years agoMerge pull request #184 from cirosantilli/ftplugin-style
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 11:59:22 +0000 (13:59 +0200)]
Merge pull request #184 from cirosantilli/ftplugin-style

Improve style of ftplugin/mkd.vim

9 years agoImprove style of ftplugin/mkd.vim
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 11:56:12 +0000 (13:56 +0200)]
Improve style of ftplugin/mkd.vim

- remove Markdown_ prefix from s: functions
- always add one empty line between commands and methods

9 years agoMerge pull request #185 from cirosantilli/rm-parenthesis-from-plug
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 09:23:02 +0000 (11:23 +0200)]
Merge pull request #185 from cirosantilli/rm-parenthesis-from-plug

Remove parenthesis from <Plug> maps

9 years agoRemove parenthesis from <Plug> maps
Ciro Santilli [Thu, 16 Apr 2015 09:09:58 +0000 (11:09 +0200)]
Remove parenthesis from <Plug> maps

9 years agoMerge pull request #183 from cirosantilli/gx
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 08:44:24 +0000 (10:44 +0200)]
Merge pull request #183 from cirosantilli/gx

gx works from anywhere inside Markdown links

9 years agogx works from anywhere inside Markdown links.
Ciro Santilli [Mon, 23 Feb 2015 07:05:46 +0000 (08:05 +0100)]
gx works from anywhere inside Markdown links.

Fix #99.

9 years agoMerge pull request #177 from cirosantilli/readme-h1
Ciro Santilli [Sat, 14 Mar 2015 09:12:55 +0000 (10:12 +0100)]
Merge pull request #177 from cirosantilli/readme-h1

Change the README h1 to "Vim Markdown"

9 years agoMerge pull request #178 from cirosantilli/readme-format
Ciro Santilli [Sat, 14 Mar 2015 09:12:08 +0000 (10:12 +0100)]
Merge pull request #178 from cirosantilli/readme-format

Improve README formatting

9 years agoMerge pull request #179 from cirosantilli/toc-nomodifiable-test2
Ciro Santilli [Sat, 21 Feb 2015 14:52:02 +0000 (15:52 +0100)]
Merge pull request #179 from cirosantilli/toc-nomodifiable-test2

Add test for Toc nomodifiable #170

9 years agoAdd test for Toc nomodifiable #170
Ciro Santilli [Sat, 21 Feb 2015 10:22:22 +0000 (11:22 +0100)]
Add test for Toc nomodifiable #170

9 years agoChange the README h1 to "Vim Markdown"
Ciro Santilli [Sat, 21 Feb 2015 10:47:02 +0000 (11:47 +0100)]
Change the README h1 to "Vim Markdown"

9 years agoImprove README formatting
Ciro Santilli [Sat, 21 Feb 2015 10:45:50 +0000 (11:45 +0100)]
Improve README formatting

9 years agoMerge pull request #168 from cirosantilli/rm-smartindent
Ciro Santilli [Sat, 21 Feb 2015 10:31:02 +0000 (11:31 +0100)]
Merge pull request #168 from cirosantilli/rm-smartindent

Remove nosmartindent: indentexpr overrules it.

9 years agoMerge pull request #170 from sim590/fix-toc-nomodifiable
Ciro Santilli [Sat, 21 Feb 2015 10:24:22 +0000 (11:24 +0100)]
Merge pull request #170 from sim590/fix-toc-nomodifiable

Prevent setting other buffers to nomodifiable.

Fix #169

9 years agoprevent setting other buffers to nomodifiable
Simon Désaulniers [Mon, 2 Feb 2015 08:06:23 +0000 (03:06 -0500)]
prevent setting other buffers to nomodifiable

9 years agoRemove nosmartindent: indentexpr overrules it.
Ciro Santilli [Sun, 25 Jan 2015 22:38:57 +0000 (23:38 +0100)]
Remove nosmartindent: indentexpr overrules it.

9 years agoMerge pull request #158 from nybblr/nybblr/add-tilde-code-blocks
Ciro Santilli [Fri, 2 Jan 2015 21:26:47 +0000 (22:26 +0100)]
Merge pull request #158 from nybblr/nybblr/add-tilde-code-blocks

Add tilde-fenced code blocks.

9 years agoAdd tilde-fenced code blocks.
Jonathan Martin [Fri, 2 Jan 2015 21:14:06 +0000 (16:14 -0500)]
Add tilde-fenced code blocks.

9 years agoMerge pull request #151 from cirosantilli/use-default-foldelvel-mechanism
Ciro Santilli [Sun, 21 Dec 2014 09:38:06 +0000 (10:38 +0100)]
Merge pull request #151 from cirosantilli/use-default-foldelvel-mechanism

Remove automatic setting of foldlevel

9 years agoRemove automatic setting of foldlevel
Ciro Santilli [Sun, 7 Dec 2014 18:52:06 +0000 (19:52 +0100)]
Remove automatic setting of foldlevel

Vim already has a well known way of dealing with this:
let's not create another configuration which only raises
the entry barrier.

9 years agoMerge pull request #150 from cirosantilli/undo-nore
Ciro Santilli [Sun, 7 Dec 2014 17:52:29 +0000 (18:52 +0100)]
Merge pull request #150 from cirosantilli/undo-nore

Undo noremap, add header map tests

9 years agoUndo noremap, add header map tests
Ciro Santilli [Sun, 7 Dec 2014 17:44:59 +0000 (18:44 +0100)]
Undo noremap, add header map tests

Reverts #141 which @cirosantilli wrongfully merged.

Add regression tests that would have prevented that.

Correction pointed out by @shanesmith at #147.

9 years agoMerge pull request #141 from blueyed/use-noremap
Ciro Santilli [Fri, 21 Nov 2014 08:25:04 +0000 (00:25 -0800)]
Merge pull request #141 from blueyed/use-noremap

Use `noremap` for mappings

9 years agoUse `noremap` for mappings
Daniel Hahler [Sun, 16 Nov 2014 17:27:10 +0000 (18:27 +0100)]
Use `noremap` for mappings

9 years agoMerge pull request #135 from cirosantilli/paren2
Ciro Santilli [Mon, 6 Oct 2014 10:34:54 +0000 (12:34 +0200)]
Merge pull request #135 from cirosantilli/paren2

Fix () [] were rendered as links when not in link 2

9 years agoFix () [] were rendered as links when not in link
Ciro Santilli [Mon, 6 Oct 2014 10:27:28 +0000 (12:27 +0200)]
Fix () [] were rendered as links when not in link

9 years agoMerge pull request #121 from cirosantilli/autolink
Ciro Santilli [Mon, 6 Oct 2014 10:05:22 +0000 (12:05 +0200)]
Merge pull request #121 from cirosantilli/autolink

Highlight angle braced hyperlinks.

9 years agoMerge pull request #132 from cirosantilli/update-syn-header
Ciro Santilli [Mon, 6 Oct 2014 10:03:23 +0000 (12:03 +0200)]
Merge pull request #132 from cirosantilli/update-syn-header

Remove outdated fields from syntax header.

9 years agoMerge pull request #133 from cirosantilli/better-bold-italic-test
Ciro Santilli [Mon, 6 Oct 2014 10:02:52 +0000 (12:02 +0200)]
Merge pull request #133 from cirosantilli/better-bold-italic-test

Improve bold and italic tests.

9 years agoMerge pull request #134 from cirosantilli/readme-uniform-codeblocks
Ciro Santilli [Mon, 6 Oct 2014 10:02:20 +0000 (12:02 +0200)]
Merge pull request #134 from cirosantilli/readme-uniform-codeblocks

Use a single code block style on README.

9 years agoMerge pull request #131 from bjpbakker/master
Ciro Santilli [Fri, 3 Oct 2014 20:48:40 +0000 (22:48 +0200)]
Merge pull request #131 from bjpbakker/master

Respect global fold config

9 years agoRespect Vim's global fold config
Bart Bakker [Fri, 3 Oct 2014 14:44:34 +0000 (16:44 +0200)]
Respect Vim's global fold config

Deleted overriding global fold configuration for markdown buffers and
improved README on purpose of vim_markdown_folding_disabled.

9 years agoHighlight angle braced hyperlinks.
Ciro Santilli [Fri, 5 Sep 2014 23:17:14 +0000 (01:17 +0200)]
Highlight angle braced hyperlinks.

Also fix autolinks without angle braces which
were not being highlighted on top level.

9 years agoUse a single code block style on README.
Ciro Santilli [Mon, 29 Sep 2014 08:42:58 +0000 (10:42 +0200)]
Use a single code block style on README.

9 years agoMerge pull request #124 from cirosantilli/front
Ciro Santilli [Mon, 29 Sep 2014 08:43:27 +0000 (10:43 +0200)]
Merge pull request #124 from cirosantilli/front

Support YAML frontmatter headers v2.

9 years agoPatch YAML frontmatter pull request.
Ciro Santilli [Sun, 7 Sep 2014 15:17:09 +0000 (17:17 +0200)]
Patch YAML frontmatter pull request.

9 years agoSupport YAML headers
Ivo Jimenez [Wed, 12 Feb 2014 18:42:55 +0000 (10:42 -0800)]
Support YAML headers

9 years agoImprove bold and italic tests.
Ciro Santilli [Mon, 29 Sep 2014 08:00:08 +0000 (10:00 +0200)]
Improve bold and italic tests.

9 years agoMerge pull request #125 from cirosantilli/remove-useless-line
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.

9 years agoRemove outdated fields from syntax header.
Ciro Santilli [Mon, 29 Sep 2014 07:40:35 +0000 (09:40 +0200)]
Remove outdated fields from syntax header.

9 years agoMerge pull request #123 from cirosantilli/math
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.

9 years agoAdd LateX $ and $$ math support.
Ciro Santilli [Sat, 6 Sep 2014 14:02:30 +0000 (16:02 +0200)]
Add LateX $ and $$ math support.

9 years agoMerge pull request #122 from cirosantilli/paren
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.

9 years agoFix () [] 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.

9 years agoMerge pull request #128 from cirosantilli/unit-test
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.

9 years agoAdd unit tests and travis support.
Ciro Santilli [Sun, 7 Sep 2014 15:54:58 +0000 (17:54 +0200)]
Add unit tests and travis support.

9 years agoRemove useless line in toc function.
Ciro Santilli [Sun, 7 Sep 2014 16:02:22 +0000 (18:02 +0200)]
Remove useless line in toc function.

9 years agoMerge pull request #103 from fmoralesc/patch-1
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.

9 years agoMerge pull request #117 from roggan87/master
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

9 years agoAutomatically 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.

9 years agoFix indent after list items
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

9 years agoUse getloclist() for location list of :Toc
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

9 years agoMerge pull request #110 from cirosantilli/fix-header-increase
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.

9 years agoFix header increase and decrease.
Ciro Santilli [Fri, 25 Jul 2014 11:15:17 +0000 (13:15 +0200)]
Fix header increase and decrease.

9 years agoMerge pull request #108 from cirosantilli/lopen
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.

9 years agoUse 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.

9 years agoMerge pull request #107 from cirosantilli/list-setex-mix
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.

9 years agoFix toc consfuses hyphen list with Setex header.
Ciro Santilli [Tue, 8 Jul 2014 08:36:13 +0000 (10:36 +0200)]
Fix toc consfuses hyphen list with Setex header.

Fix #100.

9 years agoMerge pull request #84 from cirosantilli/setex-tests
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.