aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | build: dependencies: specify minimum versionsJustin M. Keyes2018-11-04
|/ /
* | vim-patch:8.1.0508: suspend test fails when run by root (#9196)Jan Edmund Lazo2018-11-04
| | | | | | | | | | Problem: Suspend test fails when run by root. Solution: Accept both '$' and '#' for the prompt. (James McCoy, closes vim/vim#3590) https://github.com/vim/vim/commit/0f62cf5b335968f7448af1a6f46e0104b7bc365e
* | vim-patch:8.1.0507: .raml files not properly detected (#9195)Jan Edmund Lazo2018-11-04
| | | | | | | | | | Problem: .raml files not properly detected. Solution: Recognize .raml as raml instead of yaml. (closes vim/vim#3594) https://github.com/vim/vim/commit/da1c11c6411182e9a4bd4374e3fb8851fef77113
* | TUI: Avoid reset_cursor_color in old VTE #9191Sam Wilson2018-11-03
| | | | | | | | closes #9089
* | vim-patch:8.1.0504: when CTRL-C is mapped it triggers InsertLeave (#9192)Jan Edmund Lazo2018-11-03
| | | | | | | | | | Problem: When CTRL-C is mapped it triggers InsertLeave. Solution: Make CTRL-C behave the same way when typed or used in a mapping. https://github.com/vim/vim/commit/4dbc2627641a6b950c30c31cbf7b7e6c36da1927
* | Merge #9184 from janlazo/vim-8.0.1758Justin M. Keyes2018-11-02
|\ \
| * | vim-patch:8.0.1766: expanding abbreviation doesn't workJan Edmund Lazo2018-11-01
| | | | | | | | | | | | | | | | | | | | | Problem: Expanding abbreviation doesn't work. (Tooth Pik) Solution: Return OK instead of FALSE and FAIL instead of TRUE. (Christian Brabandt) https://github.com/vim/vim/commit/c3c3e698966fac86dee94799b70947defb85440d
| * | vim-patch:8.0.1758: open_line() returns TRUE/FALSE for success/failureJan Edmund Lazo2018-11-01
| | | | | | | | | | | | | | | | | | Problem: open_line() returns TRUE/FALSE for success/failure. Solution: Return OK or FAIL. https://github.com/vim/vim/commit/24a2d7264fc2394f69a9a890b34d1f09cf63b14e
* | | Merge pull request #9183 from bfredl/offset2Björn Linse2018-11-02
|\ \ \ | |/ / |/| | api: make nvim_buf_get_offset independent on platform option
| * | api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
| | |
* | | Merge #7506 'deps: update libuv'Justin M. Keyes2018-11-01
|\ \ \
| * | | win: test: SIGWINCH is noisy #7506Justin M. Keyes2018-11-01
| | | |
| * | | build/win: LibuvCMakeLists.txt: adapt to moved headersJustin M. Keyes2018-11-01
| | | | | | | | | | | | | | | | | | | | Headers were moved in v1.21.0 https://github.com/libuv/libuv/commit/99ae3edf28fd5c848e886e41ac3f4bd40538e24d
| * | | deps: update to libuv v1.23.2Justin M. Keyes2018-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove libuv-overlapped.patch since UV_OVERLAPPED_PIPE was included in libuv v1.21.0: https://github.com/libuv/libuv/commit/62a0f763a7d1a5bbaa2670b9d2687ba183d2c528 Notable changes since v1.12: - 1.16.0 - uv_os_getppid(): get parent PID - "win,tty: improve SIGWINCH support" (v1.15.0) - 1.18.0 - uv_os_getpid() - 1.19.0 - Windows: uv_kill() pid 0 now means "current process group", like unix. https://github.com/libuv/libuv/commit/890eedaf59cea75faaa6a14b4248a472dcadb831 - 1.20.0 - unix,spawn: respect user stdio flags for new pipe https://github.com/libuv/libuv/commit/c409b3fcff51ea270724e4f43866764e65666095
* | | | test/old: Test_BufReadCmdHelp: generate helptagsJustin M. Keyes2018-11-01
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Generate helptags before :help. This only failed in the TSAN build because other builds run the Lua tests first, which generate the helptags. closes #8824
* | | Merge pull request #9180 from bfredl/offsetBjörn Linse2018-11-01
|\ \ \ | |/ / |/| | api: implement nvim_buf_get_offset_for_line
| * | api: implement nvim_buf_get_offset_for_lineBjörn Linse2018-11-01
|/ / | | | | | | | | Like line2byte, but works for any buffer, and uses zero-based indexing (API conventions).
* | Merge #8378 from janlazo/win_functional_testsJustin M. Keyes2018-11-01
|\ \
| * | ci: win: enable powershell's strict modeJan Edmund Lazo2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give variables a default value to pass strict mode. $ErrorActionPreference defines the default behavior if a powershell command fails. If it's set to 'stop', then it aborts the script on the first unresolved error. This behavior extends to native programs like cmake but do not depend on it. https://github.com/PowerShell/PowerShell/issues/3996
| * | ci: win: use Ninja for CMake GeneratorJan Edmund Lazo2018-10-31
| | |
| * | functionaltest: enable job channel testJan Edmund Lazo2018-10-31
| | |
| * | functionaltest: win: enable shada FileWriteCmdJan Edmund Lazo2018-10-31
| | |
| * | functionaltest: enable buffered output testsJan Edmund Lazo2018-10-31
| | |
| * | functionaltest: enable FilterReadPre,FilterReadPost testJan Edmund Lazo2018-10-31
| | |
| * | functionaltest: win: enable diffput,diffget testJan Edmund Lazo2018-10-31
| | |
| * | functionaltests: win: enable gzip testJan Edmund Lazo2018-10-31
| | | | | | | | | | | | Close gzip file handles.
* | | vim-patch:8.1.0501: cppcheck warns for using array index before bounds check ↵Jan Edmund Lazo2018-11-01
|/ / | | | | | | | | | | | | (#9178) Problem: Cppcheck warns for using array index before bounds check. Solution: Swap the conditions. (Dominique Pelle) https://github.com/vim/vim/commit/a9a8e04eab106c1d21381f79f8965fe50b94e235
* | provider/nodejs: handle missing stdoutJustin M. Keyes2018-10-31
| | | | | | | | ref https://github.com/neovim/neovim/issues/9001#issuecomment-434802234
* | doc: README.md (#9176)TJ Rana2018-10-31
| |
* | test/old: force "-i viminfo" in $RUN_VIMTEST #9175 (#9175)Justin M. Keyes2018-10-31
| | | | | | | | | | | | | | | | | | | | | | Before this change, some tests fail if the user has a local shada/viminfo in the default $HOME location. For example: TEST_FILE=test_marks.res make oldtest Ostensibly this change should not be necessary, because of this statement in runtest.vim: set viminfo+=nviminfo
* | test/old: test_startup: fix "-u NONE" argJustin M. Keyes2018-10-30
| | | | | | | | | | Lack of whitespace caused a file named "NONE-u" to be created (because GetVimCommand() returns a command ending with "-i NONE").
* | vim-patch:8.0.1553: find digraph to insert a character #8190lokesh11972018-10-30
| | | | | | | | | | | | | | | | Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt) https://github.com/vim/vim/commit/5f73ef8d20070cd45c9aea4dc33c2e0657f5515c close #8190
* | Merge #9172 from justinmk/vim-d473c8c10126Justin M. Keyes2018-10-30
|\ \
| * | vim-patch:2c64ca1802b2Justin M. Keyes2018-10-30
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/2c64ca1802b2c99b16d2fdf581b68b5baffb082a
| * | vim-patch:95bafa296ae9Justin M. Keyes2018-10-30
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/95bafa296ae97bf420d5c74dd6db517b404c5df7
| * | vim-patch:93a1df2c205cJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/93a1df2c205c8399d96c172d9483e0793d32892a
| * | vim-patch:20aac6c11269Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/20aac6c1126988339611576d425965a25a777658
| * | vim-patch:fc65cabb15d0Justin M. Keyes2018-10-29
|/ / | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 --- vim-patch:8.0.1279: initializing menus can be slow Problem: Initializing menus can be slow, especially when there are many keymaps, color schemes, etc. Solution: Do the globbing for runtime files lazlily. (Ken Takata)
* | Merge #9164 from justinmk/vim-a2a80162deb1Justin M. Keyes2018-10-29
|\ \ | | | | | | vim-patch: runtime updates
| * | runtime/optwin.vim: feature-check 'pw' optionJustin M. Keyes2018-10-29
| | | | | | | | | | | | Option not implemented yet.
| * | vim-patch:d473c8c10126Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d473c8c101262702ea9eeb14907ee20a786942b2
| * | vim-patch:d2855f5454c5Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d2855f5454c5c6c5f786b228c5b67757edfefcb1
| * | vim-patch:91f84f6e11cdJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/91f84f6e11cd879d43d651c0903d85bff95f0716
| * | vim-patch:a9604e614517Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6
| * | vim-patch:b477af2260d9Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/b477af2260d9bc7ae7f743f0a14265d7ee12ee09
| * | vim-patch:fd35811ca528Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files, add Danish translations. https://github.com/vim/vim/commit/fd35811ca528de7612f9571bce20ef4c392fe5f7
| * | vim-patch:6dc819b1299eJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Updated runtime and language files. https://github.com/vim/vim/commit/6dc819b1299e1d9f99303568772ade544d5c1322
| * | vim-patch:675e8d6adb88Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741 --- NA: vim-patch:ffd112edc6a8 Fix missing patch number. https://github.com/vim/vim/commit/ffd112edc6a8f72b66c06207bff4431f6aec7b6f
| * | vim-patch:d2f3a8b87873Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00
| * | vim-patch:0b0f0992d46eJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/0b0f0992d46ef02fdfc1240744bef91d4299c1df