]> 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
2 years agoconfigure ultisnips
martin f. krafft [Thu, 14 Oct 2021 01:44:37 +0000 (14:44 +1300)]
configure ultisnips

2 years agoBetter mail backup writing
martin f. krafft [Thu, 14 Oct 2021 01:20:15 +0000 (14:20 +1300)]
Better mail backup writing

2 years agomake markdown formatting available in mail
martin f. krafft [Thu, 14 Oct 2021 00:36:52 +0000 (13:36 +1300)]
make markdown formatting available in mail

2 years agoupdate mail identity shortcuts
martin f. krafft [Thu, 14 Oct 2021 00:36:17 +0000 (13:36 +1300)]
update mail identity shortcuts

2 years agoremove broken symlinks
martin f. krafft [Thu, 14 Oct 2021 00:34:48 +0000 (13:34 +1300)]
remove broken symlinks

4 years agoAdd '.vim/bundle/vim-artesanal/' from commit '18e572e03c2d50e2a27c1c8cda66bd2b6c27c054'
martin f. krafft [Mon, 20 Apr 2020 10:47:56 +0000 (22:47 +1200)]
Add '.vim/bundle/vim-artesanal/' from commit '18e572e03c2d50e2a27c1c8cda66bd2b6c27c054'

git-subtree-dir: .vim/bundle/vim-artesanal
git-subtree-mainline: d1115f16734e9fc34cc6861d8e69233df9b01970
git-subtree-split: 18e572e03c2d50e2a27c1c8cda66bd2b6c27c054

4 years agoMove netrw working files to vardir
martin f. krafft [Sat, 28 Mar 2020 19:23:07 +0000 (08:23 +1300)]
Move netrw working files to vardir

4 years agofix white colour
martin f. krafft [Tue, 24 Mar 2020 09:51:05 +0000 (22:51 +1300)]
fix white colour

4 years ago- make a difference between hlsearch and incsearch highlights - kudos to /u/EgZvor...
Stefan Wimmer [Sun, 15 Mar 2020 13:48:55 +0000 (14:48 +0100)]
- make a difference between hlsearch and incsearch highlights - kudos to /u/EgZvor on /r/vim

4 years agomarkdown inclusion does not yet work, comment
martin f. krafft [Tue, 10 Mar 2020 15:30:55 +0000 (16:30 +0100)]
markdown inclusion does not yet work, comment

4 years agolimit comments syntax for mail
martin f. krafft [Tue, 10 Mar 2020 15:30:37 +0000 (16:30 +0100)]
limit comments syntax for mail

4 years agoformat mail bodies as markdown
martin f. krafft [Tue, 4 Feb 2020 01:01:25 +0000 (14:01 +1300)]
format mail bodies as markdown

4 years agoAdd '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f517e0fd6f886bc3fbe27156ca1f946'
martin f. krafft [Sun, 26 Jan 2020 00:25:48 +0000 (14:25 -1000)]
Add '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f517e0fd6f886bc3fbe27156ca1f946'

git-subtree-dir: .vim/bundle/vim-markdown
git-subtree-mainline: 8f402f6e0e976765d3889a23bc29699e8fd96b63
git-subtree-split: da5a7ac96f517e0fd6f886bc3fbe27156ca1f946

4 years agoadd upside down arrow iab
martin f. krafft [Sun, 26 Jan 2020 00:24:55 +0000 (14:24 -1000)]
add upside down arrow iab

4 years agolimit numeric lists to four digits
martin f. krafft [Tue, 17 Sep 2019 06:06:06 +0000 (08:06 +0200)]
limit numeric lists to four digits

4 years agoWrite mail backups on write
martin f. krafft [Tue, 17 Sep 2019 06:05:50 +0000 (08:05 +0200)]
Write mail backups on write

4 years ago- fix bad readability of CursorLine in diffs
Stefan Wimmer [Thu, 15 Aug 2019 21:52:57 +0000 (23:52 +0200)]
- fix bad readability of CursorLine in diffs

4 years agofail softly if pathogen is not installed
martin f. krafft [Sat, 10 Aug 2019 18:52:59 +0000 (20:52 +0200)]
fail softly if pathogen is not installed

4 years ago- be more specific with the screenshots
Stefan Wimmer [Wed, 24 Jul 2019 21:12:11 +0000 (23:12 +0200)]
- be more specific with the screenshots

4 years ago- migrate to Colortemplate v2
Stefan Wimmer [Wed, 24 Jul 2019 20:44:32 +0000 (22:44 +0200)]
- migrate to Colortemplate v2
- add some screenhots (finally!)

4 years agoMerge pull request #438 from anowlcalledjosh/fix-strikethrough
Hiroshi Shirosaki [Tue, 9 Jul 2019 09:53:00 +0000 (18:53 +0900)]
Merge pull request #438 from anowlcalledjosh/fix-strikethrough

Fix strikethrough

4 years agoFix strikethrough
Josh Holland [Thu, 20 Jun 2019 14:52:53 +0000 (15:52 +0100)]
Fix strikethrough

`mkdStrike` wasn't matching in places where it should, because
`htmlStrike` was included in `mkdNonListItem`'s `contains` instead.

Also allow strikethrough delimiters to be concealed.

4 years agoUpdate doc
Hiroshi Shirosaki [Wed, 5 Jun 2019 07:15:43 +0000 (16:15 +0900)]
Update doc

4 years agoPythonic folding expand level 1 by default
Hiroshi Shirosaki [Wed, 5 Jun 2019 05:52:34 +0000 (14:52 +0900)]
Pythonic folding expand level 1 by default

Fix test failures.
Change document of Pythonic folding.

4 years agoExpand tabs
Hiroshi Shirosaki [Wed, 5 Jun 2019 05:18:38 +0000 (14:18 +0900)]
Expand tabs

4 years agoMerge branch 'pythonic_level1'
Hiroshi Shirosaki [Wed, 5 Jun 2019 05:18:08 +0000 (14:18 +0900)]
Merge branch 'pythonic_level1'

4 years agoMerge pull request #434 from yous/variables-doc
Hiroshi Shirosaki [Wed, 5 Jun 2019 04:48:12 +0000 (13:48 +0900)]
Merge pull request #434 from yous/variables-doc

Search global variables more accurately

4 years agoRemove a test to avoid a bug with latest vim
Hiroshi Shirosaki [Wed, 5 Jun 2019 04:45:12 +0000 (13:45 +0900)]
Remove a test to avoid a bug with latest vim

4 years agoSearch global variables more accurately
Chayoung You [Wed, 5 Jun 2019 04:25:05 +0000 (13:25 +0900)]
Search global variables more accurately

4 years agoUpdate doc
Hiroshi Shirosaki [Wed, 5 Jun 2019 04:14:37 +0000 (13:14 +0900)]
Update doc

4 years agoMerge branch 'variables-doc'
Hiroshi Shirosaki [Wed, 5 Jun 2019 04:14:24 +0000 (13:14 +0900)]
Merge branch 'variables-doc'

4 years agoMerge pull request #433 from nstickney/master
Hiroshi Shirosaki [Wed, 5 Jun 2019 03:51:36 +0000 (12:51 +0900)]
Merge pull request #433 from nstickney/master

document `conceal_code_blocks` in README.md

4 years agodocument `conceal_code_blocks` in README.md
Stick [Wed, 5 Jun 2019 01:26:39 +0000 (21:26 -0400)]
document `conceal_code_blocks` in README.md

I set `conceallevel=0` in .vimrc, as well as `g:vim_markdown_conceal =
0` but code fences were still being hidden. I could not find this option
documented anywhere, so I went to the source code. Adding the
`g:vim_markdown_conceal_code_blocks = 0` fixed my problem, and I assume
other people will want to find this in the future.

4 years ago- final commit before switching to Colortemplate v2
Stefan Wimmer [Mon, 3 Jun 2019 11:10:46 +0000 (13:10 +0200)]
- final commit before switching to Colortemplate v2
- tweaking some colours to make them more visible on their specific background

4 years agoGenerate IDs of global variables
Chayoung You [Tue, 23 Apr 2019 07:17:37 +0000 (16:17 +0900)]
Generate IDs of global variables

See
https://github.com/plasticboy/vim-markdown/pull/429#issuecomment-485348064.

5 years agoMerge pull request #429 from yous/variables-doc
Hiroshi Shirosaki [Mon, 22 Apr 2019 07:12:22 +0000 (16:12 +0900)]
Merge pull request #429 from yous/variables-doc

Mention related global variables in document

5 years agoMention related global variables in document
Chayoung You [Fri, 12 Apr 2019 05:05:25 +0000 (14:05 +0900)]
Mention related global variables in document

5 years agoMerge pull request #428 from yous/code-quotes
Hiroshi Shirosaki [Fri, 12 Apr 2019 01:53:44 +0000 (10:53 +0900)]
Merge pull request #428 from yous/code-quotes

Fix double code quotes with backslashes

5 years agoFix double code quotes with backslashes
Chayoung You [Thu, 11 Apr 2019 09:05:39 +0000 (18:05 +0900)]
Fix double code quotes with backslashes

5 years agoMerge pull request #423 from tobinjt/folding-fix
Hiroshi Shirosaki [Tue, 26 Mar 2019 00:36:59 +0000 (09:36 +0900)]
Merge pull request #423 from tobinjt/folding-fix

Folding fix

5 years agoMerge pull request #422 from tobinjt/testing-fix
Hiroshi Shirosaki [Tue, 26 Mar 2019 00:34:26 +0000 (09:34 +0900)]
Merge pull request #422 from tobinjt/testing-fix

Testing fix

5 years agoMerge branch 'master' into testing-fix
John Tobin [Mon, 25 Mar 2019 20:30:10 +0000 (20:30 +0000)]
Merge branch 'master' into testing-fix

5 years agoMerge branch 'master' into folding-fix
John Tobin [Mon, 25 Mar 2019 20:29:57 +0000 (20:29 +0000)]
Merge branch 'master' into folding-fix

5 years agoMerge pull request #421 from jneidel/patch-1
Hiroshi Shirosaki [Mon, 25 Mar 2019 04:55:23 +0000 (13:55 +0900)]
Merge pull request #421 from jneidel/patch-1

Fix typo

5 years agoFix typo
Jonathan Neidel [Sun, 24 Mar 2019 18:47:57 +0000 (19:47 +0100)]
Fix typo

line -> lines

5 years agofix numbered line formatting
martin f. krafft [Sat, 23 Mar 2019 22:19:08 +0000 (11:19 +1300)]
fix numbered line formatting

5 years agoRemove user directories from runtimepath.
John Tobin [Mon, 18 Mar 2019 22:39:43 +0000 (22:39 +0000)]
Remove user directories from runtimepath.

The default value of runtimepath includes ~/.vim and ~/.vim/after.
Configuration in those directories can interfere with tests.  Remove
those directories from runtimepath to make the tests hermetic.

5 years agoFix folding broken by other syntax highlighting.
John Tobin [Sun, 17 Mar 2019 19:16:16 +0000 (19:16 +0000)]
Fix folding broken by other syntax highlighting.

When syntax highlighting is enabled for fenced code blocks, the syntax
highlighting of the language in the code block can overwrite folding
configuration, breaking Markdown folding.  Reinitialise Markdown folding
configuration every time syntax highlighting is refreshed to ensure that
Markdown folding works.

5 years agoRevert "vcards now properly identified"
martin f. krafft [Wed, 6 Mar 2019 20:38:40 +0000 (09:38 +1300)]
Revert "vcards now properly identified"

This reverts commit 4e0877a8959afe2e323a8761a22d8c294e18a142.

5 years agoFix test errors with latest vim
Hiroshi Shirosaki [Thu, 28 Feb 2019 00:00:04 +0000 (09:00 +0900)]
Fix test errors with latest vim

Do not use a: for non function arguments.

5 years agoMerge pull request #415 from endersstocker/syntax/fix-strikethrough
Hiroshi Shirosaki [Wed, 27 Feb 2019 14:57:49 +0000 (23:57 +0900)]
Merge pull request #415 from endersstocker/syntax/fix-strikethrough

Syntax: Fix strikethrough

5 years agoremove tab from flp
martin f. krafft [Wed, 27 Feb 2019 08:17:26 +0000 (21:17 +1300)]
remove tab from flp

5 years agoSyntax: Fix strikethrough
Bryan Enders [Thu, 21 Feb 2019 19:52:53 +0000 (14:52 -0500)]
Syntax: Fix strikethrough

Why
---
Strikethrough was only matching if the strikethrough happened to occur in a list

How
---
Add `htmlStrike` to `mkdNonListItem` cluster

5 years agoAdd '.vim/bundle/explainpat/' from commit '8b7939ff867684ca9e31f1f0022fb91bbbdf152d'
martin f. krafft [Sun, 24 Feb 2019 21:33:08 +0000 (22:33 +0100)]
Add '.vim/bundle/explainpat/' from commit '8b7939ff867684ca9e31f1f0022fb91bbbdf152d'

git-subtree-dir: .vim/bundle/explainpat
git-subtree-mainline: 8a97a4231254ab25e017fecd10ba2068bd588e52
git-subtree-split: 8b7939ff867684ca9e31f1f0022fb91bbbdf152d

5 years agoAdd '.vim/bundle/password-store/' from commit 'dc759ab32b05afeba5c103e2756ec4a2509fdaf6'
martin f. krafft [Sun, 24 Feb 2019 21:32:48 +0000 (22:32 +0100)]
Add '.vim/bundle/password-store/' from commit 'dc759ab32b05afeba5c103e2756ec4a2509fdaf6'

git-subtree-dir: .vim/bundle/password-store
git-subtree-mainline: 16f202c3b8ea1bb2625d3319bf42d8fc57f33814
git-subtree-split: dc759ab32b05afeba5c103e2756ec4a2509fdaf6

5 years agoenable airline
martin f. krafft [Thu, 21 Feb 2019 23:34:30 +0000 (12:34 +1300)]
enable airline

5 years agoenable voom addon
martin f. krafft [Thu, 21 Feb 2019 23:30:28 +0000 (12:30 +1300)]
enable voom addon

5 years agoadd python ;trace shortcut
martin f. krafft [Thu, 21 Feb 2019 23:22:08 +0000 (12:22 +1300)]
add python ;trace shortcut

5 years agoignore tags files
martin f. krafft [Thu, 21 Feb 2019 23:21:14 +0000 (12:21 +1300)]
ignore tags files

5 years agoremove vcscommand plugin
martin f. krafft [Thu, 21 Feb 2019 23:20:27 +0000 (12:20 +1300)]
remove vcscommand plugin

5 years agoadd surround addon
martin f. krafft [Thu, 21 Feb 2019 23:11:47 +0000 (12:11 +1300)]
add surround addon

5 years agoadd jinja syntax addon
martin f. krafft [Thu, 21 Feb 2019 23:08:55 +0000 (12:08 +1300)]
add jinja syntax addon

5 years agoadd deb plugin
martin f. krafft [Thu, 21 Feb 2019 23:08:20 +0000 (12:08 +1300)]
add deb plugin

5 years agoenable pathogen
martin f. krafft [Thu, 21 Feb 2019 22:49:37 +0000 (11:49 +1300)]
enable pathogen

5 years agofixup latex-suite installation
martin f. krafft [Thu, 21 Feb 2019 22:40:37 +0000 (11:40 +1300)]
fixup latex-suite installation

5 years agoadd Tabular addon
martin f. krafft [Thu, 21 Feb 2019 22:34:18 +0000 (11:34 +1300)]
add Tabular addon

5 years agoenable ledger plugin
martin f. krafft [Thu, 21 Feb 2019 22:32:37 +0000 (11:32 +1300)]
enable ledger plugin

5 years agoupdate vcsh gitignore
martin f. krafft [Thu, 21 Feb 2019 22:32:08 +0000 (11:32 +1300)]
update vcsh gitignore

5 years agoTest ftdetect (settings)
Josef Fortier [Sat, 23 Feb 2019 23:47:08 +0000 (17:47 -0600)]
Test ftdetect (settings)

triggering ftdetect allows testing post settings

5 years agoDebug cleanup
Josef Fortier [Sat, 23 Feb 2019 23:45:58 +0000 (17:45 -0600)]
Debug cleanup

5 years agoMinimal test of generate
Josef Fortier [Sat, 23 Feb 2019 22:50:43 +0000 (16:50 -0600)]
Minimal test of generate

5 years agoAdd password testing
Josef Fortier [Sat, 23 Feb 2019 22:46:32 +0000 (16:46 -0600)]
Add password testing

length is a reasonable proxy

5 years agoSort of correct
Josef Fortier [Sat, 23 Feb 2019 22:44:11 +0000 (16:44 -0600)]
Sort of correct

5 years agocursorline makes obfuscation more palatable
Josef Fortier [Sat, 23 Feb 2019 21:47:38 +0000 (15:47 -0600)]
cursorline makes obfuscation more palatable

5 years agoSettings work, "increment" works
Josef Fortier [Sat, 23 Feb 2019 21:38:57 +0000 (15:38 -0600)]
Settings work, "increment" works

5 years agoRedid config
Josef Fortier [Sat, 23 Feb 2019 20:53:24 +0000 (14:53 -0600)]
Redid config

syntax loads too early to be easily controllable from user settings.
Moving it to ftdetect allows testing user values at that point. Used a
non auto loading syntax

5 years agoChange settings to a dictionary/array
Josef Fortier [Sat, 23 Feb 2019 15:34:30 +0000 (09:34 -0600)]
Change settings to a dictionary/array

5 years agoUpdate README
Josef Fortier [Sat, 23 Feb 2019 04:34:01 +0000 (22:34 -0600)]
Update README

5 years agoAdd password rotation
Josef Fortier [Sat, 23 Feb 2019 04:31:14 +0000 (22:31 -0600)]
Add password rotation

password-store uses pwgen when called as pass generate. This is not
easily available afterward. Mapping a pwgen password to
increment/decrement

5 years agoGeneralize highlighting
Josef Fortier [Sat, 23 Feb 2019 03:03:28 +0000 (21:03 -0600)]
Generalize highlighting

Read values from current colorscheme for "redacted" highlights

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