]> 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
5 years agoremove obsolete mappings and stuff
martin f. krafft [Thu, 21 Feb 2019 22:29:56 +0000 (11:29 +1300)]
remove obsolete mappings and stuff

5 years agoencapsulate local settings in cpo
martin f. krafft [Thu, 21 Feb 2019 22:29:39 +0000 (11:29 +1300)]
encapsulate local settings in cpo

5 years agovcards now properly identified
martin f. krafft [Thu, 21 Feb 2019 22:27:01 +0000 (11:27 +1300)]
vcards now properly identified

5 years agovimperator/pentadactyl no longer used
martin f. krafft [Thu, 21 Feb 2019 22:26:46 +0000 (11:26 +1300)]
vimperator/pentadactyl no longer used

5 years agoremove last position in favour of plugin
martin f. krafft [Thu, 21 Feb 2019 22:25:12 +0000 (11:25 +1300)]
remove last position in favour of plugin

5 years agoremove logcheck autocmds
martin f. krafft [Thu, 21 Feb 2019 22:24:48 +0000 (11:24 +1300)]
remove logcheck autocmds

5 years agoversion check obsoleted
martin f. krafft [Thu, 21 Feb 2019 22:24:21 +0000 (11:24 +1300)]
version check obsoleted

5 years agoremove modeline that is no longer needed
martin f. krafft [Thu, 21 Feb 2019 22:23:14 +0000 (11:23 +1300)]
remove modeline that is no longer needed

5 years agoremove broken symlinks
martin f. krafft [Thu, 21 Feb 2019 22:22:54 +0000 (11:22 +1300)]
remove broken symlinks

5 years agoremove snipmate
martin f. krafft [Thu, 21 Feb 2019 22:21:17 +0000 (11:21 +1300)]
remove snipmate

5 years agoremove closetag plugin
martin f. krafft [Thu, 21 Feb 2019 21:39:22 +0000 (10:39 +1300)]
remove closetag plugin

5 years agodisable list/trailing-space highlighting for mail
martin f. krafft [Thu, 21 Feb 2019 01:30:22 +0000 (14:30 +1300)]
disable list/trailing-space highlighting for mail

5 years agofix format list pattern
martin f. krafft [Thu, 21 Feb 2019 01:24:16 +0000 (14:24 +1300)]
fix format list pattern

5 years agoutf8 is default
martin f. krafft [Thu, 21 Feb 2019 01:23:56 +0000 (14:23 +1300)]
utf8 is default

5 years agoimprove format-flowed handling
martin f. krafft [Thu, 21 Feb 2019 01:21:43 +0000 (14:21 +1300)]
improve format-flowed handling

5 years agomove all mail ftplugin stuff to after
martin f. krafft [Thu, 21 Feb 2019 01:21:05 +0000 (14:21 +1300)]
move all mail ftplugin stuff to after

5 years agospec/make-coverage: do not `cat` profile files (#123)
Daniel Hahler [Tue, 29 Jan 2019 11:53:51 +0000 (12:53 +0100)]
spec/make-coverage: do not `cat` profile files (#123)

5 years agoMerge pull request #1 from The-King-of-Toasters/master
Josef Fortier [Mon, 21 Jan 2019 20:47:16 +0000 (14:47 -0600)]
Merge pull request #1 from The-King-of-Toasters/master

Add support for gopass edit files

5 years agoAdd support for gopass edit files
Stephen Gregoratto [Sun, 20 Jan 2019 07:07:58 +0000 (18:07 +1100)]
Add support for gopass edit files

5 years agoMerge pull request #397 from sim590/inexact-ft-match-syntax-hl
Hiroshi Shirosaki [Thu, 17 Jan 2019 05:24:45 +0000 (14:24 +0900)]
Merge pull request #397 from sim590/inexact-ft-match-syntax-hl

ftplugin: syntax highlighting for fts *markdown*

5 years agoFix code quotes when ending with backslash
Hiroshi Shirosaki [Thu, 17 Jan 2019 05:12:44 +0000 (14:12 +0900)]
Fix code quotes when ending with backslash

Backslash inside of a backtick should not escape a backtick.
Fix #311

5 years ago- forgot to update the README ;-)
Stefan Wimmer [Sun, 13 Jan 2019 18:40:42 +0000 (19:40 +0100)]
- forgot to update the README ;-)

5 years ago- complete rehaul of the colours in both dark and light to make them more consistent...
Stefan Wimmer [Sun, 13 Jan 2019 18:37:17 +0000 (19:37 +0100)]
- complete rehaul of the colours in both dark and light to make them more consistent inside the
mode and more readable
- identifiers are regrouped according to the default vim identifiers

5 years agoMerge pull request #74 from UbiCastTeam/master
Vincent Driessen [Thu, 10 Jan 2019 14:59:32 +0000 (15:59 +0100)]
Merge pull request #74 from UbiCastTeam/master

explain how to install with vim 8's pack feature

5 years agoexplain how to install with vim 8's pack feature
Florent Thiéry [Thu, 10 Jan 2019 14:46:19 +0000 (15:46 +0100)]
explain how to install with vim 8's pack feature

5 years agoremove snippets
martin f. krafft [Wed, 9 Jan 2019 13:30:12 +0000 (14:30 +0100)]
remove snippets

5 years agoenable format_flowed support
martin f. krafft [Wed, 9 Jan 2019 13:30:08 +0000 (14:30 +0100)]
enable format_flowed support

5 years agoAdd documentation for strikethrough extension
Hiroshi Shirosaki [Wed, 9 Jan 2019 11:20:30 +0000 (20:20 +0900)]
Add documentation for strikethrough extension

5 years agoMerge pull request #367 from 91khr/master
Hiroshi Shirosaki [Wed, 9 Jan 2019 11:18:54 +0000 (20:18 +0900)]
Merge pull request #367 from 91khr/master

Add support for strike through which is supported by GFM

5 years agoMerge pull request #401 from liborw/master
Hiroshi Shirosaki [Sat, 29 Dec 2018 14:06:27 +0000 (23:06 +0900)]
Merge pull request #401 from liborw/master

Add option to disable code blocks concealing

5 years agoMerge pull request #405 from idbrii/setfiletype
Hiroshi Shirosaki [Sat, 29 Dec 2018 14:04:53 +0000 (23:04 +0900)]
Merge pull request #405 from idbrii/setfiletype

Prevent repeated sourcing of syntax

5 years ago- added DiffAdded & DiffRemoved
Stefan Wimmer [Wed, 26 Dec 2018 00:48:05 +0000 (01:48 +0100)]
- added DiffAdded & DiffRemoved
- unified magenta

5 years agoMerge pull request #118 from blueyed/searchpair-timeout
Daniel Hahler [Sat, 22 Dec 2018 08:04:41 +0000 (09:04 +0100)]
Merge pull request #118 from blueyed/searchpair-timeout

Improve performance

5 years ago- remove italic from CursorLine
Stefan Wimmer [Thu, 20 Dec 2018 14:07:57 +0000 (15:07 +0100)]
- remove italic from CursorLine

5 years agonumbered list regexp improvements
martin f. krafft [Wed, 19 Dec 2018 15:32:22 +0000 (16:32 +0100)]
numbered list regexp improvements

5 years agodisable list/trailing space matching for mails
martin f. krafft [Wed, 19 Dec 2018 11:49:05 +0000 (12:49 +0100)]
disable list/trailing space matching for mails

5 years agoeditor config depending on mail area detection
martin f. krafft [Wed, 19 Dec 2018 11:41:31 +0000 (12:41 +0100)]
editor config depending on mail area detection

5 years ago- make diffs more readable
Stefan Wimmer [Tue, 18 Dec 2018 13:23:30 +0000 (14:23 +0100)]
- make diffs more readable
- menu background more neutral
- modified some colours (blue, red, magenta)

5 years agoDo not conceal code blocks
Libor Wagner [Sat, 8 Dec 2018 12:44:48 +0000 (13:44 +0100)]
Do not conceal code blocks

5 years agoPrevent repeated sourcing of syntax
David Briscoe [Fri, 7 Dec 2018 00:45:35 +0000 (16:45 -0800)]
Prevent repeated sourcing of syntax

Bug: Using `vim --startuptime ~/time.log name.md` would show multiple
sourcing of syntax/markdown.vim indicating unnecessary startup cost.

Cause: As of vim/vim@7d76c804af900ba6dcc4b1e45373ccab3418c6b2, vim uses
.md for markdown instead of modula2. Since vim-markdown was using `set
filetype`, it was sourcing the files a second time after vim's runtime
files had already set the filetype.

Resolution: Using `setfiletype` prevents this double sourcing. To remain
backwards compatible, we remove the .md filetype detection for modula2
on old versions.

Related to sheerun/vim-polyglot#290.

Tested .md ftdetection with vim 7.4.052 and 8.1.527.

5 years agoAdd option to disable code blocks concealing
Libor Wagner [Tue, 20 Nov 2018 15:21:18 +0000 (16:21 +0100)]
Add option to disable code blocks concealing

5 years agoMerge branch 'master' into searchpair-timeout
Daniel Hahler [Sun, 18 Nov 2018 11:00:33 +0000 (12:00 +0100)]
Merge branch 'master' into searchpair-timeout

Conflicts:
indent/python.vim

5 years agoMerge pull request #120 from blueyed/cleanup
Daniel Hahler [Sun, 18 Nov 2018 01:00:53 +0000 (02:00 +0100)]
Merge pull request #120 from blueyed/cleanup

Minor cleanup

5 years agos:find_opening_paren: pass lnum/col always, no winsaveview
Daniel Hahler [Fri, 16 Nov 2018 13:50:57 +0000 (14:50 +0100)]
s:find_opening_paren: pass lnum/col always, no winsaveview

5 years agoInline s:skip_search
Daniel Hahler [Fri, 16 Nov 2018 09:33:01 +0000 (10:33 +0100)]
Inline s:skip_search

5 years agos:find_opening_paren: remove wrong optimization
Daniel Hahler [Sat, 17 Nov 2018 23:49:06 +0000 (00:49 +0100)]
s:find_opening_paren: remove wrong optimization

5 years agoMerge branch 'master' into searchpair-timeout
Daniel Hahler [Sat, 17 Nov 2018 18:39:10 +0000 (19:39 +0100)]
Merge branch 'master' into searchpair-timeout

5 years agoKeep/handle (auto)indent with O (#119)
Daniel Hahler [Sat, 17 Nov 2018 18:10:46 +0000 (19:10 +0100)]
Keep/handle (auto)indent with O (#119)

5 years agoCover/fix non-matching multiline closing
Daniel Hahler [Fri, 16 Nov 2018 14:52:26 +0000 (15:52 +0100)]
Cover/fix non-matching multiline closing

5 years agos:find_opening_paren: code style
Daniel Hahler [Fri, 16 Nov 2018 13:53:53 +0000 (14:53 +0100)]
s:find_opening_paren: code style

5 years agos:find_opening_paren: pass lnum/col always, no winsaveview
Daniel Hahler [Fri, 16 Nov 2018 13:50:57 +0000 (14:50 +0100)]
s:find_opening_paren: pass lnum/col always, no winsaveview

5 years agoUse s:_skip_special_chars function directly/only, optimize
Daniel Hahler [Fri, 16 Nov 2018 13:44:16 +0000 (14:44 +0100)]
Use s:_skip_special_chars function directly/only, optimize

Does not use `skip` with `searchpairpos` directly, but manually (for
performance reasons; https://github.com/vim/vim/pull/3613).

5 years agos:indent_like_previous_line: switch conditions
Daniel Hahler [Fri, 16 Nov 2018 09:33:14 +0000 (10:33 +0100)]
s:indent_like_previous_line: switch conditions

5 years agoInline s:skip_search
Daniel Hahler [Fri, 16 Nov 2018 09:33:01 +0000 (10:33 +0100)]
Inline s:skip_search

5 years agoDo not skip/check concealed
Daniel Hahler [Fri, 16 Nov 2018 09:32:45 +0000 (10:32 +0100)]
Do not skip/check concealed

5 years agoUse s:_skip_special_chars function
Daniel Hahler [Fri, 16 Nov 2018 09:31:44 +0000 (10:31 +0100)]
Use s:_skip_special_chars function

This is mainly meant to show up better with profiling.

5 years agoAdd g:python_pep8_indent_searchpair_timeout
Daniel Hahler [Fri, 16 Nov 2018 04:01:49 +0000 (05:01 +0100)]
Add g:python_pep8_indent_searchpair_timeout

Ref: https://github.com/Vimjas/vim-python-pep8-indent/issues/116

5 years ago- make terminal colors more readable in both light and dark mode
Stefan Wimmer [Wed, 14 Nov 2018 00:14:42 +0000 (01:14 +0100)]
- make terminal colors more readable in both light and dark mode

5 years agoftplugin: syntax highlighting for fts *markdown*
Simon Désaulniers [Wed, 31 Oct 2018 03:50:23 +0000 (23:50 -0400)]
ftplugin: syntax highlighting for fts *markdown*

5 years agoMerge pull request #392 from anowlcalledjosh/yaml-frontmatter-fix
Hiroshi Shirosaki [Wed, 24 Oct 2018 04:43:05 +0000 (13:43 +0900)]
Merge pull request #392 from anowlcalledjosh/yaml-frontmatter-fix

Fix detection of YAML frontmatter ending with "..."

5 years agoFix detection of YAML frontmatter ending with "..."
Josh Holland [Tue, 23 Oct 2018 21:10:01 +0000 (22:10 +0100)]
Fix detection of YAML frontmatter ending with "..."

PR #374 introduced a bug which would cause any line containing exactly
three characters to be highlighted as the end of a YAML frontmatter
block; this commit fixes that, so that only three dots will end the
block.

5 years agoMerge pull request #72 from antoinemadec/no_blink
Vincent Driessen [Fri, 21 Sep 2018 06:38:35 +0000 (08:38 +0200)]
Merge pull request #72 from antoinemadec/no_blink

Prevent terminal from blinking

5 years agoMerge pull request #73 from antoinemadec/cclose_after_grep
Vincent Driessen [Fri, 21 Sep 2018 06:38:26 +0000 (08:38 +0200)]
Merge pull request #73 from antoinemadec/cclose_after_grep

Call 'cclose' after 'grep' in case quickfix is open on autocmd QuicFixCmdPost

5 years agoCall 'cclose' after 'grep' in case quickfix is open on autocmd QuickFixCmdPost
antoinemadec [Thu, 20 Sep 2018 22:38:15 +0000 (15:38 -0700)]
Call 'cclose' after 'grep' in case quickfix is open on autocmd QuickFixCmdPost

5 years agoPrevent terminal from blinking
antoinemadec [Thu, 20 Sep 2018 22:52:31 +0000 (15:52 -0700)]
Prevent terminal from blinking

5 years agoRemove superfluous augroup
Josef Fortier [Wed, 19 Sep 2018 02:30:21 +0000 (21:30 -0500)]
Remove superfluous augroup

5 years agoPolitiely only set filetype locally
Josef Fortier [Wed, 19 Sep 2018 02:23:53 +0000 (21:23 -0500)]
Politiely only set filetype locally

5 years agoFix handling of pythonBytesEscape from vim-python/python-syntax (#115)
Daniel Hahler [Mon, 17 Sep 2018 11:46:46 +0000 (13:46 +0200)]
Fix handling of pythonBytesEscape from vim-python/python-syntax (#115)

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/114

5 years agoRed highlight for shorter passwords
Josef Fortier [Fri, 7 Sep 2018 03:09:12 +0000 (22:09 -0500)]
Red highlight for shorter passwords

5 years agoSeparate Command notes
Josef Fortier [Tue, 4 Sep 2018 22:14:36 +0000 (17:14 -0500)]
Separate Command notes

5 years agoAdd new function documentation to README
Josef Fortier [Tue, 4 Sep 2018 22:11:54 +0000 (17:11 -0500)]
Add new function documentation to README

5 years agoAdd support for password obscuring
Josef Fortier [Tue, 4 Sep 2018 22:07:49 +0000 (17:07 -0500)]
Add support for password obscuring

5 years agoAdd password obscuring
Josef Fortier [Tue, 4 Sep 2018 22:07:05 +0000 (17:07 -0500)]
Add password obscuring

5 years agoAdd doc file
Josef Fortier [Tue, 4 Sep 2018 21:23:42 +0000 (16:23 -0500)]
Add doc file

5 years agoUse vim as license
Josef Fortier [Tue, 4 Sep 2018 21:08:06 +0000 (16:08 -0500)]
Use vim as license

5 years agoAdd syntax
Josef Fortier [Tue, 4 Sep 2018 21:03:31 +0000 (16:03 -0500)]
Add syntax

5 years agoUpdate README to describe intent
Josef Fortier [Tue, 4 Sep 2018 20:59:04 +0000 (15:59 -0500)]
Update README to describe intent

5 years agoInitial setup
Josef Fortier [Tue, 4 Sep 2018 20:54:54 +0000 (15:54 -0500)]
Initial setup

5 years agoInitial commit
Josef Fortier [Tue, 4 Sep 2018 20:38:52 +0000 (15:38 -0500)]
Initial commit

5 years agoMerge pull request #71 from TomasFlam/pr-allow-flake8-cmd-with-parameters
Vincent Driessen [Tue, 21 Aug 2018 14:36:31 +0000 (16:36 +0200)]
Merge pull request #71 from TomasFlam/pr-allow-flake8-cmd-with-parameters

Allow g:flake8_cmd with parameters

5 years agoAllow g:flake8_cmd with parameters
Tomas Flam [Tue, 21 Aug 2018 14:12:27 +0000 (16:12 +0200)]
Allow g:flake8_cmd with parameters

5 years agoAdd basic usage in table of contents
Hiroshi Shirosaki [Mon, 30 Jul 2018 00:45:20 +0000 (09:45 +0900)]
Add basic usage in table of contents

5 years agoAdd basic usage for fold and conceal #334
Hiroshi Shirosaki [Mon, 30 Jul 2018 00:40:56 +0000 (09:40 +0900)]
Add basic usage for fold and conceal #334

5 years agoRemove easy_install on travis
Hiroshi Shirosaki [Fri, 27 Jul 2018 13:53:57 +0000 (22:53 +0900)]
Remove easy_install on travis

get-pip.py installs pip.

5 years agoHandle byte strings in s:skip_special_chars (#113)
Daniel Hahler [Thu, 26 Jul 2018 09:04:30 +0000 (11:04 +0200)]
Handle byte strings in s:skip_special_chars (#113)

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/72.
Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/71.
Closes https://github.com/Vimjas/vim-python-pep8-indent/pull/68.

5 years agoRemove bit about authors from contributing guide
Fergal Hainey [Sun, 22 Jan 2017 13:17:37 +0000 (13:17 +0000)]
Remove bit about authors from contributing guide

This is now tracked by GitHub

5 years agoAdd Gemfile.lock to .gitignore
Fergal Hainey [Fri, 20 Jan 2017 15:23:34 +0000 (15:23 +0000)]
Add Gemfile.lock to .gitignore

5 years agoMerge pull request #112 from blueyed/fix-97
Daniel Hahler [Thu, 26 Jul 2018 08:03:04 +0000 (10:03 +0200)]
Merge pull request #112 from blueyed/fix-97

Fix indenting of "else" with outer if

5 years agoSimplify s:find_start_of_block
Daniel Hahler [Thu, 26 Jul 2018 07:56:26 +0000 (09:56 +0200)]
Simplify s:find_start_of_block

5 years agoFix indenting of "else" with outer if
Daniel Hahler [Thu, 26 Jul 2018 07:35:30 +0000 (09:35 +0200)]
Fix indenting of "else" with outer if

Fixes https://github.com/Vimjas/vim-python-pep8-indent/issues/97.

5 years agoFix multiline handling with blank lines (#111)
Daniel Hahler [Thu, 26 Jul 2018 07:26:18 +0000 (09:26 +0200)]
Fix multiline handling with blank lines (#111)

5 years agoFix test for heading highlight
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:48:51 +0000 (14:48 +0900)]
Fix test for heading highlight

Head # is `mkdHeading` syntax. Remove # from SytanxOf().
Fix #370

5 years agoAdd heading highlight group
Jerome Dalbert [Sun, 8 Apr 2018 16:42:47 +0000 (09:42 -0700)]
Add heading highlight group

5 years agoUpdate doc
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:40:20 +0000 (14:40 +0900)]
Update doc

5 years agoMerge pull request #371 from codybuell/master
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:37:10 +0000 (14:37 +0900)]
Merge pull request #371 from codybuell/master

Add support for opening links in tabs and splits

5 years agoMerge branch 'master' into master
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:36:42 +0000 (14:36 +0900)]
Merge branch 'master' into master

5 years agoMerge pull request #375 from anowlcalledjosh/auto-insert-bullets
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:11:29 +0000 (14:11 +0900)]
Merge pull request #375 from anowlcalledjosh/auto-insert-bullets

Add option to disable automatic bullet insertion

5 years agoMerge pull request #377 from mmFooD/code-conceal
Hiroshi Shirosaki [Thu, 26 Jul 2018 05:07:43 +0000 (14:07 +0900)]
Merge pull request #377 from mmFooD/code-conceal

Added concealends for code items

5 years agoMerge pull request #374 from anowlcalledjosh/yaml-triple-dot
Hiroshi Shirosaki [Thu, 26 Jul 2018 04:56:39 +0000 (13:56 +0900)]
Merge pull request #374 from anowlcalledjosh/yaml-triple-dot

Support YAML frontmatter that ends with "..."

5 years agofixed "feature" to not fold level 1 headings
Joedang [Thu, 26 Jul 2018 02:07:32 +0000 (19:07 -0700)]
fixed "feature" to not fold level 1 headings

I also added comments explaining some of the code in that section, for
my own benefit.