aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | PVS/V590: redundant condition #10510Ihor Antonov2019-07-15
| |
* | PVS/V547: expression is always false #10511Ihor Antonov2019-07-15
| |
* | PVS/V1028: cast operands, not the result #10508erw72019-07-14
| | | | | | | | fix #10508
* | PVS/V1028: cast operands, not the result #10508Ihor Antonov2019-07-14
| |
* | gitignore: ignore idea/clion (#10494)Justin M. Keyes2019-07-14
|\ \
| * | gitignore: ignore idea/clionIhor Antonov2019-07-13
| |/
* | checkhealth: try yarn if npm is missing #10490ObserverOfTime2019-07-14
| | | | | | fixes #10489
* | PVS/V1028 ugrid.c:76 (#10495)Ihor Antonov2019-07-14
| | | | | | | | * code review
* | Merge pull request #10497 from bfredl/synlistBjörn Linse2019-07-14
|\ \ | |/ |/| messages: fix missing newlines in execute("syn list").
| * syntax: refactor syn_list_header to not use magic valueBjörn Linse2019-07-14
| |
| * syntax: fix missing newlines in execute("syn list"). fixes #10467Björn Linse2019-07-14
| |
* | Merge pull request #10492 from bfredl/blend_doublewidthBjörn Linse2019-07-13
|\ \ | |/ |/| floats: fix 'winblend' on top of doublewidth chars.
| * floats: fix 'winblend' on top of doublewidth chars.Björn Linse2019-07-13
|/ | | | | | | | | The interaction between 'winblend' and doublewidth chars in the background does not look very good. But check no chars get incorrectly placed at least. Also check that hidden EndOfBuffer region (from style="minimal") blends correctly.
* viml/profile: revert gettimeofday() #10488Justin M. Keyes2019-07-13
| | | | | | | e2ce5ff9d616 was proven to be bogus, so revert it. close #10328 ref #10356 ref #10452
* Merge #10435 from Shougo/vim-8.1.1610Justin M. Keyes2019-07-13
|\
| * Fix lint failedShougo Matsushita2019-07-06
| |
| * Fix errorsShougo Matsushita2019-07-06
| |
| * vim-patch:8.1.1611: bufadd() reuses existing buffer without a nameShougo Matsushita2019-07-06
| | | | | | | | | | | | Problem: Bufadd() reuses existing buffer without a name. Solution: When the name is empty always create a new buffer. https://github.com/vim/vim/commit/892ae723ab95e429222e930cf41b32809567e58e
| * vim-patch:8.1.1610: there is no way to add or load a buffer without side effectsShougo Matsushita2019-07-06
| | | | | | | | | | | | Problem: There is no way to add or load a buffer without side effects. Solution: Add the bufadd() and bufload() functions. https://github.com/vim/vim/commit/15e248e37f3925d430f96e945d52d3dc423cdc83
* | PVS/V547: dead code #10459Bartosz Miera2019-07-13
| |
* | tests: use vim.inspect (#10485)Daniel Hahler2019-07-13
| | | | | | | | | | | | | | The inspect modules is vendored as `vim.inspect`, and therefore it makes sense to use this in tests also. Ref: https://github.com/neovim/neovim/issues/6580 Ref: https://github.com/neovim/neovim/commit/bb3aa824b
* | vim-patch:8.1.1660: assert_fails() inside try/catch #10472Daniel Hahler2019-07-13
| | | | | | | | | | Problem: Assert_fails() does not fail inside try/catch. Solution: Set trylevel to zero. (Ozaki Kiichi, closes vim/vim#4639) https://github.com/vim/vim/commit/7780e5c1c5485a979ab6e3914a43e17912e213a8
* | build: fix check_c_compiler_flag for -Wno-… (#10483)Daniel Hahler2019-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `check_c_compiler_flag(-Wno-doesnotexist …)` is successful always, apparently for all "no-" prefixes. Therefore check for the flag itself (without "no-" prefix). I am seeing a warning if the source fails to compile: > cc1: warning: unrecognized command line option ‘-Wno-meh’ Which is turned into an error with `-Werror`: > cc1: error: unrecognized command line option ‘-Wno-meh’ [-Werror] But when it compiles successfully, there is no warning/error. gcc (GCC) 9.1.0.
* | oldtest: more compact output with "clean" target (#10477)Daniel Hahler2019-07-12
| | | | | | | | Previously it would be displayed across multiple lines (with the escaped newlines), while this makes it display in a single line.
* | pvscheck.sh: Remove --verbose flag #10473Ihor Antonov2019-07-12
| | | | | | | | | | pvscheck.sh gives error: Flag could not be matched: verbose
* | vim-patch:8.1.1173: suspend test has duplicated lines (#10466)Daniel Hahler2019-07-11
| | | | | | | | | | Problem: Suspend test has duplicated lines. Solution: Use a function. https://github.com/vim/vim/commit/a8356bc1734195d130c6eeaf4858356ae3a3f722
* | ci: AppVeyor: do not install unibilium system-wide (#10464)Daniel Hahler2019-07-10
| | | | | | Initially added in 685ca180f, but gets built via third-party anyway by now.
* | build: BuildLuv: set/pass WITH_LUA_ENGINE (#10449)Daniel Hahler2019-07-09
| | | | | | Ref: https://github.com/neovim/neovim/pull/10438
* | scripts/stripdecls.py #10458Disconnect3d2019-07-09
| | | | | | | | Remove the `only_static = False` which clobbers the `--static` CLI argument.
* | build: LibUV: required version: 1.28.0 (#10456)Daniel Hahler2019-07-09
| | | | | | For uv_gettimeofday.
* | Merge pull request #9575 from bfredl/redrawdebugBjörn Linse2019-07-09
|\ \ | | | | | | ui: implement better redrawdebug for the compositor
| * | ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
| | |
* | | bundle: update libuv: v1.29.1 => v1.30.0 (#10365)Daniel Hahler2019-07-09
| | | | | | | | | | | | | | | | | | - fs: fix uv_fs_copyfile if same src and dst - build, core, unix: add support for Haiku - unix: make uv_cwd() report UV_ENOBUFS - unix: make uv_fs_read() fill all buffers
* | | Merge pull request #10457 from bfredl/dwfloatBjörn Linse2019-07-09
|\ \ \ | | | | | | | | compositor: handle float overlapping left half of doublewidth char
| * | | compositor: handle float overlapping left half of doublewidth charBjörn Linse2019-07-09
| |/ /
* | | viml/reltime(): allow negative result #10453Justin M. Keyes2019-07-09
| | | | | | | | | | | | | | | | | | - define proftime_T as signed integer - profile_sub(): allow negative result closes #10452
* | | eval.c: clang/"Dead assignment" #10446Bartosz Miera2019-07-09
| | |
* | | Revert "tests: executable_spec: enable pending test #10443" (#10454)Daniel Hahler2019-07-09
|/ / | | | | This reverts commit b53c483a4a6db91aad621d5f404cc6e930b434de.
* | Merge pull request #10234 from bfredl/resizefloatBjörn Linse2019-07-08
|\ \ | | | | | | window: allow resize wincmds for floats
| * | window: allow resize wincmds for floatsBjörn Linse2019-07-08
| | |
* | | tests: ex_terminal_spec: add test for previous leak (#10450)Daniel Hahler2019-07-08
|/ / | | | | Closes https://github.com/neovim/neovim/pull/4766.
* | ci: Travis: use minimum supported CMake in one job (#10445)Daniel Hahler2019-07-08
| |
* | make all *.h linguist-language as C file #10442George Zhao2019-07-08
| |
* | Merge pull request #10090 from bfredl/floatpopupBjörn Linse2019-07-07
|\ \ | | | | | | api/window: add style="minimal" flag to disable unwanted UI features for simple floats
| * | api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
| |/
* | CI: improve gcov handling #10404Daniel Hahler2019-07-07
| | | | | | | | | | | | | | | | | | - Move __gcov_flush to process_spawn, for more reliable coverage tracking of subprocesses - Travis: use GCOV_ERROR_FILE - codecov: use "-X fix" to skip "fixing" uploaded coverage data; it should be handled by codecov's backend instead. - AppVeyor: no $PATH mangling, which breaks with the improved coverage tracking due to missing .dll in PATH.
* | ci: fix/improve Travis cache handling [skip appveyor] (#10412)Daniel Hahler2019-07-07
| | | | | | | | | | | | | | This is meant to not fall back to using the cache for the "master" target branch, for release pull requests (targeting not "master"). (Travis builds the cache key based on all (explicit) job environment variables)
* | tests: executable_spec: enable pending test #10443Daniel Hahler2019-07-07
| | | | | | Should hopefully work now after efc6d9951b.
* | build: fix GetCompileFlags for CMake #10444Daniel Hahler2019-07-07
| | | | | | Ref: https://github.com/neovim/neovim/pull/10363#issuecomment-508916959
* | Merge #10394 from janlazo/vim-8.1.1614Justin M. Keyes2019-07-06
|\ \ | | | | | | vim-patch:8.1.{1614,1632,1634,1639}