]>
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:
Greg Gandenberger [Thu, 14 Mar 2019 16:16:40 +0000 (11:16 -0500)]
Indicate that PyCharm instructions also work with IntelliJ (#681)
* Indicate that PyCharm instructions also work with IntelliJ
* Update README.md
Heaford [Thu, 14 Mar 2019 16:10:49 +0000 (16:10 +0000)]
Update README.md - Pycharm instructions not working for files path containing white spaces (#659)
Łukasz Langa [Thu, 14 Mar 2019 15:34:40 +0000 (16:34 +0100)]
Mention fix for #632 in the change log
Łukasz Langa [Thu, 14 Mar 2019 15:26:06 +0000 (16:26 +0100)]
Enhance the type comment patch
Russell Davis [Thu, 14 Mar 2019 12:45:38 +0000 (05:45 -0700)]
Fix PyCharm instructions in README (#701)
Without this change, PyCharm won't refresh the file in the editor after Black runs.
Hugo [Thu, 14 Mar 2019 12:41:42 +0000 (14:41 +0200)]
Fix PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks() instead (#741)
Łukasz Langa [Thu, 14 Mar 2019 12:25:46 +0000 (13:25 +0100)]
Updates to the change log
Łukasz Langa [Thu, 14 Mar 2019 12:18:12 +0000 (13:18 +0100)]
Simplify the #606 patch
Thanks for the original patch to solve #509, @hauntsaninja.
Anders-Petter Ljungquist [Thu, 14 Mar 2019 12:39:42 +0000 (13:39 +0100)]
Changes default logger used by blib2to3 Driver (#732)
... to stop it from spamming the log when black is used as a library in another
python application.
When used indirectly by black the logger initiated in `driver.py` will emit
thousands of debug messages making the debug level of the root logger virtually
useless. By getting a named logger instead the verbosity of logging from this
module can easily be controlled by setting its log level.
Fixes #715
Łukasz Langa [Thu, 14 Mar 2019 12:17:34 +0000 (13:17 +0100)]
Update Pipfile environment
Łukasz Langa [Thu, 14 Mar 2019 12:16:36 +0000 (13:16 +0100)]
Add pip-wheel-metadata/ to ignores
Jelle Zijlstra [Fri, 8 Mar 2019 00:34:34 +0000 (16:34 -0800)]
remove Python implementation-specific versions (#736)
Sami Salonen [Thu, 7 Mar 2019 03:34:17 +0000 (05:34 +0200)]
Put cursor in last line if old position is invalid (#641)
martin f. krafft [Wed, 6 Mar 2019 20:38:40 +0000 (09:38 +1300)]
Revert "vcards now properly identified"
This reverts commit
4e0877a8959afe2e323a8761a22d8c294e18a142 .
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.
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
martin f. krafft [Wed, 27 Feb 2019 08:17:26 +0000 (21:17 +1300)]
remove tab from flp
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
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
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
martin f. krafft [Thu, 21 Feb 2019 23:34:30 +0000 (12:34 +1300)]
enable airline
martin f. krafft [Thu, 21 Feb 2019 23:30:28 +0000 (12:30 +1300)]
enable voom addon
martin f. krafft [Thu, 21 Feb 2019 23:22:08 +0000 (12:22 +1300)]
add python ;trace shortcut
martin f. krafft [Thu, 21 Feb 2019 23:21:14 +0000 (12:21 +1300)]
ignore tags files
martin f. krafft [Thu, 21 Feb 2019 23:20:27 +0000 (12:20 +1300)]
remove vcscommand plugin
martin f. krafft [Thu, 21 Feb 2019 23:11:47 +0000 (12:11 +1300)]
add surround addon
martin f. krafft [Thu, 21 Feb 2019 23:08:55 +0000 (12:08 +1300)]
add jinja syntax addon
martin f. krafft [Thu, 21 Feb 2019 23:08:20 +0000 (12:08 +1300)]
add deb plugin
martin f. krafft [Thu, 21 Feb 2019 22:49:37 +0000 (11:49 +1300)]
enable pathogen
martin f. krafft [Thu, 21 Feb 2019 22:40:37 +0000 (11:40 +1300)]
fixup latex-suite installation
martin f. krafft [Thu, 21 Feb 2019 22:34:18 +0000 (11:34 +1300)]
add Tabular addon
martin f. krafft [Thu, 21 Feb 2019 22:32:37 +0000 (11:32 +1300)]
enable ledger plugin
martin f. krafft [Thu, 21 Feb 2019 22:32:08 +0000 (11:32 +1300)]
update vcsh gitignore
Jelle Zijlstra [Sun, 24 Feb 2019 17:15:03 +0000 (09:15 -0800)]
remove --py36 (#724)
Fixes #703.
Josef Fortier [Sat, 23 Feb 2019 23:47:08 +0000 (17:47 -0600)]
Test ftdetect (settings)
triggering ftdetect allows testing post settings
Josef Fortier [Sat, 23 Feb 2019 23:45:58 +0000 (17:45 -0600)]
Debug cleanup
Josef Fortier [Sat, 23 Feb 2019 22:50:43 +0000 (16:50 -0600)]
Minimal test of generate
Josef Fortier [Sat, 23 Feb 2019 22:46:32 +0000 (16:46 -0600)]
Add password testing
length is a reasonable proxy
Josef Fortier [Sat, 23 Feb 2019 22:44:11 +0000 (16:44 -0600)]
Sort of correct
Josef Fortier [Sat, 23 Feb 2019 21:47:38 +0000 (15:47 -0600)]
cursorline makes obfuscation more palatable
Josef Fortier [Sat, 23 Feb 2019 21:38:57 +0000 (15:38 -0600)]
Settings work, "increment" works
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
Josef Fortier [Sat, 23 Feb 2019 15:34:30 +0000 (09:34 -0600)]
Change settings to a dictionary/array
Jelle Zijlstra [Sat, 23 Feb 2019 06:00:40 +0000 (22:00 -0800)]
split long del statements into multiple lines (#698)
Fixes #693
Josef Fortier [Sat, 23 Feb 2019 04:34:01 +0000 (22:34 -0600)]
Update README
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
Josef Fortier [Sat, 23 Feb 2019 03:03:28 +0000 (21:03 -0600)]
Generalize highlighting
Read values from current colorscheme for "redacted" highlights
martin f. krafft [Thu, 21 Feb 2019 22:29:56 +0000 (11:29 +1300)]
remove obsolete mappings and stuff
martin f. krafft [Thu, 21 Feb 2019 22:29:39 +0000 (11:29 +1300)]
encapsulate local settings in cpo
martin f. krafft [Thu, 21 Feb 2019 22:27:01 +0000 (11:27 +1300)]
vcards now properly identified
martin f. krafft [Thu, 21 Feb 2019 22:26:46 +0000 (11:26 +1300)]
vimperator/pentadactyl no longer used
martin f. krafft [Thu, 21 Feb 2019 22:25:12 +0000 (11:25 +1300)]
remove last position in favour of plugin
martin f. krafft [Thu, 21 Feb 2019 22:24:48 +0000 (11:24 +1300)]
remove logcheck autocmds
martin f. krafft [Thu, 21 Feb 2019 22:24:21 +0000 (11:24 +1300)]
version check obsoleted
martin f. krafft [Thu, 21 Feb 2019 22:23:14 +0000 (11:23 +1300)]
remove modeline that is no longer needed
martin f. krafft [Thu, 21 Feb 2019 22:22:54 +0000 (11:22 +1300)]
remove broken symlinks
martin f. krafft [Thu, 21 Feb 2019 22:21:17 +0000 (11:21 +1300)]
remove snipmate
martin f. krafft [Thu, 21 Feb 2019 21:39:22 +0000 (10:39 +1300)]
remove closetag plugin
martin f. krafft [Thu, 21 Feb 2019 01:30:22 +0000 (14:30 +1300)]
disable list/trailing-space highlighting for mail
martin f. krafft [Thu, 21 Feb 2019 01:24:16 +0000 (14:24 +1300)]
fix format list pattern
martin f. krafft [Thu, 21 Feb 2019 01:23:56 +0000 (14:23 +1300)]
utf8 is default
martin f. krafft [Thu, 21 Feb 2019 01:21:43 +0000 (14:21 +1300)]
improve format-flowed handling
martin f. krafft [Thu, 21 Feb 2019 01:21:05 +0000 (14:21 +1300)]
move all mail ftplugin stuff to after
programmer04 [Wed, 20 Feb 2019 19:11:14 +0000 (20:11 +0100)]
Fix example with well formated code (add missing comma) (#720)
sponsfreixes [Sat, 16 Feb 2019 06:18:58 +0000 (22:18 -0800)]
Improve examples to use 88 chars line length (#677) (#714)
The examples were wrapping at less than 88 characters, which is not the
default for black.
Jelle Zijlstra [Thu, 14 Feb 2019 20:23:56 +0000 (12:23 -0800)]
add missing aiohttp dep (#699)
add missing aiohttp dep
Also mark 3.8 as allowed to fail for now; it will fail due to an aiohttp bug.
Fixes #690
Greg Gandenberger [Thu, 14 Feb 2019 01:41:58 +0000 (19:41 -0600)]
Add PyCharm setup step (#680)
Zsolt Dollenstein [Thu, 7 Feb 2019 03:16:49 +0000 (03:16 +0000)]
Remove numeric underscore normalization (#696)
Jelle Zijlstra [Thu, 7 Feb 2019 02:43:50 +0000 (18:43 -0800)]
Add `--target-version` option to allow users to choose targeted Python versions (#618)
Hugo [Wed, 6 Feb 2019 16:07:31 +0000 (18:07 +0200)]
'sudo: required' no longer required https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration (#694)
Jakub Kadlubiec [Wed, 6 Feb 2019 16:05:40 +0000 (17:05 +0100)]
Properly close the code block in README (#695)
Nathan Goldbaum [Tue, 5 Feb 2019 18:50:59 +0000 (12:50 -0600)]
show how to exclude individual files in the exclude example (#663)
* show how to exclude individual files in the exclude example
* include comments in the regex
Kyle Sunden [Tue, 5 Feb 2019 03:12:51 +0000 (21:12 -0600)]
Update readthedocs.yml (#611)
I'm pretty sure the name shouldn't be 'jupyterhub'
Bryan Forbes [Tue, 5 Feb 2019 03:08:06 +0000 (21:08 -0600)]
Format pyi files correctly (#599)
Samuel Cormier-Iijima [Tue, 5 Feb 2019 02:55:01 +0000 (21:55 -0500)]
Fix indent calculation with tabs when computing prefixes (#595)
Closes #262
Jan Hnátek [Tue, 5 Feb 2019 02:42:42 +0000 (03:42 +0100)]
Fix location of expression.diff in the change notification message (#670)
Jimmy Jia [Tue, 29 Jan 2019 21:46:19 +0000 (16:46 -0500)]
chore: Fix noqa comment (#684)
Omitting the colon makes Flake8 ignore all errors, rather than the specific code.
Daniel Hahler [Tue, 29 Jan 2019 11:53:51 +0000 (12:53 +0100)]
spec/make-coverage: do not `cat` profile files (#123)
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
Stephen Gregoratto [Sun, 20 Jan 2019 07:07:58 +0000 (18:07 +1100)]
Add support for gopass edit files
Anthony Sottile [Sat, 19 Jan 2019 04:59:17 +0000 (20:59 -0800)]
Atomically write cache files (#674)
Anthony Sottile [Fri, 18 Jan 2019 20:52:56 +0000 (12:52 -0800)]
Turn off pre-commit's automatic parallelization for black (#675)
black internally uses multiprocessing for speed. In pre-commit 1.13.0 this is automated by the framework itself however if both pre-commit and black are forking processes this is slower and hits race-conditions in `black`.
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*
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
Stefan Wimmer [Sun, 13 Jan 2019 18:40:42 +0000 (19:40 +0100)]
- forgot to update the README ;-)
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
Anthony Sottile [Sat, 12 Jan 2019 17:23:20 +0000 (09:23 -0800)]
delete some dead code (#669)
dead code detected via [dead](https://github.com/asottile/dead)
- **`KEYWORDS`**: introduced (unreferenced) in
e74117f172e29e8a980e2c9de929ad50d3769150
- **`FLOW_CONTROL`**: last referenced in
e9a940d69e789ce8caf1f3c1ded786dc102df2fd
"clean" command:
```
dead --exclude '^(tests/data/|docs/conf.py|blib2to3/)' | grep -Ev '^(visit_.*|show|_stop_signal|lib2to3_unparse) '
```
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
Florent Thiéry [Thu, 10 Jan 2019 14:46:19 +0000 (15:46 +0100)]
explain how to install with vim 8's pack feature
martin f. krafft [Wed, 9 Jan 2019 13:30:12 +0000 (14:30 +0100)]
remove snippets
martin f. krafft [Wed, 9 Jan 2019 13:30:08 +0000 (14:30 +0100)]
enable format_flowed support
Hiroshi Shirosaki [Wed, 9 Jan 2019 11:20:30 +0000 (20:20 +0900)]
Add documentation for strikethrough extension
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
Utsav Shah [Sat, 5 Jan 2019 19:20:12 +0000 (11:20 -0800)]
Add support for special comments in multiline functions (#642)
Kenyon Ralph [Sat, 5 Jan 2019 18:46:07 +0000 (10:46 -0800)]
README.md: fix mailto link (#660)
Tsuyoshi Hombashi [Mon, 31 Dec 2018 13:03:31 +0000 (22:03 +0900)]
Improve an error message when failed to load pyproject.toml (#653)
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
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
Stefan Wimmer [Wed, 26 Dec 2018 00:48:05 +0000 (01:48 +0100)]
- added DiffAdded & DiffRemoved
- unified magenta
Daniel Hahler [Sat, 22 Dec 2018 08:04:41 +0000 (09:04 +0100)]
Merge pull request #118 from blueyed/searchpair-timeout
Improve performance