aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | vim-patch:7.4.1259KillTheMule2016-05-10
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No test for what patch 7.3.414 fixed. Solution: Add a test. (Elias Diem) https://github.com/vim/vim/commit/3fc3e14282c182c046d1335f3d576bc0eeb605c5
* | | | | | | | | Merge pull request #4733 from AdnoC/hi-link-cleared-groupJustin M. Keyes2016-05-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix linking a cleared highlight group Closes #4549 Closes #2756 Closes #4236
| * | | | | | | | | test/syntax: Add testing for linking to cleared highlight groupsAdnoC2016-05-10
| | | | | | | | | |
| * | | | | | | | | syntax: Allow cleared highlight groups to be linkedAdnoC2016-05-10
| |/ / / / / / / /
* | | | | | | | | test/functional/helpers.lua: Fix dedent() #4735KillTheMule2016-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The character class %s also matches a newline in lua, that's not really what we want here. It works in the other cases in this function, so I left them, but the final gsub should preserve newlines.
* | | | | | | | | Merge pull request #4729 from jbradaric/vim-7.4.1047Justin M. Keyes2016-05-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch 7.4.1047, 7.4.1048, 7.4.1049
| * | | | | | | | | vim-patch:7.4.1049Jurica Bradaric2016-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Wordcount test still still fails on MS-Windows. Solution: Set 'fileformats' to "unix". https://github.com/vim/vim/commit/485dace817a99f4cf92a598845d27c8ee685df93
| * | | | | | | | | vim-patch:7.4.1048Jurica Bradaric2016-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Wordcount test still fail on MS-Windows. Solution: Set 'fileformat' to "unix". https://github.com/vim/vim/commit/c7803a1c42228566ee2e2efcd621b21d0a8ed3ea
| * | | | | | | | | vim-patch:7.4.1047Jurica Bradaric2016-05-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive. https://github.com/vim/vim/commit/7f68203168aeb22fcf8a5a9680503fe16759ebd4
* | | | | | | | | Merge pull request #4730 from jbradaric/vim-7.4.1052Justin M. Keyes2016-05-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1052
| * | | | | | | | | vim-patch:7.4.1052Jurica Bradaric2016-05-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line. https://github.com/vim/vim/commit/04bff88df6211f64731bf8f5afa088e94496db16
* | | | | | | | | Merge pull request #4731 from jbradaric/vim-7.4.1054Justin M. Keyes2016-05-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1054
| * | | | | | | | | vim-patch:7.4.1054Jurica Bradaric2016-05-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Illegal memory access. Solution: Check for missing pattern. (Dominique Pelle) https://github.com/vim/vim/commit/2795e21eaafaeaf95a91667fd411023280d0f902
* | | | | | | | | doc/starting.txt: fix numbering #4728KillTheMule2016-05-10
| | | | | | | | |
* | | | | | | | | 'termguicolors' #4690Shougo Matsushita2016-05-10
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: Only works at startup (i.e., in the user's init.vim/vimrc/--cmd), but it should probably work at any time. --- patch 7.4.1799 Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi) https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 patch 7.4.1806 Problem: 'termguicolors' option missing from the options window. Solution: Add the entry. https://github.com/vim/vim/commit/8e3d1b6326c103cc92f8d07b1161ee5172acf201 patch 7.4.1808 Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata) https://github.com/vim/vim/commit/8a24b794b89916c8074892e7b25121a21f1fa9c9 patch 7.4.1809 Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name. https://github.com/vim/vim/commit/868cfc19bb079a16ca58884b551486566f35419b
* | | | | | | | Merge pull request #4727 from bfredl/citestlintJustin M. Keyes2016-05-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travis: run testlint in lint build
| * | | | | | | | Makefile: let "lint" target run both clint and testlintBjörn Linse2016-05-10
| |/ / / / / / /
* | | | | | | | Merge pull request #4724 from KillTheMule/more-testlintJustin M. Keyes2016-05-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Testlinting.
| * | | | | | | Testlinting.KillTheMule2016-05-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed in https://github.com/neovim/neovim/pull/4644/commits/fd3088b425b8c1f4f41eb715201e429ddd37af32
* | | | | | | Merge pull request #4588 from KillTheMule/vim-patch-1285Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | vim-patch: 7.4.1285
| * | | | | | Add documentation for reltimefloat()KillTheMule2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf Also adjust the entries for reltime() and reltimestr().
| * | | | | | vim-patch:cb00f03KillTheMule2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing test file. https://github.com/vim/vim/commit/cb00f039332d3188931035e9d07144546fdea78a Converted to a lua test. Change the tolerance of the test to avoid false positives on travis.
| * | | | | | vim-patch:7.4.1285KillTheMule2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot measure elapsed time. Solution: Add reltimefloat(). https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06 Applied manually. None of the ifdef's applies anymore, and proftime_T was changed into an uint64_T, so the function profile_float to convert proftime_T to float is not needed in nvim.
* | | | | | | vim-patch:7.4.1091 #4627Michael Ennen2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When making a change while need_wait_return is set there is a two second delay. Solution: Do not assume the ATTENTION prompt was given when need_wait_return was set already. https://github.com/vim/vim/commit/b01f357791f88c7083e58cf2b36509dd83f21ea2
* | | | | | | Merge pull request #4720 from jbradaric/vim-7.4.1042Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.1042
| * | | | | | | vim-patch:7.4.1042Jurica Bradaric2016-05-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: g-CTRL-G shows the word count, but there is no way to get the word count in a script. Solution: Add the wordcount() function. (Christian Brabandt) https://github.com/vim/vim/commit/ed767a2073ef150971b0439a58e7ee582af6984e
* | | | | | | Merge pull request #4695 from KillTheMule/vim-7.4.896Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.896
| * | | | | | | Linting.KillTheMule2016-05-08
| | | | | | | |
| * | | | | | | vim-patch:7.4.896Rui Abreu Ferreira2016-05-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Editing a URL, which netrw should handle, doesn't work. Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/b4f6a46b01ed00b642a2271e9d1559e51ab0f2c4 Cherry-picked from https://github.com/neovim/neovim/pull/810, rebased.
* | | | | | | Merge pull request #4717 from jamessan/vim-7.4.1015Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.1015
| * | | | | | | Linting all the daysJames McCoy2016-05-06
| | | | | | | |
| * | | | | | | vim-patch:7.4.1015James McCoy2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. Solution: Set the curswant flag. (Christian Brabandt). Also fix highlighting the match of the character before the cursor. https://github.com/vim/vim/commit/c21d67e33c1b42a492e04788cbb14a23a6724e39
* | | | | | | | version.c: update N/A. #4660Michael Ennen2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1562 is N/A because do_helptags(..) no longer has a dirname argument and dirname is explicitly allocated in the method body, so it must be freed. Helped-by: oni-link
* | | | | | | | Merge pull request #4639 from brcolow/vim-7.4.1347Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim-patch: 7.4.1347
| * | | | | | | | vim-patch: 7.4.1347Michael Ennen2016-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When there is any error Vim will use a non-zero exit code. Solution: When using ":silent!" do not set the exit code. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/8b778d55993d951a65f8a59843cecd177c707676
* | | | | | | | | Merge pull request #4628 from brcolow/vim-7.4.1101Justin M. Keyes2016-05-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch: 7.4.1101
| * | | | | | | | | vim-patch: 7.4.1101Michael Ennen2016-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: With 'rightleft' and concealing the cursor may move to the wrong position. Solution: Compute the column differently when 'rightleft' is set. (Hirohito Higashi) https://github.com/vim/vim/commit/e39b3d9fb4e4006684c33847d1ef6a0d742699dd
* | | | | | | | | | Merge pull request #4718 from jszakmeister/fix-some-failing-testsJustin M. Keyes2016-05-09
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Fix some failing tests.
| * | | | | | | | | test/functional: clear the temp directory before each tempfile testJohn Szakmeister2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's possible that the first test encounters a temp directory with files in it, due to a previous test causing the first test to fail. Instead, let's clean up before and after the test to make sure the temp area is pristine before and after the test.
| * | | | | | | | | test/functional: fix a dependency on the previous test suiteJohn Szakmeister2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While trying to debug an issue, I discovered that the tests for illegal arguments depended on the prior suite having run and started a session. Let's remove that unintentional dependency by starting our own session before each test.
| * | | | | | | | | test/functional: prefix the cd command with silent to prevent hangingJohn Szakmeister2016-05-06
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In longer directory paths, the test can hang waiting for the user to hit enter to continue. Let's use the silent prefix to avoid this.
* | | | | | | | | Merge pull request #4707 from sach1t/wconversion-getcharFelipe Oliveira Carvalho2016-05-07
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | getchar.c wconversion: Change typessach1t2016-05-07
| | | | | | | | |
| * | | | | | | | Enable -Wconversion for getchar.csach1t2016-05-07
|/ / / / / / / /
* | | | | | | | Merge pull request #4715 from jamessan/vim-7.4.1007Justin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim-patch:7.4.1007, 7.4.1010
| * | | | | | | | version.c: Mark 7.4.1010 as NAJames McCoy2016-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7.4.1010 relies on the “:smile” command that was added in 7.4.1005, which was also marked NA.
| * | | | | | | | vim-patch:7.4.1007James McCoy2016-05-06
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When a symbolic link points to a file in the root directory, the swapfile is not correct. Solution: Do not try getting the full name of a file in the root directory. (Milly, closes vim/vim#501) https://github.com/vim/vim/commit/e3303cb0817e826e3c25d5dc4ac10b569d0841e1 This was already fixed in Neovim by c708061.
* | | | | | | | Merge pull request #4350 from DarkDefender/term_colorJustin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix guessing incorrect color index in terminal
| * | | | | | | | Fix guessing incorrect color index in terminalSebastian Parborg2016-03-01
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | This should fix issue #2323
* | | | | | | | Merge pull request #4705 from equalsraf/tb-fix-os-nodetypeJustin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Windows: Fix os_nodetype() default return