aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge #8880 from janlazo/vim-8.0.1331Justin M. Keyes2018-08-22
|\ \
| * | vim-patch:8.0.1790: 'winfixwidth' is not always respected by :closeJan Edmund Lazo2018-08-21
| | | | | | | | | | | | | | | | | | | | | Problem: 'winfixwidth' is not always respected by :close. Solution: Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason Franklin) https://github.com/vim/vim/commit/c136af29c0b1939076fbae7d36afd90dce740315
| * | vim-patch:8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowJan Edmund Lazo2018-08-21
| | | | | | | | | | | | | | | | | | Problem: When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov) Solution: Set the fraction before changing the window height. (closes vim/vim#2798) https://github.com/vim/vim/commit/98da6ecab905df48a67da36ce60233f45726c979
| * | vim-patch:8.0.1426: "gf" and <cfile> don't accept ? and & in URLJan Edmund Lazo2018-08-21
| | | | | | | | | | | | | | | | | | Problem: "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok) Solution: Check for a URL and allow for extra characters. (closes vim/vim#2493) https://github.com/vim/vim/commit/9e3dfc650190e96739abc004eb9948afa68136b4
| * | vim-patch:8.0.1331: possible crash when window can be zero lines highJan Edmund Lazo2018-08-21
| | | | | | | | | | | | | | | | | | | | | Problem: Possible crash when window can be zero lines high. (Joseph Dornisch) Solution: Only set w_fraction if the window is at least two lines high. https://github.com/vim/vim/commit/3679c17917d7ff22e836982c81e5816bd07451dd
* | | Merge pull request #8879 from janlazo/vim-8.1.0303James McCoy2018-08-21
|\ \ \ | |/ / |/| | [RDY] vim-patch:8.1.0303
| * | vim-patch:8.1.0303: line2byte() is wrong for last line with 'noeol'Jan Edmund Lazo2018-08-21
|/ / | | | | | | | | | | Problem: line2byte() is wrong for last line with 'noeol' and 'nofixeol'. Solution: Fix off-by-one error. (Shane Harper, closes vim/vim#3351) https://github.com/vim/vim/commit/c26f7c60532a37a2bf0a5e69aa81081b440dfc38
* | Merge #8877 from janlazo/vim-8.0.1441Justin M. Keyes2018-08-21
|\ \
| * | lintJan Edmund Lazo2018-08-20
| | |
| * | undo: undo_undoes is boolJan Edmund Lazo2018-08-20
| | |
| * | undo: did_undo,absolute in u_undo_end() are boolJan Edmund Lazo2018-08-20
| | |
| * | undo: update undo_time() function signatureJan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | sec,file,absolute (params) are bool. Fix callers and local variables of undo_time().
| * | undo: above,did_undo in undo_time() are boolJan Edmund Lazo2018-08-20
| | |
| * | vim-patch:8.0.1441: using ":undo 0" leaves undo in wrong stateJan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | | | | | | | Problem: Using ":undo 0" leaves undo in wrong state. Solution: Instead of searching for state 1 and go above, just use the start. (Ozaki Kiichi, closes vim/vim#2595) https://github.com/vim/vim/commit/ce46d934af35d0f774be7f996001db03cf0b894a
* | | vim-patch:8.1.0110: file name not displayed with ":file" (#8878)Justin M. Keyes2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: File name not displayed with ":file" when 'F' is in 'shortmess'. Solution: Always display the file name when there is no argument (Christian Brabandt, closes vim/vim#3070) https://github.com/vim/vim/commit/fc0896093c3b3e753859a5f929921933e7a2e6cd closes #8817 closes #8873
* | | vim-patch.sh: Also check for .git/ directoryJustin M. Keyes2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of nested repos, such as when "neovim/" repo contains "neovim/.vim-src/" repo, git rev-parse --show-toplevel returns the fullpath to the "neovim/" repo, which failed the condition. ref #8875 ref c05d7153d315
* | | Merge #8861 from janlazo/vim-8.0.1364Justin M. Keyes2018-08-21
|\ \ \ | |/ / |/| |
| * | vim-patch:8.0.1509: test for failing drag-n-drop command no longer failsJan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: Test for failing drag-n-drop command no longer fails. Solution: Check for the "dnd" feature. https://github.com/vim/vim/commit/294959528e02403cd7ef6541208835f0c621c63b
| * | vim-patch:8.0.1508: the :drop command is not always availableJan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: The :drop command is not always available. Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes vim/vim#2639) https://github.com/vim/vim/commit/5a656864a0610547da28e0c8c1649ecd1d782948
| * | vim-patch:8.1.0186: test for getwininfo() fails in GUIJan Edmund Lazo2018-08-15
| | | | | | | | | | | | | | | | | | Problem: Test for getwininfo() fails in GUI. Solution: Account for missing tabline. https://github.com/vim/vim/commit/44a693a1bdfe987edb649677c94c214f94b2aada
| * | vim-patch:8.1.0184: not easy to figure out the window layoutJan Edmund Lazo2018-08-15
| | | | | | | | | | | | | | | | | | Problem: Not easy to figure out the window layout. Solution: Add "wincol" and "winrow" to what getwininfo() returns. https://github.com/vim/vim/commit/b6959a8e06cef6d2126b030b2f8acd49457a3582
| * | vim-patch:8.0.1364: there is no easy way to get the window positionJan Edmund Lazo2018-08-15
| |/ | | | | | | | | | | Problem: There is no easy way to get the window position. Solution: Add win_screenpos(). https://github.com/vim/vim/commit/22044dc31788d9f1c2da7725269884d9923b4795
* | Merge #8866 from janlazo/vim-8.0.0878Justin M. Keyes2018-08-20
|\ \
| * | vim-patch:8.0.1418: no test for expanding backticksJan Edmund Lazo2018-08-18
| | | | | | | | | | | | | | | | | | Problem: No test for expanding backticks. Solution: Add a test. (Dominique Pelle, closes vim/vim#2479) https://github.com/vim/vim/commit/ae6f8651251013bafef9de1aed09069deaae8122
| * | lintJan Edmund Lazo2018-08-17
| | |
| * | normal: don't check has_mbyteJan Edmund Lazo2018-08-17
| | | | | | | | | | | | has_mbyte is always true for nvim.
| * | vim-patch:8.0.1091: test for <cexpr> fails without +balloon_eval featureJan Edmund Lazo2018-08-17
| | | | | | | | | | | | | | | | | | Problem: Test for <cexpr> fails without +balloon_eval feature. Solution: Remove #ifdefs. https://github.com/vim/vim/commit/95c83c64be8d4af74bfda1f283a5bcf3f110719e
| * | vim-patch:8.0.1090: cannot get the text under the cursor like v:beval_textJan Edmund Lazo2018-08-17
| | | | | | | | | | | | | | | | | | Problem: cannot get the text under the cursor like v:beval_text Solution: Add <cexpr>. https://github.com/vim/vim/commit/65f084749b260746d7f186af4f080298be2df55b
| * | vim-patch:8.1.0159: completion for user names does not work for a prefix.Jan Edmund Lazo2018-08-17
| | | | | | | | | | | | | | | | | | | | | Problem: Completion for user names does not work if a prefix is also a full matching name. (Nazri Ramliy) Solution: Accept both full and partial matches. (Dominique Pelle) https://github.com/vim/vim/commit/6c5d1043022520512ee36aa1a29662b60af33c95
| * | ex_docmd: forceit,usefilter are boolJan Edmund Lazo2018-08-17
| | |
| * | ops: refactor get_spec_reg()Jan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Return value is bool. errmsg (param) is bool in here and in getaltfname(). allocated (param) is bool.
| * | vim-patch:8.0.1787: cannot insert the whole cursor lineJan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: Cannot insert the whole cursor line. Solution: Make CTRL-R CTRL-L work. (Andy Massimino, closes vim/vim#2857) https://github.com/vim/vim/commit/e2c8d8392684a940cc5608acc73ff47486bd7b92
| * | vim-patch:8.1.0101: no test for getcmdwintype()Jan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: No test for getcmdwintype(). Solution: Add a test. (Dominique Pelle, closes vim/vim#3068) https://github.com/vim/vim/commit/81612b7a7dc50a6c0da9f42fa48f1f576a4ad616
| * | vim-patch:8.0.1816: no test for setcmdpos()Jan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: No test for setcmdpos(). Solution: Add a test. (Dominique Pelle, closes vim/vim#2901) https://github.com/vim/vim/commit/ff3be4fe1e2e723de48b826cb992c798e296c41e
| * | vim-patch:8.0.1649: no completion for argument list commandsJan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: No completion for argument list commands. Solution: Add arglist completion. (Yegappan Lakshmanan, closes vim/vim#2706) https://github.com/vim/vim/commit/cd43effecab02c6c28b1c4a3a14f91b8c3f26c0d
| * | vim-patch:8.0.1231: expanding file name drops dashJan Edmund Lazo2018-08-16
| | | | | | | | | | | | | | | | | | Problem: Expanding file name drops dash. (stucki) Solution: Use the right position. (Christian Brabandt, closes vim/vim#2184) https://github.com/vim/vim/commit/c312b8b87a589ed8452dbf0f555f05ff86d04692
| * | vim-patch:8.0.0878: no completion for :mapclearJan Edmund Lazo2018-08-16
| |/ | | | | | | | | | | Problem: No completion for :mapclear. Solution: Add completion (Nobuhiro Takasaki et al. closes vim/vim#1943) https://github.com/vim/vim/commit/cae92dc3d5bdd4009910671328cd01394bfbe2cf
* | Merge #8872 from janlazo/vim-8.0.0762Justin M. Keyes2018-08-20
|\ \
| * | search: "include" in current_tagblock() is boolJan Edmund Lazo2018-08-20
| | |
| * | vim-patch:8.1.0290: "cit" on an empty HTML tag changes the whole tagJan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | | | | | | | Problem: "cit" on an empty HTML tag changes the whole tag. Solution: Only adjust the area in Visual mode. (Andy Massimino, closes vim/vim#3332) https://github.com/vim/vim/commit/b476cb7d8d1a8c02409f110dea8b166aa9334e18
| * | lintJan Edmund Lazo2018-08-20
| | |
| * | vim-patch:8.0.1487: test 14 failsJan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | | | | Problem: Test 14 fails. Solution: Fix of-by-one error. https://github.com/vim/vim/commit/8846ac5aedb568b9aae969f0ad2b9b1606522ca9
| * | vim-patch:8.0.1486: accessing invalid memory with "it"Jan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | | | | | | | Problem: Accessing invalid memory with "it". (Dominique Pelle) Solution: Avoid going over the end of the line. (Christian Brabandt, closes vim/vim#2532) https://github.com/vim/vim/commit/82846a00ac0c135946c93c48c1657018a5c96b11
| * | vim-patch:8.0.1291: C indent wrong when * immediately follows commentJan Edmund Lazo2018-08-20
| | | | | | | | | | | | | | | | | | Problem: C indent wrong when * immediately follows comment. (John Bowler) Solution: Do not see "/*" after "*" as a comment start. (closes vim/vim#2321) https://github.com/vim/vim/commit/f8c53d3d268fc67a29c8c1a4e76fae85762e11b5
| * | vim-patch:8.1.0018: using "gn" may select wrong text when wrappingJan Edmund Lazo2018-08-19
| | | | | | | | | | | | | | | | | | Problem: Using "gn" may select wrong text when wrapping. Solution: Avoid wrapping when searching forward. (Christian Brabandt) https://github.com/vim/vim/commit/bdb657924d73c98b0ab28411749571e893b699a9
| * | vim-patch:8.0.1148: gN doesn't work on last match with 'wrapscan' offJan Edmund Lazo2018-08-19
| | | | | | | | | | | | | | | | | | Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg) Solution: Adjust for searching backward. (Christian Brabandt) https://github.com/vim/vim/commit/22ab547dc281092d6a9d397db712a11733c38e97
| * | vim-patch:8.0.0762: ml_get error with :psearch in buffer without a nameJan Edmund Lazo2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | Problem: ml_get error with :psearch in buffer without a name. (Dominique Pelle) Solution: Use the buffer number instead of the file name. Check the cursor position. https://github.com/vim/vim/commit/c31f9ae4f1976544522313b182957793063ee02c
* | | Merge #8860 from lucc/nvim_get_procJustin M. Keyes2018-08-20
|\ \ \
| * | | API: Remove path prefix from command name in nvim_get_proc()Lucas Hoffmann2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | On macOS the output from `ps -o comm` might contain the full path of the executable. The `ucomm` would be the basename only but is less portable (see previous commit).
| * | | API: Use `ps -o comm` in nvim_get_proc()Lucas Hoffmann2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The POSIX version of ps(1) only specifies "comm" for the "-o" option but not "ucomm". See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html - On Linux (with the procps-ng package) "ucomm" is an alias for "comm". See https://gitlab.com/procps-ng/procps - OpenBSD also has "ucomm" as an alias for "comm" (with the extra note "Name to be used for accounting."). See https://man.openbsd.org/ps - FreeBSD describes "ucomm" as "Name to be used for accounting." but does not say that it should be an alias for "comm". See https://www.freebsd.org/cgi/man.cgi?query=ps