aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | 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 #7340 'menu_get: print keycodes'Justin M. Keyes2017-10-16
|\ \ \ \ \ \
| * | | | | | Deal with NOP, add actext to outputKillTheMule2017-10-02
| | | | | | |
| * | | | | | menu_get: prettyprint special charsKillTheMule2017-10-01
| | | | | | |
* | | | | | | syntax: 'cursorline': revert priority change (#7400)Justin M. Keyes2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref #7383 reverts d1874ab2821d076397290cc154d87ec2dc352c79 ref #6380
* | | | | | | ops: save and restore clipboard batch status when entering cmdline windowBjörn Linse2017-10-15
| | | | | | |
* | | | | | | getcmdline_prompt: Temporarily disable msg_silent so prompt is displayedJames McCoy2017-10-14
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1636 Closes #7378
* | | | | | 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
* | | | | | Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
|\ \ \ \ \ \
| * | | | | | test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - test all properties - test failure modes
| * | | | | | Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Remove duplicate ATTRENTRY_INITMatthieu Coudron2017-09-30
| | | | | | |
| | * | | | | Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
| | | | | | |
| | * | | | | Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
| | | | | | |
| | * | | | | Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in order to retrieve highlights. Added test/functional/api/highlight_spec.lua HL_NORMAL is not really a good name, since it's more like an empty attribute than the normal's one. If one pays attention, syn_cterm_attr2entry is never called with attr=0 because it's always special cased before. I suggest in subsequent PRs we remove the ATTR_OFF and just insert an EMPTY ATTR/RESET_ATTR/UNINITIALIZED for id 0.
* | / | | | 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
* | | | | Merge #7364 lower priority of 'cursorline', 'cursorcolumn'Justin M. Keyes2017-10-07
|\ \ \ \ \
| * | | | | syntax: 'cursorline': low priority #6380Justin M. Keyes2017-10-07
| | | | | |
| * | | | | syntax: 'cursorcolumn', 'colorcolumn': low priority #6380Justin M. Keyes2017-10-07
| | | | | |
* | | | | | resettitle(): remove conditions (#7360)Justin M. Keyes2017-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These conditions were added in #7358 for no apparent reason. ref https://github.com/neovim/neovim/pull/7358#discussion_r143064448
* | | | | | 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
* | | | | eval.c: ga_concat_esc() #7357Andrew Ferreira2017-10-07
| | | | | | | | | | | | | | | | | | | | vim-patch:2368917d8f0c0a997eac7a51ddfaa748dc528392 closes #7256
* | | | | 'titleold': move logic to getout()Justin M. Keyes2017-10-05
| | | | |
* | | | | 'titleold': simplify behaviorJustin M. Keyes2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - default 'titleold' to empty - set title on exit if 'title' is enabled and 'titleold' is non-empty - update docs
* | | | | 'titleold': set UI title on exit #7191nate2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | closes #7129 ref #4063
* | | | | Stub ngettext when libintl isn't availableJames McCoy2017-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been included in #6547 as part of vim-patch:7.4.2152. Closes #7352
* | | | | win: vim_FullName(): force backslashes #7287Ignas Anikevicius2017-10-02
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace obvious cases of '/' literal with PATHSEP. (There are still some remaining cases that need closer inspection.) - Fixup tests: ui/screen_basic closes #7117 ref https://github.com/neovim/neovim/issues/2471#issuecomment-271193714
* / / / oldtest: Run test_mksession_utf8 testsJames McCoy2017-09-27
|/ / /
* | | 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
| * | | lintJames McCoy2017-09-26
| | | |
| * | | 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
* | Move definition of cstrchr above the functions which call itJames McCoy2017-09-23
| | | | | | | | | | | | | | | | | | | | Functions with FUNC_ATTR_ALWAYS_INLINE need to be defined before they are called to work around bugs with some compiler versions. When the body is after the use of the function, compilation will fail with /home/niko/build/neovim/src/nvim/regexp.c: In function 'regmatch': /home/niko/build/neovim/build/src/nvim/auto/regexp.c.generated.h:77: sorry, unimplemented: inlining failed in call to 'cstrchr': function body not available /home/niko/build/neovim/src/nvim/regexp.c:4193: sorry, unimplemented: called from here