aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | inccommand: Ignore leading modifiers in the commandJames McCoy2017-10-24
| | | | | | | | | |
* | | | | | | | | | :version : show Lua[Jit] version (#7436)Justin M. Keyes2017-10-24
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | Also remove vestigial `extra_patches` code.
* | | | | | | | | Merge #7430 'Ignore virtcols after 32000'Justin M. Keyes2017-10-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test: tabstop=<big-number> #2838Justin M. Keyes2017-10-22
| | | | | | | | | |
| * | | | | | | | | plines_win_nofold(): Ignore virtcols after 32000th computation #3527Victor Adam2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid crashing or hanging when editing a file than contains ludicrously long lines (more than 100,000,000 virtual columns). The change is in plines_win_nofold, which is called by wrapping and folding code. As a result, wrapping and folding may be done incorrectly when the UI is capable of rendering more than 32000 characters at a time (tiny font). fixes #2838
* | | | | | | | | | Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | lua/executor: Fix crash when first string contains NUL and second notZyX2017-08-15
| | | | | | | | | |
| * | | | | | | | | lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
| | | | | | | | | |
| * | | | | | | | | lua/executor: Make stricmp function work with strings with NULsZyX2017-08-15
| | | | | | | | | |
* | | | | | | | | | :cquit : take an error code argument #7336Josh Leeb-du Toit2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #2699 ex_cmds.lua: use flags consistent with similar commands such as `cnext`. upstream discussion: "[patch] :qcuit can take exit code" https://groups.google.com/d/msg/vim_dev/_PjyNbUKyRc/oPgr5_ZXc6AJ
* | | | | | | | | | vim-patch:8.0.0140 (#7428)KunMing Xie2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709) https://github.com/vim/vim/commit/f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0
* | | | | | | | | | Merge #7420 'vim-patch:8.0.0962, 8.0.1019'Justin M. Keyes2017-10-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:8.0.1019Justin M. Keyes2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Pasting in virtual edit happens in the wrong place. Solution: Do not adjust coladd when after the end of the line (closes vim/vim#2015) https://github.com/vim/vim/commit/d41babef89a50cdf165f15bc1834c0a4e89ffff8
| * | | | | | | | | | vim-patch:8.0.0962Justin M. Keyes2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #6726 Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim #6726) Solution: When using a mark check that coladd is valid. https://github.com/vim/vim/commit/9aa156912867c05e0a6480925afe11c590378f09
* | | | | | | | | | | Merge #7030 'refactor/single-include'Justin M. Keyes2017-10-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref #5321
| * | | | | | | | | | | lintrelnod2017-10-19
| | | | | | | | | | | |
| * | | | | | | | | | | refactor/single-include: undo.hrelnod2017-10-19
| | | | | | | | | | | |
| * | | | | | | | | | | refactor/single-include: undo_defs.hrelnod2017-10-19
| | | | | | | | | | | |
| * | | | | | | | | | | refactor/single-include: syntax_defs.hrelnod2017-10-19
| | | | | | | | | | | |
| * | | | | | | | | | | refactor/single-include: regexp_defs.hrelnod2017-10-19
| | | | | | | | | | | |
| * | | | | | | | | | | refactor/single-include: terminal.hrelnod2017-10-19
| | | | | | | | | | | |
* | | | | | | | | | | | build: set MIN_LOG_LEVEL correctly (#7419)Justin M. Keyes2017-10-21
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #7283 regression by 42d892913daa215c27e41b2255e96c1ce09ea56c - Don't need to explicitly put "-O2 -g" in RelWithDebInfo; CMake does that already. That was left-over from 42d892913daa2 which removed the "Dev" custom build-type, but repurposed the logic for RelWithDebInfo. - `if(DEFINED MIN_LOG_LEVEL)` doesn't work. - `if(${MIN_LOG_LEVEL} MATCHES "^$")` doesn't work if -DMIN_LOG_LEVEL is omitted. - `if(MIN_LOG_LEVEL)` also isn't what we want: it would be true if MIN_LOG_LEVEL=0.
* | | | | | | | | | | bufhl: support creating new groupsBjörn Linse2017-10-19
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #7404 from jamessan/vim-8.0.0118James McCoy2017-10-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0118
| * | | | | | | | | | vim-patch:8.0.0118James McCoy2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime updates that were bundled into the otherwise NA commit: Problem: "make proto" adds extra function prototype. Solution: Add vim/vim#ifdef. https://github.com/vim/vim/commit/5162822914372fc916a93f85848c0c82209e7cec
* | | | | | | | | | | Merge #7399 ':checkhealth (built-in)'Justin M. Keyes2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ex_checkhealth: call health#check() directlyJustin M. Keyes2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to remove :CheckHealth later (avoids wildmenu noise).
| * | | | | | | | | | doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
| | | | | | | | | | |
| * | | | | | | | | | ex-cmds: :checkhealthJustin M. Keyes2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Built-in `:checkhealth` checks for valid $VIMRUNTIME by attempting to autoload `health#check()`. closes #2977 closes #3159
* | | | | | | | | | | Merge pull request #7372 from ckelsel/vim-8.0.0183James McCoy2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0183 NA
| * | | | | | | | | | | vim-patch:8.0.0183 NAckelsel2017-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Ubsan warns for using a pointer that is not aligned. Solution: First copy the address. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/7173b47958a238bb07f80b8f26fb232b0ea69b4a
* | | | | | | | | | | | Merge pull request #7313 from ckelsel/vim-8.0.0101James McCoy2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | vim-patch:8.0.0101,8.0.0102,8.0.0104,8.0.0106
| * | | | | | | | | | | Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101ckelsel2017-10-10
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/neovim/neovim into vim-8.0.0101ckelsel2017-09-27
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Conflicts
| * | | | | | | | | | | | | vim-patch:8.0.0106ckelsel2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use a semicolon in 'backupext'. (Jeff) Solution: Allow for a few more characters when "secure" isn't set. https://github.com/vim/vim/commit/0945eaface83e78138fbd40f95cc590bab0e8c86
| * | | | | | | | | | | | | vim-patch: 8.0.0104ckelsel2017-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Value of 'thesaurus' option not checked properly. Solution: Add P_NDNAME flag. (Daisuke Suzuki) https://github.com/vim/vim/commit/f422bcc7f9615fe91fa69b059cfe4785093d3d4a
| | * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | 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