]> git.madduck.net Git - etc/vim.git/history - indent

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:

Do not set EDITOR/VISUAL for shell
[etc/vim.git] / indent /
2025-04-08 martin f. krafftMerge commit 'c58a4f3586473f7476510714698e60835fcb94ef'
2025-04-08 martin f. krafftSquashed '.vim/bundle/vim-markdown/' changes from da5a7...
2021-10-14 martin f. krafftAdd '.vim/bundle/vim-python-pep8-indent/' from commit...
2020-03-20 Daniel HahlerFix outer "elif" with inner "if" (#136)
2020-01-26 martin f. krafftAdd '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f...
2019-06-05 Hiroshi ShirosakiMerge branch 'pythonic_level1'
2019-05-13 Daniel HahlerImprove/fix indent with closing parenthesis (#129)
2019-05-11 Daniel HahlerFix indent of "elif" after "else" (#128)
2019-05-11 Daniel HahlerUse only one level of indentation after opening paren...
2019-05-11 Daniel HahlerFix indent with pythonTodo at end of line (#124)
2019-01-09 Hiroshi ShirosakiMerge pull request #367 from 91khr/master
2018-12-22 Daniel HahlerMerge pull request #118 from blueyed/searchpair-timeout
2018-11-18 Daniel HahlerMerge branch 'master' into searchpair-timeout
2018-11-18 Daniel HahlerMerge pull request #120 from blueyed/cleanup
2018-11-18 Daniel Hahlers:find_opening_paren: pass lnum/col always, no winsaveview
2018-11-18 Daniel HahlerInline s:skip_search
2018-11-17 Daniel Hahlers:find_opening_paren: remove wrong optimization
2018-11-17 Daniel HahlerMerge branch 'master' into searchpair-timeout
2018-11-17 Daniel HahlerKeep/handle (auto)indent with O (#119)
2018-11-16 Daniel HahlerCover/fix non-matching multiline closing
2018-11-16 Daniel Hahlers:find_opening_paren: code style
2018-11-16 Daniel Hahlers:find_opening_paren: pass lnum/col always, no winsaveview
2018-11-16 Daniel HahlerUse s:_skip_special_chars function directly/only, optimize
2018-11-16 Daniel Hahlers:indent_like_previous_line: switch conditions
2018-11-16 Daniel HahlerInline s:skip_search
2018-11-16 Daniel HahlerDo not skip/check concealed
2018-11-16 Daniel HahlerUse s:_skip_special_chars function
2018-11-16 Daniel HahlerAdd g:python_pep8_indent_searchpair_timeout
2018-09-17 Daniel HahlerFix handling of pythonBytesEscape from vim-python/pytho...
2018-07-26 Daniel HahlerHandle byte strings in s:skip_special_chars (#113)
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-26 Hiroshi ShirosakiMerge branch 'master' into master
2018-07-26 Hiroshi ShirosakiMerge pull request #375 from anowlcalledjosh/auto-inser...
2018-07-24 Daniel HahlerRemove dead s:pair_pos (#108)
2018-07-22 Daniel HahlerAddress Flake8's E127 with "if (" (#102)
2018-07-15 Jake HarrAdd option for hanging closing brackets (#94)
2018-06-05 Josh HollandAdd option to disable automatic bullet insertion
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-08-21 Ivan SmirnovIndent next line if prev line is empty (+tests) (#88)
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-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 HahlerFactor out is_dedented_already
2016-06-21 Antony LeeAdd Cython support (#48)
2016-02-21 Hiroshi ShirosakiMerge pull request #261 from bekkou68/configurable_new_...
2016-02-20 Takumi Tsunokakemake new list item indent configurable
2016-01-27 Hiroshi ShirosakiNo indent hash header after list
2016-01-27 Hiroshi ShirosakiChange function name to camel case
2016-01-25 Hiroshi ShirosakiNo autoindent after the list
2016-01-14 Hiroshi ShirosakiMerge pull request #241 from alexconst/fix/hash_comments
2016-01-13 Hiroshi ShirosakiImprove code block syntax and fix test failures
2015-12-22 Hiroshi ShirosakiNo autoindent in code block
2015-11-16 Hiroshi ShirosakiFix indent with syntax off
2015-09-09 Ciro Santilli 六四事件... Merge pull request #221 from yuex/feature/mkd2markdown
2015-09-02 Yue Xinswap out mkd, successfully...
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 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-14 Ciro SantilliMerge pull request #177 from cirosantilli/readme-h1
2015-03-14 Ciro SantilliMerge pull request #178 from cirosantilli/readme-format
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
2015-02-21 Ciro SantilliMerge pull request #179 from cirosantilli/toc-nomodifia...
2015-02-21 Ciro SantilliMerge pull request #168 from cirosantilli/rm-smartindent
2015-01-25 Ciro SantilliRemove nosmartindent: indentexpr overrules it.
2014-09-08 Hynek SchlawackMerge branch 'pr/34'
2014-09-08 Hynek SchlawackAdd more licensing stuff
2014-09-07 Ciro SantilliMerge pull request #103 from fmoralesc/patch-1
2014-09-01 deris0126Fix indent after list items
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-23 Ciro SantilliMerge pull request #70 from beyondwdq/master
2014-04-15 Danqi WangBetter support for bullet insertion and auto indentatio...
2014-04-06 Hynek SchlawackMerge pull request #24 from has2k1/fix-indent-eagerness
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)
next