aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge #9972 from janlazo/vim-8.1.1249Justin M. Keyes2019-05-05
|\ \ \ | | | | | | | | vim-patch:8.1.{613,1046,1249}
| * | | vim-patch:8.1.1046: the "secure" variable is used inconsistentlyJan Edmund Lazo2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | Problem: the "secure" variable is used inconsistently. (Justin M. Keyes) Solution: Set it to one instead of incrementing. https://github.com/vim/vim/commit/82b033eff82d3ed0da77fd5f5a1c023766acabba
| * | | vim-patch:8.1.0613: when executing an insecure function the secure flag is stuckJan Edmund Lazo2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When executing an insecure function the secure flag is stuck. (Gabriel Barta) Solution: Restore "secure" instead of decrementing it. (closes vim/vim#3705) https://github.com/vim/vim/commit/48f377a476e4a3312aa0e3535aba170484b59483
| * | | test/old: set shellslash in Test_finddirJan Edmund Lazo2019-05-04
| | | |
| * | | test/old: enable Test_normal01_keymodelJan Edmund Lazo2019-05-04
| | | | | | | | | | | | | | | | It works now.
| * | | vim-patch:8.1.1249: compiler warning for uninitialized variableJan Edmund Lazo2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt) https://github.com/vim/vim/commit/c6b1cc967f859c6e975d001e4304113db7190690
* | | | Merge #9842 from mhinz/vim-8.0.1782Justin M. Keyes2019-05-05
|\ \ \ \ | |/ / / |/| | | vim-patch:8.0.{1353,1389,1406,1420,1432,1500,1569,1634,1678,1727,1782,1805,1831}
| * | | lintMarco Hinz2019-05-05
| | | |
| * | | doc: update setqflist()Marco Hinz2019-05-05
| | | |
| * | | tests: adjust to latest Vim patchesMarco Hinz2019-05-05
| | | |
| * | | vim-patch:8.0.1831: sometimes the quickfix title is incorrectly prefixed ↵Marco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with ':' Problem: Sometimes the quickfix title is incorrectly prefixed with ':'. Solution: Prepend the colon in another way. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/8b62e31003693fee4b288e7aea49170f032aeef3
| * | | vim-patch:8.0.1805: qf_parse_line() is too longMarco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: qf_parse_line() is too long. Solution: Split it in parts. Properly handle vim_realloc() failing. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/18cebf44177542e6658251bacf6152aa9009ca58
| * | | vim-patch:8.0.1782: no simple way to label quickfix entriesMarco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No simple way to label quickfix entries. Solution: Add the "module" item, to be used instead of the file name for display purposes. (Martin Szamotulski) https://github.com/vim/vim/commit/d76ce852668635d81778cedacc2d3f021ed4e475
| * | | vim-patch:8.0.1727: qf_get_properties() function is too longMarco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: qf_get_properties() function is too long. Solution: Refactor the code. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/353eeeaca269ed5e83900bd4a24dc6dc80bb4880
| * | | vim-patch:8.0.1678: errorformat "%r" implies "%>"Marco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Errorformat "%r" implies "%>". (Jan Gosmann) Solution: Jump to before setting fmt_ptr. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/e333e79f9bdff82432e0fd7fcf7ae30ef8e3d092
| * | | vim-patch:8.0.1634: the ex_vimgrep() function is too longMarco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The ex_vimgrep() function is too long. Solution: Split it in smaller functions. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/75b0a888e41bcda4163072f41bb7b5471fef7651
| * | | vim-patch:8.0.1569: warning for uninitialized variable from gccMarco Hinz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Warning for uninitialized variable from gcc. Solution: Initialize the variable. https://github.com/vim/vim/commit/28ada699c13833219acaeb7e768acc2acae50e02
| * | | vim-patch:8.0.1500: possible NULL pointer dereferenceMarco Hinz2019-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Possible NULL pointer dereference. (Coverity) Solution: Check for the pointer not being NULL. https://github.com/vim/vim/commit/0549a1e184d33674f4c2b8fb44ccdf6b9b9808a3
| * | | vim-patch:8.0.1432: after ":copen" can't get the window-ID of the quickfix ↵Marco Hinz2019-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window Problem: After ":copen" can't get the window-ID of the quickfix window. (FalacerSelene) Solution: Make it work without a quickfix list. Add a test. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/2ec364e94dbc080ccdf6c5dfc6f1653b5b7ded64
| * | | vim-patch:8.0.1420: accessing freed memory in vimgrepMarco Hinz2019-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Accessing freed memory in vimgrep. Solution: Check that the quickfix list is still valid. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/3c09722600e3218905b5d4a7b635a9e6560f87b3
| * | | vim-patch:8.0.1406: difficult to track changes to a quickfix listMarco Hinz2019-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Difficult to track changes to a quickfix list. Solution: Add a "changedtick" value. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/b254af312d1696b12367085acfbe41a41b7f1ea5
| * | | vim-patch:8.0.1389: getqflist() items are missing if not setMarco Hinz2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: getqflist() items are missing if not set, that makes it more difficult to handle the values. Solution: When a value is not available return zero or another invalid value. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/a6d4849c711379b773529afaed640455287ac934
| * | | vim-patch:8.0.1353: QuickFixCmdPost is not used consistentlyMarco Hinz2019-05-03
|/ / / | | | | | | | | | | | | | | | | | | | | | Problem: QuickFixCmdPost is not used consistently. Solution: Invoke QuickFixCmdPost consistently after QuickFixCmdPre. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/1ed2276fd50f34e824eeae93d5a5ebfdf118be26
* | | Merge #9970 from janlazo/vim-8.1.0794Justin M. Keyes2019-05-03
|\ \ \ | | | | | | | | vim-patch:8.0.1708,8.1.{369,794,1242}
| * | | vim-patch:8.1.0369: continuation lines cannot contain commentsJan Edmund Lazo2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Continuation lines cannot contain comments. Solution: Support using "\ . https://github.com/vim/vim/commit/67f8ab829911c7901c534ef2bf19cc34b622936f
| * | | vim-patch:8.0.1708: mkdir with 'p' flag fails on existing directoryJan Edmund Lazo2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Mkdir with 'p' flag fails on existing directory, which is different from the mkdir shell command. Solution: Don't fail if the directory already exists. (James McCoy, closes vim/vim#2775) https://github.com/vim/vim/commit/78a16b0f2a142aae1fdc96c50ab0f25194d0e755
| * | | lintJan Edmund Lazo2019-05-02
| | | |
| * | | vim-patch:8.1.1242: no cmdline redraw when tabpages have different 'cmdheight'Jan Edmund Lazo2019-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No cmdline redraw when tabpages have different 'cmdheight'. Solution: redraw the command line when 'cmdheight' changes when switching tabpages. (closes vim/vim#4321) https://github.com/vim/vim/commit/0fef0aeb1ca6c85df0a656a70b6ca49c34563c89
| * | | vim-patch:8.1.0794: white space before " -Ntabmove" causes problemsJan Edmund Lazo2019-05-02
|/ / / | | | | | | | | | | | | | | | Problem: White space before " -Ntabmove" causes problems. Solution: Skip whitespace. (Ozaki Kiichi, closes vim/vim#3841) https://github.com/vim/vim/commit/82a12468bd023f5cdc5d27182bedef7881514643
* | | Merge #9966 from justinmk/te-hlJustin M. Keyes2019-05-02
|\ \ \ | | | | | | | | terminal: swap priority of terminal, editor highlights
| * | | terminal.c: remove unnecessary macroJustin M. Keyes2019-05-02
| | | |
| * | | terminal: swap priority of terminal, editor highlightsJustin M. Keyes2019-05-02
|/ / / | | | | | | | | | closes #9964
* | | ex_getln: fix statusline redraw logic #9967Carlo Abelli2019-05-02
| | | | | | | | | fixes #9908
* | | Merge #9946 from justinmk/docJustin M. Keyes2019-05-01
|\ \ \
| * | | gen_vimdoc.py: support <pre> preformatted text [ci skip]Justin M. Keyes2019-05-01
| | | |
| * | | doc [ci skip]Justin M. Keyes2019-05-01
|/ / / | | | | | | | | | ref #9886
* | | Merge #9951 'vim-patch:8.1.0519: save/restore tag stack'Justin M. Keyes2019-04-30
|\ \ \
| * | | lintrolag2019-04-28
| | | |
| * | | vim-patch:8.1.0519: cannot save and restore the tag stackrolag2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes vim/vim#3604) https://github.com/vim/vim/commit/f49cc60aa802862c595ff619dccc11271633a94b
* | | | Merge #9957 from janlazo/vim-8.0.1263Justin M. Keyes2019-04-30
|\ \ \ \ | | | | | | | | | | vim-patch:8.0.{1263,1265,1267}
| * | | | lintJan Edmund Lazo2019-04-30
| | | | |
| * | | | vim-patch:8.0.1267: Test_swap_group may leave file behindJan Edmund Lazo2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test_swap_group may leave file behind. Solution: Add a try/finally. https://github.com/vim/vim/commit/5842a748be8039fd6d267f5557fe391c6c95399d
| * | | | vim-patch:8.0.1265: swap test not skipped when there is one groupJan Edmund Lazo2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Swap test not skipped when there is one group. Solution: Convert list to string for the message. https://github.com/vim/vim/commit/ad7dac85c3c90893e78e5463ca44b874082b482f
| * | | | vim-patch:8.0.1263: others can read the swap file if a user is carelessJan Edmund Lazo2019-04-29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Others can read the swap file if a user is careless with his primary group. Solution: If the group permission allows for reading but the world permissions doesn't, make sure the group is right. https://github.com/vim/vim/commit/5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8
* | | | Merge #9956 from justinmk/vim-8.1.1231Justin M. Keyes2019-04-30
|\ \ \ \ | | | | | | | | | | vim-patch:8.1.1231, swap-related patches
| * | | | vim-patch:8.1.0642: swapinfo() leaks memoryJustin M. Keyes2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: swapinfo() leaks memory. Solution: Avoid allocating the strings twice. https://github.com/vim/vim/commit/e6fdf79980c0f2856700d4f46de700293f477429
| * | | | lintJustin M. Keyes2019-04-29
| | | | |
| * | | | vim-patch:8.1.1234: swap file test fails on MS-WindowsJustin M. Keyes2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Swap file test fails on MS-Windows. Solution: Only compare the tail of the file names. https://github.com/vim/vim/commit/701df4eb64ae9945c63f83621b54aa69e1336a79
| * | | | test/old: skip Test_swapfile_delete() until "blob" is mergedJustin M. Keyes2019-04-29
| | | | |
| * | | | verb_msg: remove char_uJustin M. Keyes2019-04-29
| | | | |