aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
Commit message (Collapse)AuthorAge
* Merge #7444 'vim-patch: test :profile'Justin M. Keyes2017-10-29
|\
| * vim-patch:8.0.0944Justin M. Keyes2017-10-29
| | | | | | | | | | | | | | | | Problem: Test_profile is a little bit flaky. Solution: Accept a match when self and total time are the same. (James McCoy, closes vim/vim#1972) https://github.com/vim/vim/commit/d21b16f3c0c676bfe3a37aef1ac3118e1ecded60
| * vim-patch:8.0.0196ckelsel2017-10-27
| | | | | | | | | | | | | | | | Problem: The test for :profile is slow and does not work on MS-Windows. Solution: Use the "-es" argument. (Dominique Pelle) Swap single and double quotes for system() https://github.com/vim/vim/commit/c011a3d083001bcd9853b4447422f1819f3cee2f
| * vim-patch:8.0.0194ckelsel2017-10-27
| | | | | | | | | | | | | | Problem: Profile tests fails if total and self time are equal. Solution: Make one time optional. https://github.com/vim/vim/commit/e32bbded641a5da0263ecf82f9ccc95a8e0a089e
| * vim-patch:8.0.0189ckelsel2017-10-27
| | | | | | | | | | | | | | Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes vim/vim#1383) https://github.com/vim/vim/commit/296b1f28ca9cedeb55872f306808b2214b519ce7
* | vim-patch:8.0.0206 (#7446)KunMing Xie2017-10-28
|/ | | | | | Problem: Test coverage for :retab insufficient. Solution: Add test for :retab. (Dominique Pelle, closes vim/vim#1391) https://github.com/vim/vim/commit/8822744b4d9d40aa1fd59870a8bdd7c64c59a42b
* :version : show Lua[Jit] version (#7436)Justin M. Keyes2017-10-24
| | | Also remove vestigial `extra_patches` code.
* vim-patch:8.0.0140 (#7428)KunMing Xie2017-10-22
| | | | | | | | Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709) https://github.com/vim/vim/commit/f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0
* Merge pull request #7404 from jamessan/vim-8.0.0118James McCoy2017-10-18
|\ | | | | vim-patch:8.0.0118
| * vim-patch:8.0.0118James McCoy2017-10-17
| | | | | | | | | | | | | | | | | | Runtime updates that were bundled into the otherwise NA commit: Problem: "make proto" adds extra function prototype. Solution: Add vim/vim#ifdef. https://github.com/vim/vim/commit/5162822914372fc916a93f85848c0c82209e7cec
* | Merge #7399 ':checkhealth (built-in)'Justin M. Keyes2017-10-17
|\ \ | |/ |/|
| * doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
| |
* | Merge pull request #7372 from ckelsel/vim-8.0.0183James McCoy2017-10-17
|\ \ | | | | | | vim-patch:8.0.0183 NA
| * | vim-patch:8.0.0183 NAckelsel2017-10-10
| |/ | | | | | | | | | | | | Problem: Ubsan warns for using a pointer that is not aligned. Solution: First copy the address. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/7173b47958a238bb07f80b8f26fb232b0ea69b4a
* | Merge pull request #7313 from ckelsel/vim-8.0.0101James McCoy2017-10-17
|\ \ | |/ |/| vim-patch:8.0.0101,8.0.0102,8.0.0104,8.0.0106
| * Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101ckelsel2017-10-10
| |\
| * \ Merge branch 'master' of https://github.com/neovim/neovim into vim-8.0.0101ckelsel2017-09-27
| |\ \ | | | | | | | | | | | | fix Conflicts
| * | | vim-patch:8.0.0106ckelsel2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use a semicolon in 'backupext'. (Jeff) Solution: Allow for a few more characters when "secure" isn't set. https://github.com/vim/vim/commit/0945eaface83e78138fbd40f95cc590bab0e8c86
| * | | vim-patch: 8.0.0104ckelsel2017-09-24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Value of 'thesaurus' option not checked properly. Solution: Add P_NDNAME flag. (Daisuke Suzuki) https://github.com/vim/vim/commit/f422bcc7f9615fe91fa69b059cfe4785093d3d4a
| | * | | vim-patch:8.0.0101ckelsel2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Some options are not strictly checked. Solution: Add flags for strickter checks. https://github.com/vim/vim/commit/031cb743ae154cfb727a9b7787bdcb61202ff1c8
| * | | | vim-patch:8.0.0102ckelsel2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot set 'dictionary' to a path. Solution: Allow for slash and backslash. Add a test (partly by Daisuke Suzuki, closes vim/vim#1279, closes vim/vim#1284) https://github.com/vim/vim/commit/7554da4033498c4da0af3cde542c3e87e9097b73
| * | | | vim-patch:8.0.0101ckelsel2017-09-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Some options are not strictly checked. Solution: Add flags for strickter checks. https://github.com/vim/vim/commit/031cb743ae154cfb727a9b7787bdcb61202ff1c8
* | | | Merge #7327 from ckelsel/vim-8.0.0131Justin M. Keyes2017-10-09
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into vim-8.0.0131KunMing Xie2017-10-08
| |\ \ \
| * | | | vim-patch:8.0.0155ckelsel2017-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When sorting zero elements a NULL pointer is passed to qsort(), which ubsan warns for. Solution: Don't call qsort() if there are no elements. (Dominique Pelle) https://github.com/vim/vim/commit/a216255a4faa91a15e7005ac319f2f62294f3f9e
| * | | | vim-patch:8.0.0132ckelsel2017-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test fails because of using :finish. Solution: Change to return. https://github.com/vim/vim/commit/4c8980b717f73042f1d625ee255fa74eddb989ba
| * | | | vim-patch:8.0.0131ckelsel2017-09-27
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Problem: Not enough test coverage for syntax commands. Solution: Add more tests. (Dominique Pelle) https://github.com/vim/vim/commit/73b484c4da00011317dc68ada4f5dfc6515ad263
* | | | vim-patch:8.0.0164 (#7368)KunMing Xie2017-10-08
| |/ / |/| | | | | | | | | | | | | | Problem: Outdated and misplaced comments. Solution: Fix the comments. https://github.com/vim/vim/commit/caa55b65c204946d160c1b743c5f8f3b506dc4d3
* | | vim-patch:8.0.0142 (#7335)KunMing Xie2017-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | see also #7082 Problem: Normal colors are wrong with 'termguicolors'. Solution: Initialize to INVALCOLOR instead of zero. (Ben Jackson, closes vim/vim#1344) https://github.com/vim/vim/commit/0cdb72aa38c4a0140c94d56bf8bc17cb30260ebf
* | | vim-patch:8.0.0148 #7344ckelsel2017-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When a C preprocessor statement has two line continuations the following line does not have the right indent. (Ken Takata) Solution: Add the indent of the previous continuation line. (Hirohito Higashi) https://github.com/vim/vim/commit/c6aa475a27e3ed1645446b014c32ebf68d005d49
* | | vim-patch:8.0.0157 (#7362)KunMing Xie2017-10-07
|/ / | | | | | | | | | | Problem: No command line completion for ":syntax spell" and ":syntax sync". Solution: Implement the completion. (Dominique Pelle) https://github.com/vim/vim/commit/2d02839050a2557bf36dab37ccd9f92168a757d1
* | Merge pull request #7325 from jamessan/vim-8.0.0112James McCoy2017-09-26
|\ \ | | | | | | vim-patch:8.0.0112,8.0.0253,8.0.0258,8.0.1024,8.0.1025
| * | vim-patch:8.0.1025James McCoy2017-09-26
| | | | | | | | | | | | | | | | | | | | | Problem: Stray copy command in test. Solution: Remove the copy command. https://github.com/vim/vim/commit/4e83961985abb78757b135f29ac4ffde675247af
| * | vim-patch:8.0.1024James McCoy2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Manual folds are lost when a session file has the same buffer in two windows. (Jeansen) Solution: Use ":edit" only once. (Christian Brabandt, closes vim/vim#1958) https://github.com/vim/vim/commit/4bebc9a0565670b853d227f81a9a31eafdb47eed
| * | vim-patch:8.0.0258James McCoy2017-09-26
| | | | | | | | | | | | | | | | | | | | | Problem: mksession test leaves file behind. Solution: Delete the file. Rename files to start with "X". https://github.com/vim/vim/commit/c9b56b2ceb4662f87c39ea07ba5090a073fd6286
| * | vim-patch:8.0.0253James McCoy2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When creating a session when winminheight is 2 or larger and loading that session gives an error. Solution: Also set winminheight before setting winheight to 1. (Rafael Bodill, neovim vim/vim#5717) https://github.com/vim/vim/commit/36ae89c550a4f0a380606c3fb4a054957ad698f0
| * | vim-patch:8.0.0112James McCoy2017-09-26
| | | | | | | | | | | | | | | | | | | | | Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes vim/vim#1289) https://github.com/vim/vim/commit/eca626fcdb73d480660c78b9f84cc043fa561922
* | | Merge pull request #7310 from ckelsel/vim-8.0.0330James McCoy2017-09-26
|\ \ \ | | | | | | | | vim-patch:8.0.0330
| * | | vim-patch:8.0.0330ckelsel2017-09-24
| | |/ | |/| | | | | | | | | | | | | | | | Problem: Illegal memory access after "vapo". (Dominique Pelle) Solution: Fix the cursor column. https://github.com/vim/vim/commit/84b2a381451e9068b09ef6d85f5e8cf1598e7355
* | | Merge pull request #7309 from ckelsel/vim-8.0.0328James McCoy2017-09-26
|\ \ \ | |_|/ |/| | vim-patch:8.0.0328
| * | vim-patch:8.0.0328ckelsel2017-09-24
| |/ | | | | | | | | | | | | Problem: The "zero count" error doesn't have a number. (Hirohito Higashi) Solution: Give it a number and be more specific about the error. https://github.com/vim/vim/commit/23a5558cfd860401aa694f0302d621887440f031
* | Merge pull request #7311 from ckelsel/vim-8.0.0333James McCoy2017-09-26
|\ \ | | | | | | vim-patch:8.0.0333
| * | vim-patch:8.0.0333ckelsel2017-09-24
| |/ | | | | | | | | | | | | Problem: Illegal memory access when 'complete' ends in a backslash. Solution: Check for trailing backslash. (Dominique Pelle, closes vim/vim#1478) https://github.com/vim/vim/commit/226c53429109f24e31c17016aedfd7fbf7a9aa50
* / vim-patch:8.0.0091 (#7312)KunMing Xie2017-09-24
|/ | | | | | | Problem: Test_help_complete sometimes fails in MS-Windows console. Solution: Use getcompletion() instead of feedkeys() and command line completion. (Hirohito Higashi) https://github.com/vim/vim/commit/9f0e423c2818c0cacd0810f9c3c67cbb6b80963d
* vim-patch:8.0.0294 (#7305)Michael Schupikov2017-09-23
| | | | | | | | | | Problem: Argument list is not stored correctly in a session file. (lgpasquale) Solution: Use "$argadd" instead of "argadd". (closes vim/vim#1434) https://github.com/vim/vim/commit/79da563cf9220b9abb83455a68d995684133ea56 Signed-off-by: Michael Schupikov <michael@schupikov.de>
* vim-patch:8.0.0327 (#7281)KunMing Xie2017-09-17
| | | | | | | Problem: The E11 error message in the command line window is not translated. Solution: use _(). (Hirohito Higashi) https://github.com/vim/vim/commit/75c19464ed7fb6024af64747379e61abc4e4a483
* vim-patch:8.0.0324 (#7279)KunMing Xie2017-09-17
| | | | | | | Problem: Illegal memory access with "1;y". Solution: Call check_cursor() instead of check_cursor_lnum(). (Dominique Pelle, closes vim/vim#1455) https://github.com/vim/vim/commit/f1f6f3f7df2938b3583e341482d96c1d53124c51
* vim-patch:8.0.0302 NA (#7264)KunMing Xie2017-09-17
| | | | | | | | | (NA: Nvim removed the ability to set termcodes directly.) Problem: Cannot set terminal key codes with :let. Solution: Make it work. https://github.com/vim/vim/commit/e353c402e63b9b0a0bc06acf390e352d9e7eeaeb
* vim-patch:8.0.0305 (#7265)KunMing Xie2017-09-17
| | | | | | Problem: Invalid memory access when option has duplicate flag. Solution: Correct pointer computation. (Dominique Pelle, closes vim/vim#1442) https://github.com/vim/vim/commit/aaaf57d8a936efe420190c077e4a74041cc6c72e
* Vim-patch 8.0.0300 (#7258)KunMing Xie2017-09-11
| | | | | | | | | vim-patch:8.0.0300 Problem: Cannot stop diffing hidden buffers. (Daniel Hahler) Solution: When using :diffoff! make the whole list if diffed buffers empty. (closes vim/vim#736) https://github.com/vim/vim/commit/25ea0544587dd45088512fec9d7a685e35fea679