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.
2025-04-08 |
martin f. krafft | Merge commit 'c58a4f3586473f7476510714698e60835fcb94ef' |
tree | commitdiff |
2025-04-08 |
martin f. krafft | Squashed '.vim/bundle/vim-markdown/' changes from da5a7... |
tree | commitdiff |
2021-10-14 |
martin f. krafft | Add '.vim/bundle/vim-python-pep8-indent/' from commit... |
tree | commitdiff |
2020-03-20 |
Daniel Hahler | Fix outer "elif" with inner "if" (#136) |
tree | commitdiff |
2020-01-26 |
martin f. krafft | Add '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f... |
tree | commitdiff |
2019-06-05 |
Hiroshi Shirosaki | Merge branch 'pythonic_level1' |
tree | commitdiff |
2019-05-13 |
Daniel Hahler | Improve/fix indent with closing parenthesis (#129) |
tree | commitdiff |
2019-05-11 |
Daniel Hahler | Fix indent of "elif" after "else" (#128) |
tree | commitdiff |
2019-05-11 |
Daniel Hahler | Use only one level of indentation after opening paren... |
tree | commitdiff |
2019-05-11 |
Daniel Hahler | Fix indent with pythonTodo at end of line (#124) |
tree | commitdiff |
2019-01-09 |
Hiroshi Shirosaki | Merge pull request #367 from 91khr/master |
tree | commitdiff |
2018-12-22 |
Daniel Hahler | Merge pull request #118 from blueyed/searchpair-timeout |
tree | commitdiff |
2018-11-18 |
Daniel Hahler | Merge branch 'master' into searchpair-timeout |
tree | commitdiff |
2018-11-18 |
Daniel Hahler | Merge pull request #120 from blueyed/cleanup |
tree | commitdiff |
2018-11-18 |
Daniel Hahler | s:find_opening_paren: pass lnum/col always, no winsaveview |
tree | commitdiff |
2018-11-18 |
Daniel Hahler | Inline s:skip_search |
tree | commitdiff |
2018-11-17 |
Daniel Hahler | s:find_opening_paren: remove wrong optimization |
tree | commitdiff |
2018-11-17 |
Daniel Hahler | Merge branch 'master' into searchpair-timeout |
tree | commitdiff |
2018-11-17 |
Daniel Hahler | Keep/handle (auto)indent with O (#119) |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Cover/fix non-matching multiline closing |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | s:find_opening_paren: code style |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | s:find_opening_paren: pass lnum/col always, no winsaveview |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Use s:_skip_special_chars function directly/only, optimize |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | s:indent_like_previous_line: switch conditions |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Inline s:skip_search |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Do not skip/check concealed |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Use s:_skip_special_chars function |
tree | commitdiff |
2018-11-16 |
Daniel Hahler | Add g:python_pep8_indent_searchpair_timeout |
tree | commitdiff |
2018-09-17 |
Daniel Hahler | Fix handling of pythonBytesEscape from vim-python/pytho... |
tree | commitdiff |
2018-07-26 |
Daniel Hahler | Handle byte strings in s:skip_special_chars (#113) |
tree | commitdiff |
2018-07-26 |
Daniel Hahler | Merge pull request #112 from blueyed/fix-97 |
tree | commitdiff |
2018-07-26 |
Daniel Hahler | Simplify s:find_start_of_block |
tree | commitdiff |
2018-07-26 |
Daniel Hahler | Fix indenting of "else" with outer if |
tree | commitdiff |
2018-07-26 |
Daniel Hahler | Fix multiline handling with blank lines (#111) |
tree | commitdiff |
2018-07-26 |
Hiroshi Shirosaki | Merge branch 'master' into master |
tree | commitdiff |
2018-07-26 |
Hiroshi Shirosaki | Merge pull request #375 from anowlcalledjosh/auto-inser... |
tree | commitdiff |
2018-07-24 |
Daniel Hahler | Remove dead s:pair_pos (#108) |
tree | commitdiff |
2018-07-22 |
Daniel Hahler | Address Flake8's E127 with "if (" (#102) |
tree | commitdiff |
2018-07-15 |
Jake Harr | Add option for hanging closing brackets (#94) |
tree | commitdiff |
2018-06-05 |
Josh Holland | Add option to disable automatic bullet insertion |
tree | commitdiff |
2017-11-17 |
Daniel Hahler | Revert "Improve s:find_start_of_multiline_statement... |
tree | commitdiff |
2017-11-16 |
Daniel Hahler | Merge pull request #91 from Vimjas/maxoff-by-type |
tree | commitdiff |
2017-11-16 |
Daniel Hahler | use 50 for round parens, add tests |
tree | commitdiff |
2017-10-09 |
Daniel Hahler | Improve s:find_start_of_multiline_statement: only look... |
tree | commitdiff |
2017-10-07 |
Daniel Hahler | s:find_opening_paren: use known nearest for stopline |
tree | commitdiff |
2017-10-07 |
Daniel Hahler | Intermediate fix for indenting huge dicts |
tree | commitdiff |
2017-08-21 |
Ivan Smirnov | Indent next line if prev line is empty (+tests) (#88) |
tree | commitdiff |
2017-07-29 |
Daniel Hahler | Lint fixes (vint) |
tree | commitdiff |
2017-07-29 |
Daniel Hahler | Do not set expandtab, (soft)tabstop, shiftwidth (#83) |
tree | commitdiff |
2017-07-29 |
Ivan Smirnov | Indent empty lines inside blocks (#81) |
tree | commitdiff |
2017-07-29 |
Daniel Hahler | Add a symlink for cython (#74) |
tree | commitdiff |
2017-01-28 |
Daniel Hahler | Take over maintainership, move it to Vimjas org |
tree | commitdiff |
2016-09-03 |
Daniel Hahler | fix multiline strings when breaking a string after... |
tree | commitdiff |
2016-09-03 |
Daniel Hahler | Fix indentation of "else" in nested "if" (#59) |
tree | commitdiff |
2016-07-06 |
Daniel Hahler | Improve handling of multiline strings (#50) |
tree | commitdiff |
2016-07-04 |
Daniel Hahler | Fix keeping indent with 'else' for 'if' after 'try... |
tree | commitdiff |
2016-07-03 |
Hynek Schlawack | Merge pull request #54 from blueyed/fix-typo |
tree | commitdiff |
2016-07-03 |
Hynek Schlawack | Merge pull request #53 from blueyed/factor-out-dedented... |
tree | commitdiff |
2016-07-03 |
Daniel Hahler | Factor out is_dedented_already |
tree | commitdiff |
2016-06-21 |
Antony Lee | Add Cython support (#48) |
tree | commitdiff |
2016-02-21 |
Hiroshi Shirosaki | Merge pull request #261 from bekkou68/configurable_new_... |
tree | commitdiff |
2016-02-20 |
Takumi Tsunokake | make new list item indent configurable |
tree | commitdiff |
2016-01-27 |
Hiroshi Shirosaki | No indent hash header after list |
tree | commitdiff |
2016-01-27 |
Hiroshi Shirosaki | Change function name to camel case |
tree | commitdiff |
2016-01-25 |
Hiroshi Shirosaki | No autoindent after the list |
tree | commitdiff |
2016-01-14 |
Hiroshi Shirosaki | Merge pull request #241 from alexconst/fix/hash_comments |
tree | commitdiff |
2016-01-13 |
Hiroshi Shirosaki | Improve code block syntax and fix test failures |
tree | commitdiff |
2015-12-22 |
Hiroshi Shirosaki | No autoindent in code block |
tree | commitdiff |
2015-11-16 |
Hiroshi Shirosaki | Fix indent with syntax off |
tree | commitdiff |
2015-09-09 |
Ciro Santilli 六四事件... | Merge pull request #221 from yuex/feature/mkd2markdown |
tree | commitdiff |
2015-09-02 |
Yue Xin | swap out mkd, successfully... |
tree | commitdiff |
2015-05-23 |
Daniel Hahler | Fix regression with colon-at-eol detection (#44) |
tree | commitdiff |
2015-05-12 |
Daniel Hahler | Merge pull request #41 from blueyed/fix-jedi-call-signa... |
tree | commitdiff |
2015-05-08 |
Daniel Hahler | Improve handling of lookup in previous lines |
tree | commitdiff |
2015-05-07 |
Daniel Hahler | Merge pull request #42 from blueyed/more-indent-functio... |
tree | commitdiff |
2015-05-06 |
Daniel Hahler | Add more indentation after function/class definition |
tree | commitdiff |
2015-05-06 |
Daniel Hahler | Fix indenting of strings, especially after opening... |
tree | commitdiff |
2015-05-06 |
Hynek Schlawack | Merge pull request #40 from blueyed/fix-comment |
tree | commitdiff |
2015-05-06 |
Daniel Hahler | Fix comment for s:skip_search usage |
tree | commitdiff |
2015-03-14 |
Ciro Santilli | Merge pull request #177 from cirosantilli/readme-h1 |
tree | commitdiff |
2015-03-14 |
Ciro Santilli | Merge pull request #178 from cirosantilli/readme-format |
tree | commitdiff |
2015-03-03 |
Hynek Schlawack | Merge pull request #39 from blueyed/fix-indent |
tree | commitdiff |
2015-03-03 |
Hynek Schlawack | Merge pull request #38 from blueyed/doc-fix-sw-note |
tree | commitdiff |
2015-03-03 |
Daniel Hahler | doc: fix comment about 'sw': 0 is used to follow 'ts' |
tree | commitdiff |
2015-02-27 |
Daniel Hahler | minor style: fix indenting for multiline statement |
tree | commitdiff |
2015-02-21 |
Ciro Santilli | Merge pull request #179 from cirosantilli/toc-nomodifia... |
tree | commitdiff |
2015-02-21 |
Ciro Santilli | Merge pull request #168 from cirosantilli/rm-smartindent |
tree | commitdiff |
2015-01-25 |
Ciro Santilli | Remove nosmartindent: indentexpr overrules it. |
tree | commitdiff |
2014-09-08 |
Hynek Schlawack | Merge branch 'pr/34' |
tree | commitdiff |
2014-09-08 |
Hynek Schlawack | Add more licensing stuff |
tree | commitdiff |
2014-09-07 |
Ciro Santilli | Merge pull request #103 from fmoralesc/patch-1 |
tree | commitdiff |
2014-09-01 |
deris0126 | Fix indent after list items |
tree | commitdiff |
2014-07-08 |
Jelte Fennema | Fix indenting of strings between brackets |
tree | commitdiff |
2014-06-27 |
Hynek Schlawack | Merge pull request #26 from dantesun/master |
tree | commitdiff |
2014-05-15 |
Dante Sun | set shiftwidth,tabstop and softtabstop to 4 |
tree | commitdiff |
2014-04-23 |
Ciro Santilli | Merge pull request #70 from beyondwdq/master |
tree | commitdiff |
2014-04-15 |
Danqi Wang | Better support for bullet insertion and auto indentatio... |
tree | commitdiff |
2014-04-06 |
Hynek Schlawack | Merge pull request #24 from has2k1/fix-indent-eagerness |
tree | commitdiff |
2014-03-22 |
Hassan Kibirige | Make fix work even with of preceeding empty lines. |
tree | commitdiff |
2014-03-13 |
Hassan Kibirige | Refix issue #5 (Correct indent after end of block) |
tree | commitdiff |
next |