summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.2858: test fails because of changed error messagev8.2.2858Bram Moolenaar2021-05-161-0/+2
| | | | | Problem: Test fails because of changed error message. Solution: Adjust the expected error message.
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-161-0/+2
| | | | | Problem: Vim9: exception in ISN_INSTR caught at wrong level. Solution: Set the starting trylevel in exec_instructions(). (closes #8214)
* patch 8.2.2856: get readonly error for device that can't be written tov8.2.2856Bram Moolenaar2021-05-151-0/+2
| | | | | Problem: Get readonly error for device that can't be written to. Solution: Check for being able to write first. (closes #8205)
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-151-0/+2
| | | | | Problem: White space after "->" does not give E274. Solution: Do not skip white space in legacy script. (closes #8212)
* patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh2021-05-151-0/+2
| | | | | Problem: Custom statusline cannot contain % items. Solution: Add "%{% expr %}". (closes #8190)
* patch 8.2.2853: window is not updated after using <Cmd> mappingv8.2.2853Bram Moolenaar2021-05-151-0/+2
| | | | | Problem: Window is not updated after using <Cmd> mapping. Solution: So jump to cmdline_changed but skip autocommand.
* patch 8.2.2852: configure can add --as-needed a second timev8.2.2852Natanael Copa2021-05-151-0/+2
| | | | | | Problem: Configure can add --as-needed a second time. Solution: Only add --as-needed if not already there. (Natanael Copa, closes #8189, closes #8181)
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-151-0/+2
| | | | | | | Problem: Using <Cmd> mapping on the command line triggers CmdlineChanged. (Naohiro Ono) Solution: Jump to cmdline_not_changed if the command line didn't change. (closes #8208)
* patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat2021-05-131-0/+2
| | | | | Problem: Recalling commands from history is not tested. Solution: Add tests. (closes #8194)
* patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan2021-05-131-0/+2
| | | | | Problem: Bufwrite not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8192)
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-0/+2
| | | | | Problem: Crash whn calling partial. Solution: Check for NULL pointer. (Dominique Pellé, closes #8202)
* patch 8.2.2847: Perl not tested sufficientlyv8.2.2847Dominique Pelle2021-05-101-0/+2
| | | | | Problem: Perl not tested sufficiently. Solution: Add test. Also test W17. (Dominique Pellé, closes #8193)
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-0/+2
| | | | | | Problem: Vim9: "echo Func()" does not give an error for a function without a return value. Solution: Give an error. Be more specific about why a value is invalid.
* patch 8.2.2845: MS-Windows: warning for signed/unsigned comparisonv8.2.2845Bram Moolenaar2021-05-081-0/+2
| | | | | Problem: MS-Windows: warning for signed/unsigned comparison. Solution: Add type cast.
* patch 8.2.2844: Vim9: memory leak when using searchpair()v8.2.2844Bram Moolenaar2021-05-071-0/+2
| | | | | Problem: Vim9: memory leak when using searchpair(). Solution: Free the v_instr field.
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-071-0/+2
| | | | | Problem: Vim9: skip argument to searchpairpos() is not compiled. Solution: Handle like searchpair(). Also for search() and searchpos().
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+2
| | | | | Problem: Vim9: skip argument to searchpair() is not compiled. Solution: Add VAR_INSTR.
* patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are setv8.2.2841matveyt2021-05-071-0/+2
| | | | | | Problem: MS-Windows: cursor in wrong position when 'lazyredraw' and 'statusline' are set. Solution: Call compute_cmdrow(). (closes #8170, closes #8184)
* patch 8.2.2840: Vim9: member operation not fully testedv8.2.2840Bram Moolenaar2021-05-061-0/+2
| | | | | Problem: Vim9: member operation not fully tested. Solution: Add a few tests.
* patch 8.2.2839: default redirection missing "ash" and "dash"v8.2.2839Natanael Copa2021-05-061-0/+2
| | | | | Problem: Default redirection missing "ash" and "dash". Solution: Recognize "ash" and "dash". (Natanael Copa, closes #8180)
* patch 8.2.2838: file extension .wrap not recognizedv8.2.2838Liam Beguin2021-05-061-0/+2
| | | | | Problem: File extension .wrap not recognized. Solution: Use dosini filetype for .wrap files. (Liam Beguin, closes #8177)
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-061-0/+2
| | | | | Problem: Various code lines not covered by tests. Solution: Add test cases. (Dominique Pellé, closes #8178)
* patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar2021-05-051-0/+2
| | | | | Problem: Build failure without the +quickfix feature. (John Marriott) Solution: Add #ifdef.
* patch 8.2.2835: Vim9: leaking memory in :cexprv8.2.2835Bram Moolenaar2021-05-051-0/+2
| | | | | Problem: Vim9: leaking memory in :cexpr. Solution: Also free the command line copy.
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-0/+2
| | | | | Problem: Vim9: :cexpr does not work with local variables. Solution: Compile :cexpr.
* patch 8.2.2833: two key command cancelled by moving mouse when using popupv8.2.2833Bram Moolenaar2021-05-051-0/+2
| | | | | | Problem: Two key command cancelled by moving mouse when using popup. (Sergey Vlasov) Solution: Ignore K_MOUSEMOVE in plain_vgetc().
* patch 8.2.2832: operator cancelled by moving mouse when using popupv8.2.2832Bram Moolenaar2021-05-041-0/+2
| | | | | | Problem: Operator cancelled by moving mouse when using popup. (Sergey Vlasov) Solution: Do not trigger an operator for a mouse move events. (closes #8176)
* patch 8.2.2831: Vim9: expandcmd() not testedv8.2.2831Bram Moolenaar2021-05-031-0/+2
| | | | | Problem: Vim9: expandcmd() not tested. Solution: Add a test.
* patch 8.2.2830: terminal colors are not updated when 'background' is setv8.2.2830Bram Moolenaar2021-05-031-0/+2
| | | | | | Problem: Terminal colors are not updated when 'background' is set. Solution: Call term_update_colors() for all terminals. (Marcin Szamotulski, closes #8171, closes #8150)
* patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar2021-05-031-0/+2
| | | | | Problem: Some comments are not correct or clear. Solution: Adjust the comments. Add test for cursor position.
* patch 8.2.2828: Coverity complains about not checking rename() return valuev8.2.2828Bram Moolenaar2021-05-031-0/+2
| | | | | Problem: Coverity complains about not checking the rename() return value. Solution: Add "(void)", can't do anything in case of a failure.
* patch 8.2.2827: test file was not deletedv8.2.2827Dominique Pelle2021-05-031-0/+2
| | | | | Problem: Test file was not deleted. Solution: Uncomment the delete() call. (Dominique Pellé, closes #8172)
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-031-0/+2
| | | | | | Problem: Compiler warnings for int to size_t conversion. (Randall W. Morris) Solution: Add type casts.
* patch 8.2.2825: code in checkreadonly() not fully testedv8.2.2825Dominique Pelle2021-05-021-0/+2
| | | | | Problem: Code in checkreadonly() not fully tested. Solution: Add more tests. (Dominique Pellé, closes #8169)
* patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824Bram Moolenaar2021-05-021-0/+2
| | | | | | Problem: MS-Windows: build failure with MSVC. Solution: Adjust the list of distributed files. Add hint about python. Adjust path for reading runtime files.
* patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar2021-05-021-0/+2
| | | | | Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
* patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar2021-05-011-0/+2
| | | | | | Problem: MS-Windows: unnessarily loading libraries when unregistering OLE. Solution: Also skip loading libraries when invoked with "-unregister". Run Vim for README.txt with user privileges.
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-011-0/+2
| | | | | Problem: MS-Windows: unnessarily loading libraries when registering OLE. Solution: Skip loading libraries when invoked with "-register".
* patch 8.2.2820: session file may divide by zerov8.2.2820Bram Moolenaar2021-04-301-0/+2
| | | | | Problem: Session file may divide by zero. Solution: Avoid writing difide by zero. (closes #8162)
* patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar2021-04-301-0/+2
| | | | | Problem: Finishing an abbreviation with a multi-byte char may not work. Solution: Escape K_SPECIAL in the typed character. (closes #8160)
* patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar2021-04-291-0/+2
| | | | | Problem: No jump added to jumplist when opening terminal in current window. Solution: Call setpcmark(). (closes #8158)
* patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar2021-04-281-0/+2
| | | | | Problem: Vim9: script sourcing continues after an error. Solution: Make an error in any command in "vim9script" abort sourcing.
* patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar2021-04-281-0/+2
| | | | | Problem: Vim9: comment below expression in lambda causes problems. Solution: Use a single space for empty and comment lines. (closes #8156)
* patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815Bram Moolenaar2021-04-271-0/+2
| | | | | | Problem: Status line flickers when redrawing popup menu info. Solution: Do not redraw the status line when the focus is in the popup window. (issue #8144)
* patch 8.2.2814: Vim9: unused variablev8.2.2814Bram Moolenaar2021-04-261-0/+2
| | | | | Problem: Vim9: unused variable. (John Marriott) Solution: Adjust #ifdef.
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-0/+2
| | | | | Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes #8152)
* patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar2021-04-261-0/+2
| | | | | Problem: Vim9: still crash when using substitute expression. Solution: Put the instruction list in the stack frame. (closes #8154)
* patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar2021-04-251-0/+2
| | | | | | Problem: Vim9: error for missing white space doesn't say where it is missing Solution: Mention the command. (closes #8149)
* patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar2021-04-251-0/+2
| | | | | | Problem: Vim9: crash when calling a function in a substitute expression. Solution: Set the instructions back to the substitute expression instrunctions. (closes #8148)
* patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar2021-04-251-0/+2
| | | | | Problem: Vim9: :def function compilation fails when using :legacy. Solution: Reset CMOD_LEGACY when compiling a function. (closes #8137)