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.
2018-11-17 |
Daniel Hahler | Merge branch 'master' into searchpair-timeout |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Daniel Hahler | Keep/handle (auto)indent with O (#119) |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Cover/fix non-matching multiline closing |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | s:find_opening_paren: code style |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | s:find_opening_paren: pass lnum/col always, no winsaveview |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Use s:_skip_special_chars function directly/only, optimize |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | s:indent_like_previous_line: switch conditions |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Inline s:skip_search |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Do not skip/check concealed |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Use s:_skip_special_chars function |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Daniel Hahler | Add g:python_pep8_indent_searchpair_timeout |
commit | commitdiff | tree | snapshot |
2018-09-17 |
Daniel Hahler | Fix handling of pythonBytesEscape from vim-python/pytho... |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Daniel Hahler | Handle byte strings in s:skip_special_chars (#113) |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Fergal Hainey | Remove bit about authors from contributing guide |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Fergal Hainey | Add Gemfile.lock to .gitignore |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Daniel Hahler | Merge pull request #112 from blueyed/fix-97 |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Daniel Hahler | Simplify s:find_start_of_block |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Daniel Hahler | Fix indenting of "else" with outer if |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Daniel Hahler | Fix multiline handling with blank lines (#111) |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Daniel Hahler | Remove dead s:pair_pos (#108) |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Daniel Hahler | Merge pull request #110 from blueyed/v8.1.0129 |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Daniel Hahler | Fix cython tests that successful due to Vim segfaulting... |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Daniel Hahler | tests: use Vim v8.1.0129 to work around Vim bug |
commit | commitdiff | tree | snapshot |
2018-07-22 |
Daniel Hahler | README: update badges: CircleCI/Codecov |
commit | commitdiff | tree | snapshot |
2018-07-22 |
Daniel Hahler | Address Flake8's E127 with "if (" (#102) |
commit | commitdiff | tree | snapshot |
2018-07-21 |
Daniel Hahler | tests: fix vim.kill: use <CR> (#109) |
commit | commitdiff | tree | snapshot |
2018-07-21 |
Daniel Hahler | Coverage reporting via covimerage (#107) |
commit | commitdiff | tree | snapshot |
2018-07-21 |
Daniel Hahler | Use Docker for easier test running (#86) |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Daniel Hahler | tests: remove nil from hang-closing tests (#105) |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Daniel Hahler | Travis: do not pin rvm (#103) |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Daniel Hahler | Travis: remove vint for now |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Daniel Hahler | Gemfile: update vimrunner to 0.3.4 (#104) |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Daniel Hahler | README: add Troubleshooting section |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Jake Harr | Add option for hanging closing brackets (#94) |
commit | commitdiff | tree | snapshot |
2017-11-17 |
Daniel Hahler | Revert "Improve s:find_start_of_multiline_statement... |
commit | commitdiff | tree | snapshot |
2017-11-16 |
Daniel Hahler | Merge pull request #91 from Vimjas/maxoff-by-type |
commit | commitdiff | tree | snapshot |
2017-11-16 |
Daniel Hahler | use 50 for round parens, add tests |
commit | commitdiff | tree | snapshot |
2017-10-09 |
Daniel Hahler | Improve s:find_start_of_multiline_statement: only look... |
commit | commitdiff | tree | snapshot |
2017-10-07 |
Daniel Hahler | s:find_opening_paren: use known nearest for stopline |
commit | commitdiff | tree | snapshot |
2017-10-07 |
Daniel Hahler | Intermediate fix for indenting huge dicts |
commit | commitdiff | tree | snapshot |
2017-10-07 |
Daniel Hahler | Improve tests (#93) |
commit | commitdiff | tree | snapshot |
2017-10-07 |
Daniel Hahler | tests: explicitly enable old "should" syntax to fix... |
commit | commitdiff | tree | snapshot |
2017-08-21 |
Ivan Smirnov | Indent next line if prev line is empty (+tests) (#88) |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Daniel Hahler | Travis: update config (#87) |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Daniel Hahler | tests: insert blank lines before each test (#89) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | README: add g: prefix to config section |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | Upgrade vimrunner to 0.3.3 (#85) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | Travis: run vint, build only master branch |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | Lint fixes (vint) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | Do not set expandtab, (soft)tabstop, shiftwidth (#83) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Ivan Smirnov | Indent empty lines inside blocks (#81) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Daniel Hahler | Add a symlink for cython (#74) |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Daniel Hahler | Take over maintainership, move it to Vimjas org |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Daniel Hahler | fix multiline strings when breaking a string after... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Daniel Hahler | Fix indentation of "else" in nested "if" (#59) |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Daniel Hahler | spec_helper: pass in already obtained line (#60) |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Daniel Hahler | Update vimrunner: 0.3.1 => 0.3.2 (#57) |
commit | commitdiff | tree | snapshot |
2016-07-06 |
Daniel Hahler | Improve handling of multiline strings (#50) |
commit | commitdiff | tree | snapshot |
2016-07-04 |
Daniel Hahler | Fix keeping indent with 'else' for 'if' after 'try... |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Hynek Schlawack | Merge pull request #54 from blueyed/fix-typo |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Hynek Schlawack | Merge pull request #53 from blueyed/factor-out-dedented... |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Daniel Hahler | Remove AUTHORS, link to contributors on GitHub |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Daniel Hahler | Uppercase Vim |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Daniel Hahler | Fix typo: s/it with/with |
commit | commitdiff | tree | snapshot |
2016-07-03 |
Daniel Hahler | Factor out is_dedented_already |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Antony Lee | Add Cython support (#48) |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Daniel Hahler | Fix regression with colon-at-eol detection (#44) |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Daniel Hahler | Merge pull request #41 from blueyed/fix-jedi-call-signa... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Daniel Hahler | Improve handling of lookup in previous lines |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Daniel Hahler | Vimrunner: doc for config.reuse_server=false |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Daniel Hahler | Update vimrunner to 0.3.1 |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Daniel Hahler | Travis: display vim --version |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Daniel Hahler | Merge pull request #42 from blueyed/more-indent-functio... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Daniel Hahler | Add more indentation after function/class definition |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Daniel Hahler | Fix indenting of strings, especially after opening... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Hynek Schlawack | Merge pull request #40 from blueyed/fix-comment |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Daniel Hahler | Fix comment for s:skip_search usage |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Hynek Schlawack | Merge pull request #39 from blueyed/fix-indent |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Hynek Schlawack | Merge pull request #38 from blueyed/doc-fix-sw-note |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Daniel Hahler | doc: fix comment about 'sw': 0 is used to follow 'ts' |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Daniel Hahler | minor style: fix indenting for multiline statement |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Hynek Schlawack | Merge pull request #35 from tgs/master |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Thomas Smith | Fix demo indentation |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Hynek Schlawack | Merge branch 'pr/34' |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Hynek Schlawack | Apply more polish |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Hynek Schlawack | Add more licensing stuff |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Hynek Schlawack | Polish the docs a bit |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Bryan Bennett | Revert back to using RST |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bryan Bennett | Update AUTHORS.rst |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bryan Bennett | RST -> MD and add references to other installers |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bryan Bennett | Rename README.rst to README.md |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Jelte Fennema | Fix indenting of strings between brackets |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Hynek Schlawack | Merge pull request #26 from dantesun/master |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Dante Sun | set shiftwidth,tabstop and softtabstop to 4 |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Hynek Schlawack | Merge pull request #24 from has2k1/fix-indent-eagerness |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Hassan Kibirige | Fix test case introduced in last commit. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Hassan Kibirige | Make fix work even with of preceeding empty lines. |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Hassan Kibirige | Refix issue #5 (Correct indent after end of block) |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Hynek Schlawack | Merge pull request #20 from kljohann/clean_up |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Johann Klähn | prevent ':' from indenting inside unfinished string |
commit | commitdiff | tree | snapshot |
next |