]> git.madduck.net Git - etc/vim.git/shortlog

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
2018-07-26 Fergal HaineyAdd Gemfile.lock to .gitignore
2018-07-26 Daniel HahlerMerge pull request #112 from blueyed/fix-97
2018-07-26 Daniel HahlerSimplify s:find_start_of_block
2018-07-26 Daniel HahlerFix indenting of "else" with outer if
2018-07-26 Daniel HahlerFix multiline handling with blank lines (#111)
2018-07-24 Daniel HahlerRemove dead s:pair_pos (#108)
2018-07-24 Daniel HahlerMerge pull request #110 from blueyed/v8.1.0129
2018-07-24 Daniel HahlerFix cython tests that successful due to Vim segfaulting...
2018-07-24 Daniel Hahlertests: use Vim v8.1.0129 to work around Vim bug
2018-07-22 Daniel HahlerREADME: update badges: CircleCI/Codecov
2018-07-22 Daniel HahlerAddress Flake8's E127 with "if (" (#102)
2018-07-21 Daniel Hahlertests: fix vim.kill: use <CR> (#109)
2018-07-21 Daniel HahlerCoverage reporting via covimerage (#107)
2018-07-21 Daniel HahlerUse Docker for easier test running (#86)
2018-07-17 Daniel Hahlertests: remove nil from hang-closing tests (#105)
2018-07-16 Daniel HahlerTravis: do not pin rvm (#103)
2018-07-16 Daniel HahlerTravis: remove vint for now
2018-07-16 Daniel HahlerGemfile: update vimrunner to 0.3.4 (#104)
2018-07-15 Daniel HahlerREADME: add Troubleshooting section
2018-07-15 Jake HarrAdd option for hanging closing brackets (#94)
2017-11-17 Daniel HahlerRevert "Improve s:find_start_of_multiline_statement...
2017-11-16 Daniel HahlerMerge pull request #91 from Vimjas/maxoff-by-type
2017-11-16 Daniel Hahleruse 50 for round parens, add tests
2017-10-09 Daniel HahlerImprove s:find_start_of_multiline_statement: only look...
2017-10-07 Daniel Hahlers:find_opening_paren: use known nearest for stopline
2017-10-07 Daniel HahlerIntermediate fix for indenting huge dicts
2017-10-07 Daniel HahlerImprove tests (#93)
2017-10-07 Daniel Hahlertests: explicitly enable old "should" syntax to fix...
2017-08-21 Ivan SmirnovIndent next line if prev line is empty (+tests) (#88)
2017-07-30 Daniel HahlerTravis: update config (#87)
2017-07-30 Daniel Hahlertests: insert blank lines before each test (#89)
2017-07-29 Daniel HahlerREADME: add g: prefix to config section
2017-07-29 Daniel HahlerUpgrade vimrunner to 0.3.3 (#85)
2017-07-29 Daniel HahlerTravis: run vint, build only master branch
2017-07-29 Daniel HahlerLint fixes (vint)
2017-07-29 Daniel HahlerDo not set expandtab, (soft)tabstop, shiftwidth (#83)
2017-07-29 Ivan SmirnovIndent empty lines inside blocks (#81)
2017-07-29 Daniel HahlerAdd a symlink for cython (#74)
2017-01-28 Daniel HahlerTake over maintainership, move it to Vimjas org
2016-09-03 Daniel Hahlerfix multiline strings when breaking a string after...
2016-09-03 Daniel HahlerFix indentation of "else" in nested "if" (#59)
2016-09-03 Daniel Hahlerspec_helper: pass in already obtained line (#60)
2016-09-02 Daniel HahlerUpdate vimrunner: 0.3.1 => 0.3.2 (#57)
2016-07-06 Daniel HahlerImprove handling of multiline strings (#50)
2016-07-04 Daniel HahlerFix keeping indent with 'else' for 'if' after 'try...
2016-07-03 Hynek SchlawackMerge pull request #54 from blueyed/fix-typo
2016-07-03 Hynek SchlawackMerge pull request #53 from blueyed/factor-out-dedented...
2016-07-03 Daniel HahlerRemove AUTHORS, link to contributors on GitHub
2016-07-03 Daniel HahlerUppercase Vim
2016-07-03 Daniel HahlerFix typo: s/it with/with
2016-07-03 Daniel HahlerFactor out is_dedented_already
2016-06-21 Antony LeeAdd Cython support (#48)
2015-05-23 Daniel HahlerFix regression with colon-at-eol detection (#44)
2015-05-12 Daniel HahlerMerge pull request #41 from blueyed/fix-jedi-call-signa...
2015-05-08 Daniel HahlerImprove handling of lookup in previous lines
2015-05-07 Daniel HahlerVimrunner: doc for config.reuse_server=false
2015-05-07 Daniel HahlerUpdate vimrunner to 0.3.1
2015-05-07 Daniel HahlerTravis: display vim --version
2015-05-07 Daniel HahlerMerge pull request #42 from blueyed/more-indent-functio...
2015-05-06 Daniel HahlerAdd more indentation after function/class definition
2015-05-06 Daniel HahlerFix indenting of strings, especially after opening...
2015-05-06 Hynek SchlawackMerge pull request #40 from blueyed/fix-comment
2015-05-06 Daniel HahlerFix comment for s:skip_search usage
2015-03-03 Hynek SchlawackMerge pull request #39 from blueyed/fix-indent
2015-03-03 Hynek SchlawackMerge pull request #38 from blueyed/doc-fix-sw-note
2015-03-03 Daniel Hahlerdoc: fix comment about 'sw': 0 is used to follow 'ts'
2015-02-27 Daniel Hahlerminor style: fix indenting for multiline statement
2014-11-21 Hynek SchlawackMerge pull request #35 from tgs/master
2014-11-21 Thomas SmithFix demo indentation
2014-09-08 Hynek SchlawackMerge branch 'pr/34'
2014-09-08 Hynek SchlawackApply more polish
2014-09-08 Hynek SchlawackAdd more licensing stuff
2014-09-08 Hynek SchlawackPolish the docs a bit
2014-09-06 Bryan BennettRevert back to using RST
2014-09-05 Bryan BennettUpdate AUTHORS.rst
2014-09-05 Bryan BennettRST -> MD and add references to other installers
2014-09-05 Bryan BennettRename README.rst to README.md
2014-07-08 Jelte FennemaFix indenting of strings between brackets
2014-06-27 Hynek SchlawackMerge pull request #26 from dantesun/master
2014-05-15 Dante Sunset shiftwidth,tabstop and softtabstop to 4
2014-04-06 Hynek SchlawackMerge pull request #24 from has2k1/fix-indent-eagerness
2014-03-24 Hassan KibirigeFix test case introduced in last commit.
2014-03-22 Hassan KibirigeMake fix work even with of preceeding empty lines.
2014-03-13 Hassan KibirigeRefix issue #5 (Correct indent after end of block)
2014-01-12 Hynek SchlawackMerge pull request #20 from kljohann/clean_up
2014-01-07 Johann Klähnprevent ':' from indenting inside unfinished string
2014-01-07 Johann Klähnprevent tests being shadowed by first line rule
2014-01-04 Johann Klähnunindent 'else' after 'for' and 'try/except'
2014-01-04 Johann Klähnfix regression for multiple parens of different types
2014-01-04 Johann Klähncorrectly indent after parens in control structures
2014-01-04 Johann Klähnclean up implementation
2014-01-03 Hynek SchlawackUnindent 'finally' after 'else' too
2014-01-03 Hynek SchlawackUn-indent for "else" after "for" and "try/except"
2013-11-09 Hynek SchlawackMerge pull request #19 from kljohann/tests
2013-11-09 Johann Klähnrun test cases for different settings
2013-11-09 LeoMaoIndent correctly after lines with '#'s in strings
2013-10-31 has2k1Fix issue #5 (Correct indent after end of block)
2013-10-29 Hynek SchlawackExpand Hassan's name
2013-10-27 Hynek SchlawackMerge pull request #16 from has2k1/commented-out-tests
2013-09-25 has2k1Fix failing commented out tests
next