]> 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 pull request #68 from KyleChamberlin/readme
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

10 years agoMake fix work even with of preceeding empty lines.
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.

10 years agoFixed typo in README.md
Kyle Chamberlin [Sat, 22 Mar 2014 19:29:42 +0000 (15:29 -0400)]
Fixed typo in README.md

10 years agoRefix issue #5 (Correct indent after end of block)
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.

10 years agoMerge pull request #67 from xiaket/master
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.

10 years agoadded testcase for indented and fenced code block.
夏恺(Xia Kai) [Fri, 21 Feb 2014 00:51:09 +0000 (08:51 +0800)]
added testcase for indented and fenced code block.

10 years agoIndented fenced code blocks can now be correctly recognized.
夏恺(Xia Kai) [Wed, 19 Feb 2014 06:18:29 +0000 (14:18 +0800)]
Indented fenced code blocks can now be correctly recognized.

10 years agoMerge pull request #55 from rhdunn/master
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

10 years agoREADME.md: add an installation guide when using vim-addon-manager
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

10 years agoAdd a makefile and vim-addon-manager registry file.
Reece H. Dunn [Wed, 18 Dec 2013 08:34:38 +0000 (08:34 +0000)]
Add a makefile and vim-addon-manager registry file.

10 years agoMerge pull request #62 from cirosantilli/readme-add-credits-section
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.

10 years agoMerge pull request #61 from cirosantilli/readme-add-vundle-install
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

10 years agoMerge pull request #60 from cirosantilli/contributing-guidelines
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

10 years agoAdd contributing guidelines and started tests.
Ciro Santillli [Sun, 19 Jan 2014 10:36:55 +0000 (11:36 +0100)]
Add contributing guidelines and started tests.

10 years agoMerge pull request #65 from 97-109-107/master
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

10 years agoremoved an extra space
Antoni Kaniowski [Wed, 5 Feb 2014 11:20:53 +0000 (12:20 +0100)]
removed an extra space

10 years agoissue #50 - No spell checking in paragraph text
Antoni Kaniowski [Wed, 5 Feb 2014 11:03:18 +0000 (12:03 +0100)]
issue #50 - No spell checking in paragraph text

10 years agoMerge pull request #63 from monokrome/patch-1
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.

10 years agoFix 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.

10 years agoadded vundle install to readme, updated pathogen url to github
Ciro Santillli [Sun, 19 Jan 2014 10:56:55 +0000 (11:56 +0100)]
added vundle install to readme, updated pathogen url to github

10 years agocreated a credits section, removed link to the old homepage since it is too outdated
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

10 years agoMerge pull request #20 from kljohann/clean_up
Hynek Schlawack [Sun, 12 Jan 2014 12:53:44 +0000 (04:53 -0800)]
Merge pull request #20 from kljohann/clean_up

Clean up implementation

10 years agoprevent ':' from indenting inside unfinished string
Johann Klähn [Tue, 7 Jan 2014 16:28:46 +0000 (17:28 +0100)]
prevent ':' from indenting inside unfinished string

10 years agoprevent tests being shadowed by first line rule
Johann Klähn [Tue, 7 Jan 2014 16:53:17 +0000 (17:53 +0100)]
prevent tests being shadowed by first line rule

10 years agounindent 'else' after 'for' and 'try/except'
Johann Klähn [Fri, 3 Jan 2014 21:52:36 +0000 (22:52 +0100)]
unindent 'else' after 'for' and 'try/except'

10 years agofix regression for multiple parens of different types
Johann Klähn [Sun, 10 Nov 2013 08:03:50 +0000 (09:03 +0100)]
fix regression for multiple parens of different types

10 years agocorrectly indent after parens in control structures
Johann Klähn [Fri, 8 Nov 2013 19:53:33 +0000 (20:53 +0100)]
correctly indent after parens in control structures

fixes #7

10 years agoclean up implementation
Johann Klähn [Mon, 18 Mar 2013 21:38:15 +0000 (22:38 +0100)]
clean up implementation

10 years agoUnindent 'finally' after 'else' too
Hynek Schlawack [Fri, 3 Jan 2014 20:00:18 +0000 (21:00 +0100)]
Unindent 'finally' after 'else' too

10 years agoUn-indent for "else" after "for" and "try/except"
Hynek Schlawack [Fri, 3 Jan 2014 19:36:41 +0000 (20:36 +0100)]
Un-indent for "else" after "for" and "try/except"

Fixes #21

10 years agoMerge pull request #54 from shvechikov/master
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

10 years agomkdCode 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
```

10 years agoMerge pull request #52 from cirosantilli/mappings
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 =)

11 years agoprofiles update
martin f. krafft [Mon, 25 Nov 2013 13:29:48 +0000 (14:29 +0100)]
profiles update

11 years agoHeader navigation mappings work for Setext headers.
Ciro Duran Santillli [Sat, 9 Nov 2013 13:18:18 +0000 (14:18 +0100)]
Header navigation mappings work for Setext headers.

11 years agoMerge pull request #19 from kljohann/tests
Hynek Schlawack [Sat, 9 Nov 2013 15:08:57 +0000 (07:08 -0800)]
Merge pull request #19 from kljohann/tests

Run test cases for different sets of settings

While we care only about 4 spaces, running it with both may uncover subtle bugs.

11 years agorun test cases for different settings
Johann Klähn [Fri, 8 Nov 2013 19:52:17 +0000 (20:52 +0100)]
run test cases for different settings

11 years agoIndent correctly after lines with '#'s in strings
LeoMao [Sun, 21 Jul 2013 13:33:11 +0000 (21:33 +0800)]
Indent correctly after lines with '#'s in strings

Fixes #5.

11 years agoMerge branch 'master' of git://github.com/plasticboy/vim-markdown into mappings
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

11 years agonext, previous and current work for setext headers
Ciro Duran Santillli [Sat, 9 Nov 2013 10:35:05 +0000 (11:35 +0100)]
next, previous and current work for setext headers

11 years agoFix issue #5 (Correct indent after end of block)
has2k1 [Thu, 31 Oct 2013 10:17:16 +0000 (05:17 -0500)]
Fix issue #5 (Correct indent after end of block)

Problem
-------
Given two adjacent blocks where the 2nd block has
an equal or smaller indentation level compared to the 1st
block. If the blocks are not separated by an empty line,
the 2nd block will be placed (indented) inside the 1st
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.

11 years agoExpand Hassan's name
Hynek Schlawack [Tue, 29 Oct 2013 09:39:10 +0000 (10:39 +0100)]
Expand Hassan's name

11 years agoMerge pull request #16 from has2k1/commented-out-tests
Hynek Schlawack [Sun, 27 Oct 2013 18:03:58 +0000 (11:03 -0700)]
Merge pull request #16 from has2k1/commented-out-tests

Fix failing commented out tests

11 years agoMerge branch 'list_items' of https://github.com/shirosaki/vim-markdown into shirosaki...
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

11 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

11 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

11 years agoFix failing commented out tests
has2k1 [Tue, 13 Aug 2013 03:47:02 +0000 (22:47 -0500)]
Fix failing commented out tests

Related commits
---------------
- #6e60ef0

Reason
------
The indent functions, in this case
      GetPythonPEPIndent()
can modify the cursor position. There is nothing wrong with that
consequence, vim takes it into account and restores the cursor
position (see References below). For the tests vim is not doing
the calling, so the cursor is not restored.

Solution
--------
Restore the cursor position after calling the indent function.

11 years agoAdd some polish and has2k1 to AUTHORS
Hynek Schlawack [Tue, 24 Sep 2013 08:16:33 +0000 (10:16 +0200)]
Add some polish and has2k1 to AUTHORS

11 years agoAdd some info. about the ruby based test framework
has2k1 [Tue, 13 Aug 2013 01:10:18 +0000 (20:10 -0500)]
Add some info. about the ruby based test framework

11 years agoMerge branch 'clayg-fix-10'
Hynek Schlawack [Tue, 24 Sep 2013 08:10:43 +0000 (10:10 +0200)]
Merge branch 'clayg-fix-10'

Fixes #10

11 years agoAdd Clay to AUTHORS and tweak some comments
Hynek Schlawack [Tue, 24 Sep 2013 08:02:24 +0000 (10:02 +0200)]
Add Clay to AUTHORS and tweak some comments

11 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 agoadd some tests
Clay Gerrard [Wed, 18 Sep 2013 08:53:25 +0000 (01:53 -0700)]
add some tests

11 years agoconform with pep8's preferences on explicit line continuation
Clay Gerrard [Tue, 17 Sep 2013 02:20:25 +0000 (19:20 -0700)]
conform with pep8's preferences on explicit line continuation

11 years agoWork with bullet lists (-, +, etc)
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

11 years agodefault to posix sh syntax
martin f. krafft [Fri, 23 Aug 2013 12:24:16 +0000 (14:24 +0200)]
default to posix sh syntax

11 years agoitnore netrwhist file
martin f. krafft [Fri, 23 Aug 2013 12:22:03 +0000 (14:22 +0200)]
itnore netrwhist file

11 years agoFix double "of" in README.rst
Hynek Schlawack [Mon, 17 Jun 2013 07:53:20 +0000 (09:53 +0200)]
Fix double "of" in README.rst

11 years agoAdd CONTRIBUTING.md and AUTHORS.rst
Hynek Schlawack [Mon, 17 Jun 2013 07:40:01 +0000 (09:40 +0200)]
Add CONTRIBUTING.md and AUTHORS.rst

11 years agoAdd Travis
Hynek Schlawack [Mon, 17 Jun 2013 07:22:13 +0000 (09:22 +0200)]
Add Travis

11 years agoComment out failing test case
Hynek Schlawack [Mon, 17 Jun 2013 06:15:27 +0000 (08:15 +0200)]
Comment out failing test case

11 years agoadd basic test suite using vimrunner
Johann Klähn [Sun, 16 Jun 2013 21:47:13 +0000 (23:47 +0200)]
add basic test suite using vimrunner

11 years agoFix highlight of multiple paragraphs in list items
Hiroshi Shirosaki [Mon, 3 Jun 2013 01:24:33 +0000 (10:24 +0900)]
Fix highlight of multiple paragraphs in list items

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 agoVersion 0.5
Andy Wokula [Sat, 9 Mar 2013 00:00:00 +0000 (00:00 +0000)]
Version 0.5

Bug fixes (accept more patterns): `\z(', `\z1', ..., `[foo'; added cases where `^', `*', `$' become literal; `[=a=]` in collections, a few more.

11 years agoVersion 0.2: include suggestions from vim_use
Andy Wokula [Wed, 19 Dec 2012 00:00:00 +0000 (00:00 +0000)]
Version 0.2: include suggestions from vim_use

11 years agoVersion 0.1
Andy Wokula [Wed, 19 Dec 2012 00:00:00 +0000 (00:00 +0000)]
Version 0.1

Uploaded again, this time not gzipped (vimball anyway keeps an unpacked version on disk)

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 agoAdd warning about python-mode shadowing
Hynek Schlawack [Sun, 20 Jan 2013 11:33:05 +0000 (12:33 +0100)]
Add warning about python-mode shadowing

11 years agoMerge pull request #4 from ElectronicRU/master
Hynek Schlawack [Sun, 20 Jan 2013 11:26:29 +0000 (03:26 -0800)]
Merge pull request #4 from ElectronicRU/master

Better colon handling

Fix regression that made vim not indent if there was a comment at the end of
a line.

11 years agoBetter end-of-line colon handling.
Alexander Sedov [Sat, 19 Jan 2013 12:35:21 +0000 (16:35 +0400)]
Better end-of-line colon handling.

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.

12 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

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

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

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

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

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

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

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

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

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

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

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

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

12 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

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

12 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

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