aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | 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
| * | vim-patch:2f01889055f1Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Runtime file and translation updates. https://github.com/vim/vim/commit/2f01889055f14842c1d4f9abd91139fc6bd95f15
| * | vim-patch:7c63fbc46e21Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/7c63fbc46e218cad266641a743a6c1353c2f00d4
| * | vim-patch:eb3dc87f0139Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Updated runtime files https://github.com/vim/vim/commit/eb3dc87f01391bb075d97aef3d00f91b4e08a25c
| * | vim-patch:7db25fed5de1Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/7db25fed5de1be922b8cbb0328149469606a0424
| * | vim-patch:85eee130f44aJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/85eee130f44a2201d88ca2aeff0af3b11dd75fa9
| * | vim-patch:15142e27aaafJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files and translations https://github.com/vim/vim/commit/15142e27aaafa15b72d1042c25fbb5e4f12b6736
| * | vim-patch:7dda86f2ff35Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/7dda86f2ff35bb80afce4da24782fd58216bbe50
| * | vim-patch:51ad4eaa22e1Justin M. Keyes2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/51ad4eaa22e15cf1fe6c45d82c7e1371e00401a4 --- NA: vim-patch:6176697203b0
| * | vim-patch:ab943431d8fcJustin M. Keyes2018-10-29
| | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/ab943431d8fcd856008a025b0e5652dd4b8007fc