]>
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:
Hiroshi Shirosaki [Tue, 26 Mar 2019 00:36:59 +0000 (09:36 +0900)]
Merge pull request #423 from tobinjt/folding-fix
Folding fix
Hiroshi Shirosaki [Tue, 26 Mar 2019 00:34:26 +0000 (09:34 +0900)]
Merge pull request #422 from tobinjt/testing-fix
Testing fix
John Tobin [Mon, 25 Mar 2019 20:30:10 +0000 (20:30 +0000)]
Merge branch 'master' into testing-fix
John Tobin [Mon, 25 Mar 2019 20:29:57 +0000 (20:29 +0000)]
Merge branch 'master' into folding-fix
Jelle Zijlstra [Mon, 25 Mar 2019 15:22:02 +0000 (08:22 -0700)]
Split the TRAILING_COMMA feature (#763)
Hiroshi Shirosaki [Mon, 25 Mar 2019 04:55:23 +0000 (13:55 +0900)]
Merge pull request #421 from jneidel/patch-1
Fix typo
Jonathan Neidel [Sun, 24 Mar 2019 18:47:57 +0000 (19:47 +0100)]
Fix typo
line -> lines
martin f. krafft [Sat, 23 Mar 2019 22:19:08 +0000 (11:19 +1300)]
fix numbered line formatting
Daniele Esposti [Wed, 20 Mar 2019 15:40:01 +0000 (15:40 +0000)]
Terget version option kebab-style (#770)
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.
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.
Thom Lu [Sun, 17 Mar 2019 16:27:50 +0000 (11:27 -0500)]
fix vim plugin for 19.3b0 (#755) (#766)
Jelle Zijlstra [Sat, 16 Mar 2019 18:35:18 +0000 (11:35 -0700)]
redo grammar selection, add test (#765)
Zsolt Dollenstein [Sat, 16 Mar 2019 16:26:50 +0000 (16:26 +0000)]
fix appveyor deploy section
Zsolt Dollenstein [Sat, 16 Mar 2019 14:00:59 +0000 (14:00 +0000)]
Use new github token for appveyor release
Jelle Zijlstra [Fri, 15 Mar 2019 18:42:24 +0000 (11:42 -0700)]
add change log entry (#764)
Jelle Zijlstra [Fri, 15 Mar 2019 17:39:08 +0000 (10:39 -0700)]
fix incorrect call (#762)
Andy Freeland [Thu, 14 Mar 2019 23:42:54 +0000 (16:42 -0700)]
Fix print() function on Python 2 (#754)
Fixes #752
Łukasz Langa [Thu, 14 Mar 2019 17:09:10 +0000 (18:09 +0100)]
v19.3b0
Jelle Zijlstra [Thu, 14 Mar 2019 16:31:27 +0000 (09:31 -0700)]
Add back --py36 as a deprecated option (#750)
This partially reverts commit
21ab37a5d92c866a289320cba7c4689df70b3342 .
Łukasz Langa [Thu, 14 Mar 2019 16:08:45 +0000 (17:08 +0100)]
Mention tab comment fixes, extend tests
Łukasz Langa [Thu, 14 Mar 2019 15:40:31 +0000 (16:40 +0100)]
Mention atomic cache creation in the change log
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)