aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vim-patch:396e829fa355Justin M. Keyes2019-08-02
| | | | | Update runtime files https://github.com/vim/vim/commit/396e829fa355ebc92a618ef18266a3fed71b7042
* vim-patch:6c1e1570b134Justin M. Keyes2019-08-02
| | | | | Update runtime files https://github.com/vim/vim/commit/6c1e1570b1346de0d438fbb991bddab38c228290
* vim-patch:12ee7ff00b91Justin M. Keyes2019-08-02
| | | | | Update runtime files https://github.com/vim/vim/commit/12ee7ff00b91d852e060bb24951d1c94239863eb
* vim-patch:773a97c254d0Justin M. Keyes2019-08-02
| | | | | Update runtime files - Add typescript syntax and indent. https://github.com/vim/vim/commit/773a97c254d02784079fb3b20447620412588850
* vim-patch:61da1bfa6c6bJustin M. Keyes2019-08-02
| | | | | Update runtime files. https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c
* vim-patch:7dd64a3e57d2Justin M. Keyes2019-08-02
| | | | | Update runtime files. https://github.com/vim/vim/commit/7dd64a3e57d296fdee3b3ffe6d938f634b59848c
* vim-patch:68e6560b84f1Justin M. Keyes2019-08-02
| | | | | Update runtime files. https://github.com/vim/vim/commit/68e6560b84f196c82e27a72669684d5506a3a837
* cleanupJustin M. Keyes2019-08-02
|
* ci: Travis: move coverage job to first stage (#10673)Daniel Hahler2019-08-02
| | | | | | This swaps it with "gcc-32bit". It is better to have the "coverage" job run than "gcc-32bit" in case of flaky build failures - especially on master, since otherwise no base coverage is available for future PRs.
* Merge #10666 from justinmk/vim-runtimeJustin M. Keyes2019-08-02
|\ | | | | vim-patch: runtime updates
| * vim-patch:a6c27c47ddf0Justin M. Keyes2019-08-01
| | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/a6c27c47ddf081859659d7de1caec675147e466b
| * vim-patch:911ead126903Justin M. Keyes2019-08-01
| | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/911ead126903aeb9564bad89e46a147ed4959896 NA: vim-patch:602abeb20fb7
| * vim-patch:62e1bb4a111eJustin M. Keyes2019-08-01
| | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/62e1bb4a111e7ce570c30965f40a68a07a9da5b0 NA: vim-patch:496555fd1821
| * vim-patch:62e1bb4a111eJustin M. Keyes2019-08-01
| | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/62e1bb4a111e7ce570c30965f40a68a07a9da5b0
| * vim-patch:723dd946f948Justin M. Keyes2019-08-01
| | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/723dd946f94856be94a943876945fb1bd8169059
| * vim-patch:63b74a8362b1Justin M. Keyes2019-08-01
| | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27
| * vim-patch:26967617a30eJustin M. Keyes2019-08-01
| | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/26967617a30e55aedc98b8f14b841d88469abd0e NA: vim-patch:55d81cd2a15d
| * vim-patch:f6b401090e81Justin M. Keyes2019-08-01
| | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/f6b401090e816b4216f783a9b85d21d9ad134ff8
| * vim-patch:4c92e75dd4ddJustin M. Keyes2019-08-01
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a vim-patch:c854898881c0 Revert change accidentally included in runtime file updates. Closes vim/vim#3998. https://github.com/vim/vim/commit/c854898881c02259f90170f210bf65bbd20cc1fc
* | Merge #10664 from janlazo/vim-8.1.1780Justin M. Keyes2019-08-02
|\ \ | |/ |/| vim-patch:8.1.{1374,1780}
| * fileio: port hotfix from patch 8.1.1379Jan Edmund Lazo2019-08-01
| | | | | | | | | | | | Patch 8.1.1379 includes a change to a test, added in Patch 8.1.0815. Patch 8.1.0815 includes runtime doc changes to Blob. Neovim does not support Blobs yet.
| * vim-patch:8.1.1374: check for file changed triggers too oftenJan Edmund Lazo2019-08-01
| | | | | | | | | | | | Problem: Check for file changed triggers too often. Solution: Don't use "b_p_ar" when it is negative. https://github.com/vim/vim/commit/c97582b0296cb6f63f3c2e5a0eb954f5920a8e42
| * lintJan Edmund Lazo2019-08-01
| |
| * vim-patch:8.1.1780: warning for file no longer available is repeatedJan Edmund Lazo2019-07-31
| | | | | | | | | | | | | | Problem: Warning for file no longer available is repeated every time Vim is focused. (Brian Armstrong) Solution: Only give the message once. (closes vim/vim#4748) https://github.com/vim/vim/commit/674e2bde6e7b0c468f304713aa8f97a45e1fcc89
* | Merge #10646 'vim-patch: runtime patches'Justin M. Keyes2019-08-01
|\ \
| * | runtime: move matchit.vim to /pack/dist/opt/Justin M. Keyes2019-08-01
| | | | | | | | | | | | | | | | | | Align matchit.vim with upstream Vim. We don't want to maintain a fork of matchit.vim; our small changes should be sent to https://github.com/chrisbra/matchit
| * | vim-patch:94688b8a2a1fJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Add missing matchit file. https://github.com/vim/vim/commit/94688b8a2a1fc3d6c8e49151b9533ec1c0a6757f
| * | vim-patch:314dd79cac2aJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/314dd79cac2adc10304212d1980d23ecf6782cfc
| * | vim-patch:2a953fcf107dJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/2a953fcf107d24229fec8af820ee62c908caafbf
| * | vim-patch:d09091d4955cJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23
| * | vim-patch:4c05fa08c973Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/4c05fa08c9739e307ddc88ac91ba6d208f1fd68e
| * | vim-patch:c8c884926750Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/c8c8849267503b2d2d6d821047ee8619c7821728
| * | vim-patch:c33181c44ccbJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Ignore output files from indent tests. https://github.com/vim/vim/commit/c33181c44ccb86637e011f35cc0397a2d76e23ae
| * | vim-patch:9d87a37ee9d8Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a
| * | vim-patch:d47d52232bf2Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d47d52232bf21036c5c89081458be7eaf2630d24
| * | vim-patch:b730f0c7ba36Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/b730f0c7ba36492d795f081b19bbcb85cdf0f50f
| * | vim-patch:f0d58efc9dc4Justin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/f0d58efc9dc46be37c629cbc99b4125448ca39fd
| * | vim-patch:ba3ff539303cJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0
| * | vim-patch:790c18bfa5dfJustin M. Keyes2019-07-29
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/790c18bfa5dfeca51749b752dddc41e60cb3fa54
* | | stream: log unwritten bytes, if any #10663Justin M. Keyes2019-08-01
| | |
* | | process_stop: uv: do not close stdin first/explicitly #10584Daniel Hahler2019-08-01
| |/ |/| | | | | | | | | | | | | | | | | - process_stop: do not close stdin explicitly. The "close stdin" step was from aa9cb48, before we fixed/reworked the SIGTERM timing logic. So it's probably outdated / no longer needed. - win: jobstop: exit_code 15 GetExitCodeProcess appears to return the used signal. https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getexitcodeprocess ref #10573
* | Merge #10654 from ngortheone/clang/npd_helptags_oneJustin M. Keyes2019-07-31
|\ \ | | | | | | clang/"null pointer dereference": ex_cmds.c
| * | lint: helptags_oneIhor Antonov2019-07-30
| | |
| * | clang/"null pointer dereference": ex_cmds.cIhor Antonov2019-07-29
| | |
* | | ci: Travis: improve/revisit caching (#10358)Daniel Hahler2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use CACHE_NVIM_DEPS_DIR - do not cache pip This is handled through http caches in general/better, and it is not used much anyway. - do not cache DEPS_DOWNLOAD_DIR Built deps are cached, downloads are not needed then. - display ccache stats before clearing - do not cache ccache stats - improve output of `du` (do not list pages of output for "/home/travis/.cache/go-build")
* | | vim-patch:8.1.0572: stopping a job does not work properly on OpenBSDDaniel Hahler2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Stopping a job does not work properly on OpenBSD. Solution: Do not use getpgid() to check the process group of the job processs ID, always pass the negative process ID to kill(). (George Koehler, closes vim/vim#3656) https://github.com/vim/vim/commit/76ab4fd61901090e6af3451ca6c5ca0fc370571f Ref: https://github.com/neovim/neovim/issues/9704 Ref: https://github.com/neovim/neovim/issues/10182#issuecomment-514450069 Closes https://github.com/neovim/neovim/pull/10660
* | | tests: runnvim.vim: do not call jobstop() (#10659)Daniel Hahler2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should be done for timeouts only (-1, not != -1), but the job is stopped via `:bwipeout!` already also in that case. Fixes E900 with timing out tests: "test_xxx.tlog" "test_xxx.tlog" [New] 183L, 13375C written Error detected while processing function Main: line 37: E900: Invalid channel id================================================================================
* | | Makefile: use pattern rules for build/.deps [ci skip] (#10366)Daniel Hahler2019-07-30
| | | | | | | | | | | | This allows for `make build/bin/nvim`, `make build/src/nvim/auto/funcs.generated.h` etc.
* | | Merge pull request #10656 from blueyed/minorDaniel Hahler2019-07-30
|\ \ \ | | | | | | | | Minor: align test, fix comment/usage
| * | | gen_eval.lua: use correct name in usageDaniel Hahler2019-07-30
| | | |