| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | 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 | |
| | | ||||
| * | legacy tests: migrate test22 | Rainer Borene | 2014-11-04 | |
| | | ||||
| * | legacy tests: migrate test9 | Rainer Borene | 2014-11-04 | |
| | | ||||
| * | legacy tests: migrate test102 | Rainer Borene | 2014-11-04 | |
| | | ||||
| * | legacy tests: migrate test4 | Rainer Borene | 2014-11-04 | |
| | | ||||
| * | vim-patch:7.4.433 | Scott Prager | 2014-10-25 | |
| | | | | | | | | Problem: Test 75 fails on MS-Windows. Solution: Use ":normal" instead of feedkeys(). (Michael Soyka) https://code.google.com/p/vim/source/detail?r=v7-4-433 | |||
| * | Merge pull request #1332 from splinterofchaos/listbr | Justin M. Keyes | 2014-10-23 | |
| |\ | | | | | vim-patch:7.4.422 | |||
| | * | vim-patch:7.4.422 | Scott Prager | 2014-10-23 | |
| | | | | | | | | | | | | | | | | | Problem: When using conceal with linebreak some text is not displayed correctly. (Grüner Gimpel) Solution: Check for conceal mode when using linebreak. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-422 | |||
| * | | vim-patch:7.4.406 | Scott Prager | 2014-10-23 | |
| |/ | | | | | | | Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka) https://code.google.com/p/vim/source/detail?r=v7-4-406 | |||
| * | legacy tests: migrate test35. #1318 | Nate Sullivan | 2014-10-22 | |
| | | | | | | Migrate vim's integration test 35 (increment/decrement commands) to lua/busted. | |||
| * | vim-patch:7.4.408 | Scott Prager | 2014-10-10 | |
| | | | | | | | | Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-408 | |||
| * | vim-patch:7.4.375 | Scott Prager | 2014-10-06 | |
| | | | | | | | | Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka) https://code.google.com/p/vim/source/detail?r=v7-4-375 | |||
| * | test: Add some specs for the viml function `system()` | Thiago de Arruda | 2014-10-01 | |
| | | | | | These new specs replace src/nvim/testdir/test_system | |||
| * | Old-style test for system(list). | Scott Prager | 2014-09-30 | |
| | | ||||
| * | Merge pull request #1219 from atwupack/vp-7.4.386 | Justin M. Keyes | 2014-09-26 | |
| |\ | | | | | vim-patch:7.4.386 | |||
| | * | vim-patch:7.4.386 | André Twupack | 2014-09-22 | |
| | | | | | | | | | | | | | | | Problem: When splitting a window the changelist position is wrong. Solution: Copy the changelist position. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-386 | |||