aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent
Commit message (Collapse)AuthorAge
* vim-patch:939a1abShougo Matsushita2016-10-04
| | | | | | Updated runtime files. https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
* vim-patch:77cdfd1James McCoy2016-07-08
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/77cdfd10382e01cc51f4ba1a9177032351843151 Ignore changes to: * doc/channel.txt, doc/eval.txt: Channel related docs * doc/options.txt: GUI related docs * doc/tags: Generated at build time * doc/todo.txt: Irrelevant for Neovim
* vim-patch:328da0dJames McCoy2016-07-08
| | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/328da0dcb7be34b594725eef6dc98d3ea6516d69 Ignore changes to * doc/channel.txt, doc/eval.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt: Irrelevant to Neovim
* vim-patch:f391327James McCoy2016-07-08
| | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907 Ignore changes to * doc/todo.txt: Irrelevant for Neovim * doc/channel.txt: Channel docs * doc/tags, syntax/vim.vim: Generated at build time
* vim-patch:cbebd48James McCoy2016-06-07
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a Ignore changes to * doc/channel.txt, doc/eval.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt: Not relevant to Neovim * ftplugin/man.vim: Change already present in autoload/man.vim
* vim-patch:681baafJames McCoy2016-06-07
| | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91 Ignore changes to * doc/channel.txt, doc/eval.txt, doc/usr_41.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt: Not relevant to Neovim
* vim-patch:298b440James McCoy2016-06-06
| | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b Ignore changes to * doc/netbeans.txt * doc/tags: generated at build time * doc/todo.txt * doc/usr_41.txt, doc/various.txt: +channel related docs
* vim-patch:705ada1James McCoy2016-06-06
| | | | | | | | | | | Update a few runtime files. https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2 Ignored changes to * doc/eval.txt, all json related documentation * doc/if_mzsch.txt * doc/tags, generated at build time
* vim-patch:acb4f22James McCoy2016-05-25
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5 Ignored changes to: * doc/eval.txt since alloc_fail isn't relevant for neovim * doc/index.txt for unmerge :smile command * doc/tags, syntax/vim.vim since they're generated at build time * doc/todo.txt
* indent/lua.vim: fix indent of nested elseifJustin M. Keyes2016-05-16
|\
| * Fix indenting nested elseifsRobert Andrew Ditthardt2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, ``` if bool then --stuff elseif bool2 then --morestuff elseif bool3 then --more stuff else --fail end ``` Would get indented out strangely when using =. Now it behaves correctly.
* | vim-patch:256972aKillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b Missing files in runtime/doc: todo.txt, tags. Patch to runtime/doc/syntax.txt was applied manually in part, for no discernible reason.
* | vim-patch:b4ff518KillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b Missing files: runtime/doc/tags, runtime/doc/todo.txt. Changes to runtime/doc/if_pyth.txt, runtime/doc/options.txt and runtime/doc/quickref.txt did not aply. Excluded runtime/syntax/vim.vim.
* | vim-patch:d7464beKillTheMule2016-05-03
| | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/d7464be9747fcaa8e6210e1f00a3882932df76e2 Applied cleanly except for runtime/docs/todo.txt and runtime/docs/tags.
* | vim-patch:60cce2fDavid Barnett2016-04-18
| | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
* | vim-patch:ca63501David Barnett2016-04-18
| | | | | | | | | | | | Update various runtime files. https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
* | vim-patch:fc39ecDavid Barnett2016-04-16
| | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/fc39ecf8ded5466d7e9cbde8db75517718b023d8
* | vim-patch:f913281watiko2016-03-29
| | | | | | | | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
* | vim-patch:86ae720watiko2016-03-29
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/86ae720d7567fcbbe40f00cf136c797953f21038
* | vim-patch:541f92 #4173David Barnett2016-02-07
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/541f92
* | vim-patch:7.4.656Justin Gassner2016-01-25
| | | | | | | | | | | | | | Problem: Missing changes for glob() in one file. Solution: Add the missing changes. https://github.com/vim/vim/commit/d8b77f7dc04e5721989df9c505b8568194261a39
* | vim-patch:e3faf44Justin Gassner2016-01-08
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/e3faf44bef029d07f37a457bd0050653b628058f
* | vim-patch:8a94d87Justin M. Keyes2015-12-17
| | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
* | Merge pull request #3859 from justinmk/vim-83caecfJustin M. Keyes2015-12-17
|\ \ | | | | | | vim-patch:83caecf
| * | vim-patch:83caecfJustin M. Keyes2015-12-17
| |/ | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/83caecf31437c1e1af342186514f2a073ee1427e
* / vim-patch:9da7ff7Justin M. Keyes2015-12-17
|/ | | | | | Updated runtime files. https://github.com/vim/vim/commit/9da7ff70cc22c941b7e6810c7d960d0061040436
* vim-patch:f2571c6Marco Hinz2015-11-08
| | | | | | Update runtime files. References #3625.
* vim-patch:8feef4f #3444rosston2015-10-11
| | | | | | Update runtime files. https://github.com/vim/vim/commit/8feef4ff6253afb9dcc61c40082ed4fbb96b685c
* vim-patch:5d89d9b #2922Justin Gassner2015-08-02
| | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=5d89d9b40499059e1a64dc35fbae94313fba0098
* vim-patch:c5d53d4 #2695Florian Walch2015-05-19
| | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=c5d53d4c3e2e24e23fc4272bf91be3c031ccb598
* Update R runtime filesJakson Alves de Aquino2015-04-03
| | | | | | | | indent/r.vim : change shiftwidth to 2 and minor bug fixes. indent/rhelp.vim : move the position of the test if the script was already sourced indent/rmd.vim : minor bug fix indent/rnoweb.vim : minor bug fix syntax/r.vim : minor bug fixes and improvement (distinguish = from ==)
* vim-patch:47b1887Florian Walch2015-01-20
| | | | | | Updated runtime files. https://code.google.com/p/vim/source/detail?r=47b1887483da0bc33d26a3e8d89973d76c9f39ef
* vim-patch:6921742Florian Walch2015-01-04
| | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=6921742f396a4abd21d7f69843b804ca0b96059c
* vim-patch:babc6a1Florian Walch2014-12-30
| | | | | | Runtime file updates. https://code.google.com/p/vim/source/detail?r=babc6a1d4c270e3a8004dad9d3b3648f067bdfde
* vim-patch:1e8ebf8Florian Walch2014-12-30
| | | | | | Updated runtime files. https://code.google.com/p/vim/source/detail?r=1e8ebf870720e7b671f98f22d653009826304c4f
* runtime: fix executable bit on some filesJohn Szakmeister2014-09-22
|
* Spelling fixesWill Stamper2014-08-24
|
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>