| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:7.4.470 | Julian Mehne | 2014-12-14 |
| | | | | | | | | Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-470 | ||
| * | vim-patch:7.4.463 | Julian Mehne | 2014-12-14 |
| | | | | | | | | Problem: Test 86 and 87 may hang on MS-Windows. Solution: Call inputrestore() after inputsave(). (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-463 | ||
| * | Make test29 work with nocompatible. | Julian Mehne | 2014-12-13 |
| | | |||
| * | vim-patch:7.4.249 | Scott Prager | 2014-12-11 |
| | | | | | | | | Problem: Using setreg() with a list of numbers does not work. Solution: Use a separate buffer for numbers. (ZyX) https://code.google.com/p/vim/source/detail?r=v7-4-249 | ||
| * | vim-patch:7.4.243 | Scott Prager | 2014-12-11 |
| | | | | | | | | Problem: Cannot use setreg() to add text that includes a NUL. Solution: Make setreg() accept a list. https://code.google.com/p/vim/source/detail?r=v7-4-243 | ||
| * | docs: Remove EBCDIC remnants | Michael Reed | 2014-12-09 |
| | | |||
| * | Allow the rest of the old tests to pass with nocp. | Julian Mehne | 2014-12-06 |
| | | | | | | | | | test40.in, test60.in, test_breakindent.in, test_listlbr.in, test_listlbr_utf8.in: To avoid <tab> triggering wildmode, set wildchar to 'cp' default. test_breakindent.ok: Modify expectations to avoid cpoptions+=n | ||
| * | Allow most old tests to pass with nocp. | Joel Teichroeb | 2014-12-06 |
| | | | | | | test69.in: because 'nocp' sets 'esckeys', add an extra <esc> to avoid 'tm' pause. | ||
| * | Remove remaining crypto references | Michael Reed | 2014-12-03 |
| | | | | | | | | Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality. | ||
| * | Merge pull request #1516 from fmoralesc/new-patches | Justin M. Keyes | 2014-11-27 |
| |\ | | | | | vim-patch:7.4.425,435,467,472,473,478 | ||
| | * | vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block mode | Felipe Morales | 2014-11-27 |
| | | | | | | | | | | | | | | | | | vim-patch:7.4.467 Avoid a problem with unwanted linebreaks in block mode https://code.google.com/p/vim/source/detail?r=v7-4-467 | ||
| * | | Fix Makefile for running valgrind with old tests. | Julian Mehne | 2014-11-22 |
| | | | |||
| * | | legacy tests: migrate test105 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test26 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test101 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test75 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test51 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test43 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test33 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test67 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test66 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test25 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test104 | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: remove test21 files | Rainer Borene | 2014-11-20 |
| | | | |||
| * | | legacy tests: migrate test5 | Rainer Borene | 2014-11-20 |
| |/ | |||
| * | vim-patch:7.4.378 #1217 | André Twupack | 2014-11-14 |
| | | | | | | | | Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd) https://code.google.com/p/vim/source/detail?r=v7-4-378 | ||
| * | vim-patch:7.4.421 | Scott Prager | 2014-11-13 |
| | | | | | | | | Problem: Crash when searching for "\ze*". (Urtica Dioica) Solution: Disallow a multi after \ze and \zs. https://code.google.com/p/vim/source/detail?r=v7-4-421 | ||
| * | Merge pull request #1283 from splinterofchaos/breakindent-tab | Justin M. Keyes | 2014-11-12 |
| |\ | | | | | vim-patch:7.4.416 + vim-patch:7.4.417 | ||
| | * | vim-patch:7.4.417 | Scott Prager | 2014-11-12 |
| | | | | | | | | | | | | | | | | | Problem: After splitting a window and setting 'breakindent' the default minimum with is not respected. Solution: Call briopt_check() when copying options to a new window. https://code.google.com/p/vim/source/detail?r=v7-4-417 | ||
| | * | vim-patch:7.4.416 | Scott Prager | 2014-11-11 |
| | | | | | | | | | | | | | | | Problem: Problem with breakindent/showbreak and tabs. Solution: Handle tabs differently. (Christian Brabandt) https://code.google.com/p/vim/source/detail?name=v7-4-416 | ||
| * | | vim-patch:7.4.419 | Scott Prager | 2014-11-11 |
| |/ | | | | | | | | Problem: Whan part of a list is locked it's possible to make changes. Solution: Check if any of the list items is locked before make a change. (ZyX) https://code.google.com/p/vim/source/detail?r=v7-4-419 | ||
| * | legacy tests: migrate test7 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test6 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test28 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test20 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test97 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test46 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test27 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test54 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test41 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test23 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test56 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test_autoformat_join | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test_changelist | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test81 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test_utf8 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test_insertcount | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test_options | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test18 | Rainer Borene | 2014-11-04 |
| | | |||
| * | legacy tests: migrate test106 | Rainer Borene | 2014-11-04 |
| | | |||