Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c146d974f1 
					 
					
						
						
							
							patch 9.0.0123: cannot build with small features  
						
						... 
						
						
						
						Problem:    Cannot build with small features.
Solution:   Add #ifdef. 
						
						
							
 
						
					 
					
						2022-07-31 18:03:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						be33e5e4a9 
					 
					
						
						
							
							patch 9.0.0122: breakindent test fails  
						
						... 
						
						
						
						Problem:    Breakindent test fails.
Solution:   Fix condition. 
						
						
							
 
						
					 
					
						2022-07-31 18:00:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b7963df98f 
					 
					
						
						
							
							patch 9.0.0121: cannot put virtual text after or below a line  
						
						... 
						
						
						
						Problem:    Cannot put virtual text after or below a line.
Solution:   Add "text_align" and "text_wrap" arguments. 
						
						
							
 
						
					 
					
						2022-07-31 17:12:43 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Sharonov 
							
						 
					 
					
						
						
							
						
						6b568b1cc7 
					 
					
						
						
							
							patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space  
						
						... 
						
						
						
						Problem:    MS-Windows GUI: cannot use AltGr + Space.
Solution:   Check for VK_MENU instead of VK_LMENU. (Anton Sharonov,
            closes  #10820 , closes  #10753 ) 
						
						
							
 
						
					 
					
						2022-07-31 12:26:05 +01:00 
						 
				 
			
				
					
						
							
							
								K.Takata 
							
						 
					 
					
						
						
							
						
						dbdcc79910 
					 
					
						
						
							
							patch 9.0.0119: tiny chance that creating a backup file fails  
						
						... 
						
						
						
						Problem:    Tiny chance that creating a backup file fails.
Solution:   Check for EEXIST error. (Ken Takata, closes  #10821 ) 
						
						
							
 
						
					 
					
						2022-07-31 11:50:42 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						750209459c 
					 
					
						
						
							
							patch 9.0.0118: no test for what patch 9.0.0155 fixes  
						
						... 
						
						
						
						Problem:    No test for what patch 9.0.0155 fixes.
Solution:   Add a test. Fix typos.  (closes  #10822 ) 
						
						
							
 
						
					 
					
						2022-07-31 11:37:20 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3a4cd39d47 
					 
					
						
						
							
							patch 9.0.0117: text of removed textprop with text is not freed  
						
						... 
						
						
						
						Problem:    Text of removed textprop with text is not freed.
Solution:   Free the text when the property is removed.  Reduce the array size
            to ignore NULLs at the end. 
						
						
							
 
						
					 
					
						2022-07-30 22:17:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						711483cd13 
					 
					
						
						
							
							patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"  
						
						... 
						
						
						
						Problem:    Virtual text not displayed if 'signcolumn' is "yes".
Solution:   Set c_extra and c_final to NUL. 
						
						
							
 
						
					 
					
						2022-07-30 21:33:46 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6747cf1671 
					 
					
						
						
							
							patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window  
						
						... 
						
						
						
						Problem:    When 'cmdheight' is zero pressing ':' may scroll a window.
Solution:   Add the made_cmdheight_nonzero flag and set 'scrolloff' to zero. 
						
						
							
 
						
					 
					
						2022-07-30 19:10:06 +01:00 
						 
				 
			
				
					
						
							
							
								Shougo Matsushita 
							
						 
					 
					
						
						
							
						
						f39cfb7262 
					 
					
						
						
							
							patch 9.0.0114: the command line takes up space even when not used  
						
						... 
						
						
						
						Problem:    The command line takes up space even when not used.
Solution:   Allow for 'cmdheight' to be set to zero. (Shougo Matsushita,
            closes  #10675 , closes  #940 ) 
						
						
							
 
						
					 
					
						2022-07-30 16:54:05 +01:00 
						 
				 
			
				
					
						
							
							
								K.Takata 
							
						 
					 
					
						
						
							
						
						d90f91fe30 
					 
					
						
						
							
							patch 9.0.0113: has() is not strict about parsing the patch version  
						
						... 
						
						
						
						Problem:    has() is not strict about parsing the patch version.
Solution:   Check the version more strictly. (Ken Takata, closes  #10752 ) 
						
						
							
 
						
					 
					
						2022-07-30 15:43:59 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0f823c3609 
					 
					
						
						
							
							patch 9.0.0112: MS-Windows: test fails because file already exists  
						
						... 
						
						
						
						Problem:    MS-Windows: test fails because file already exists.
Solution:   Wait a little while until the file is gone. 
						
						
							
 
						
					 
					
						2022-07-30 15:35:12 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						de78632c41 
					 
					
						
						
							
							patch 9.0.0111: "nocombine" is missing from synIDattr()  
						
						... 
						
						
						
						Problem:    "nocombine" is missing from synIDattr().
Solution:   Add "nocombine". (Muni Tanjim, closes  #10816 ) 
						
						
							
 
						
					 
					
						2022-07-30 14:56:17 +01:00 
						 
				 
			
				
					
						
							
							
								Carlo Teubner 
							
						 
					 
					
						
						
							
						
						ddab3ce345 
					 
					
						
						
							
							patch 9.0.0110: help tag generation picks up words in code examples  
						
						... 
						
						
						
						Problem:    Help tag generation picks up words in code examples.
Solution:   Skip over examples. (Carlo Teubner, closes  #10813 ) 
						
						
							
 
						
					 
					
						2022-07-30 12:03:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1eead4cf1d 
					 
					
						
						
							
							patch 9.0.0109: writing over the end of a buffer on stack  
						
						... 
						
						
						
						Problem:    Writing over the end of a buffer on stack when making list of
            spell suggestions.
Solution:   Make sure suggested word is not too long. (closes  #10812 ) 
						
						
							
 
						
					 
					
						2022-07-30 11:39:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5f6cae8b8a 
					 
					
						
						
							
							patch 9.0.0108: configure check for timer_create may give wrong error  
						
						... 
						
						
						
						Problem:    Configure check for timer_create may give wrong error.
Solution:   Give a warning instead of an error. 
						
						
							
 
						
					 
					
						2022-07-30 11:00:50 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2ecbe53f45 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
							
						
					 
					
						2022-07-29 21:36:21 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						72981ac94f 
					 
					
						
						
							
							patch 9.0.0107: condition always has the same value  
						
						... 
						
						
						
						Problem:    Condition always has the same value.
Solution:   Remove the condition. 
						
						
							
 
						
					 
					
						2022-07-29 19:50:41 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cb36c2a3cd 
					 
					
						
						
							
							patch 9.0.0106: illegal byte regexp test doesn't fail when fix is reversed  
						
						... 
						
						
						
						Problem:    Illegal byte regexp test doesn't fail when fix is reversed.
Solution:   Make sure illegal bytes end up in sourced script file. 
						
						
							
 
						
					 
					
						2022-07-29 18:32:20 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f50940531d 
					 
					
						
						
							
							patch 9.0.0105: illegal memory access when pattern starts with illegal byte  
						
						... 
						
						
						
						Problem:    Illegal memory access when pattern starts with illegal byte.
Solution:   Do not match a character with an illegal byte. 
						
						
							
 
						
					 
					
						2022-07-29 16:22:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1e56bda904 
					 
					
						
						
							
							patch 9.0.0104: going beyond allocated memory when evaluating string constant  
						
						... 
						
						
						
						Problem:    Going beyond allocated memory when evaluating string constant.
Solution:   Properly skip over <Key> form. 
						
						
							
 
						
					 
					
						2022-07-29 15:28:27 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						efffa5360e 
					 
					
						
						
							
							patch 9.0.0103: if running configure with cached results -lrt may be missing  
						
						... 
						
						
						
						Problem:    If running configure with cached results -lrt may be missing.
Solution:   Use two cache variables, one without and one with -lrt.
            (closes  #10799 )  Swap checks to avoid adding -lrt unnecessarily. 
						
						
							
 
						
					 
					
						2022-07-28 22:39:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a6f9e30016 
					 
					
						
						
							
							patch 9.0.0102: reading past end of line with insert mode completion  
						
						... 
						
						
						
						Problem:    Reading past end of line with insert mode completion.
Solution:   Check text length. 
						
						
							
 
						
					 
					
						2022-07-28 21:51:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4e677b9c40 
					 
					
						
						
							
							patch 9.0.0101: invalid memory access in diff mode with "dp" and undo  
						
						... 
						
						
						
						Problem:    Invalid memory access in diff mode with "dp" and undo.
Solution:   Make sure the line number does not go below one. 
						
						
							
 
						
					 
					
						2022-07-28 18:44:27 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cb5ed4d625 
					 
					
						
						
							
							patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'  
						
						... 
						
						
						
						Problem:    Get hit-enter prompt for system() when '!' is in 'guioptions'.
Solution:   Do not call wait_return() when not redrawing. (closes  #3327 ) 
						
						
							
 
						
					 
					
						2022-07-28 12:54:08 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						46af7bc08d 
					 
					
						
						
							
							patch 9.0.0099: scrollback can be wrong after redrawing the command line  
						
						... 
						
						
						
						Problem:    Scrollback can be wrong after redrawing the command line.
Solution:   Clear unfinished scrollback when redrawing. (closes  #10807 ) 
						
						
							
 
						
					 
					
						2022-07-28 12:34:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5748b7f2c8 
					 
					
						
						
							
							patch 9.0.0098: missing include file in timer_create configure check  
						
						... 
						
						
						
						Problem:    missing include file in timer_create configure check.
Solution:   Inlucde stdlib.h. 
						
						
							
 
						
					 
					
						2022-07-28 12:09:04 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5f30e26f69 
					 
					
						
						
							
							patch 9.0.0097: long quickfix line is truncated for :clist  
						
						... 
						
						
						
						Problem:    Long quickfix line is truncated for :clist.
Solution:   Allocate a buffer if needed. 
						
						
							
 
						
					 
					
						2022-07-28 11:56:01 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						f6782732ab 
					 
					
						
						
							
							patch 9.0.0096: flag "new_value_alloced" is always true  
						
						... 
						
						
						
						Problem:    Flag "new_value_alloced" is always true.
Solution:   Remove "new_value_alloced". (closes  #10792 ) 
						
						
							
 
						
					 
					
						2022-07-27 18:26:03 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						122dea7007 
					 
					
						
						
							
							patch 9.0.0095: conditions are always true  
						
						... 
						
						
						
						Problem:    Conditions are always true.
Solution:   Remove useless conditions. (closes  #10802 ) 
						
						
							
 
						
					 
					
						2022-07-27 15:48:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3d6ee8bda0 
					 
					
						
						
							
							patch 9.0.0094: cursor restored unexpected with nested autocommand  
						
						... 
						
						
						
						Problem:    Cursor restored unexpected with nested autocommand.
Solution:   Do not restore the cursor when it was moved intentionally.
            (closes  #10780 ) 
						
						
							
 
						
					 
					
						2022-07-27 15:23:35 +01:00 
						 
				 
			
				
					
						
							
							
								James Eapen 
							
						 
					 
					
						
						
							
						
						7abd1c6d8e 
					 
					
						
						
							
							patch 9.0.0093: sway config files are recognized as i3config  
						
						... 
						
						
						
						Problem:    Sway config files are recognized as i3config.
Solution:   Recognize swayconfig separately. (James Eapen, closes  #10672 ) 
						
						
							
 
						
					 
					
						2022-07-27 15:07:06 +01:00 
						 
				 
			
				
					
						
							
							
								Shougo Matsushita 
							
						 
					 
					
						
						
							
						
						61021aa318 
					 
					
						
						
							
							patch 9.0.0092: plugins cannot change v:completed_item  
						
						... 
						
						
						
						Problem:    Plugins cannot change v:completed_item.
Solution:   Make v:completed_item writeable. (Shougo Matsushita,
            closes  #10801 ) 
						
						
							
 
						
					 
					
						2022-07-27 14:40:00 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						34d1773bd4 
					 
					
						
						
							
							patch 9.0.0091: duplicate error number  
						
						... 
						
						
						
						Problem:    Duplicate error number.
Solution:   Use unique error number. 
						
						
							
 
						
					 
					
						2022-07-27 13:18:14 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						28f84e17b0 
					 
					
						
						
							
							patch 9.0.0090: no error when assigning bool to a string option  
						
						... 
						
						
						
						Problem:    No error when assigning bool to a string option with setwinvar().
Solution:   Give an error (closes  #10766 ) 
						
						
							
 
						
					 
					
						2022-07-27 12:30:13 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						7db3a8e329 
					 
					
						
						
							
							patch 9.0.0089: fuzzy argument completion doesn't work for shell commands  
						
						... 
						
						
						
						Problem:    Fuzzy argument completion doesn't work for shell commands.
Solution:   Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan,
            closes  #10769 ) 
						
						
							
 
						
					 
					
						2022-07-26 22:01:36 +01:00 
						 
				 
			
				
					
						
							
							
								Gregory Anders 
							
						 
					 
					
						
						
							
						
						30e212dac1 
					 
					
						
						
							
							patch 9.0.0088: pattern for detecting bitbake files is not sufficient  
						
						... 
						
						
						
						Problem:    Pattern for detecting bitbake files is not sufficient.
Solution:   Adjust the pattern. (Gregory Anders, closes  #10743 ) 
						
						
							
 
						
					 
					
						2022-07-26 21:42:03 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Sharonov 
							
						 
					 
					
						
						
							
						
						3f0266739d 
					 
					
						
						
							
							patch 9.0.0087: MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc  
						
						... 
						
						
						
						Problem:    MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc.
Solution:   Figure out what the key code means. (Anton Sharonov,
            closes  #10687 , closes  #10454 ) 
						
						
							
 
						
					 
					
						2022-07-26 21:26:18 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						6791adca53 
					 
					
						
						
							
							patch 9.0.0086: tabline is not redrawn when entering command line  
						
						... 
						
						
						
						Problem:    Tabline is not redrawn when entering command line.
Solution:   Set "redraw_tabline". (closes  #10771 ) 
						
						
							
 
						
					 
					
						2022-07-26 20:42:25 +01:00 
						 
				 
			
				
					
						
							
							
								ii14 
							
						 
					 
					
						
						
							
						
						1f0dc5e84f 
					 
					
						
						
							
							patch 9.0.0085: ":write" fails after ":file name" and the ":edit"  
						
						... 
						
						
						
						Problem:    ":write" fails after ":file name" and the ":edit".
Solution:   Reset BF_NOTEDITED when using ":edit". (closes  #10790 ) 
						
						
							
 
						
					 
					
						2022-07-26 19:44:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						15b87b6610 
					 
					
						
						
							
							patch 9.0.0084: using "terraform" filetype for .tfvars file is bad  
						
						... 
						
						
						
						Problem:    Using "terraform" filetype for .tfvars file is bad.
Solution:   use "terraform-vars", so that different completion and other
            mechanisms can be used. (Radek Simko, closes  #10755 ) 
						
						
							
 
						
					 
					
						2022-07-26 19:18:28 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						c9e8fd6fc7 
					 
					
						
						
							
							patch 9.0.0083: ModeChanged event not triggered when leaving cmdline window  
						
						... 
						
						
						
						Problem:    ModeChanged event not triggered when leaving the cmdline window.
Solution:   Call may_trigger_modechanged(). (closes  #10791 ) 
						
						
							
 
						
					 
					
						2022-07-26 18:12:38 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						3cfae39b08 
					 
					
						
						
							
							patch 9.0.0082: cannot interrupt global command from command line  
						
						... 
						
						
						
						Problem:    Cannot interrupt global command from command line.
Solution:   Reset got_int in another place. (closes  #10739 ) 
						
						
							
 
						
					 
					
						2022-07-26 17:48:13 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c2842adfb2 
					 
					
						
						
							
							patch 9.0.0081: command line completion of user command may have duplicates  
						
						... 
						
						
						
						Problem:    Command line completion of user command may have duplicates.
            (Dani Dickstein)
Solution:   Skip global user command if an identical buffer-local one is
            defined. (closes  #10797 ) 
						
						
							
 
						
					 
					
						2022-07-26 17:23:47 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Williams 
							
						 
					 
					
						
						
							
						
						0494789ece 
					 
					
						
						
							
							patch 9.0.0080: compiler warning for size_t to int conversion  
						
						... 
						
						
						
						Problem:    Compiler warning for size_t to int conversion.
Solution:   Add type casts. (Mike Williams, closes  #10795 ) 
						
						
							
 
						
					 
					
						2022-07-26 16:03:42 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6809ff978a 
					 
					
						
						
							
							patch 9.0.0079: error in autoload script not reported for 'foldexpr'  
						
						... 
						
						
						
						Problem:    Error in autoload script not reported for 'foldexpr'.
Solution:   Reset "emsg_off" when auto-loading a script. (closes  #10685 ) 
						
						
							
 
						
					 
					
						2022-07-26 15:10:56 +01:00 
						 
				 
			
				
					
						
							
							
								Ernie Rael 
							
						 
					 
					
						
						
							
						
						559f230fd6 
					 
					
						
						
							
							patch 9.0.0078: star register is unexpectedly changed when deleting  
						
						... 
						
						
						
						Problem:    Star register is changed when deleting and both "unnamed" and
            "unnamedplus" are in 'clipboard'.
Solution:   Make the use of the star register work as documented. (Ernie Rael,
            closes  #10669 ) 
						
						
							
 
						
					 
					
						2022-07-26 14:44:36 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b03950fafa 
					 
					
						
						
							
							patch 9.0.0077: wrong restored cursor position when switching window in autocmd  
						
						... 
						
						
						
						Problem:    When switching window in autocmd the restored cursor position may
            be wrong.
Solution:   Do not restore the cursor if it was not set. (closes  #10775 ) 
						
						
							
 
						
					 
					
						2022-07-26 13:47:13 +01:00 
						 
				 
			
				
					
						
							
							
								zeertzjq 
							
						 
					 
					
						
						
							
						
						92a1678d48 
					 
					
						
						
							
							patch 9.0.0076: no test for what patch 8.1.1424 fixes  
						
						... 
						
						
						
						Problem:    No test for what patch 8.1.1424 fixes.
Solution:   Add a test. (closes  #10789 ) 
						
						
							
 
						
					 
					
						2022-07-26 12:24:41 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						be3dbda871 
					 
					
						
						
							
							patch 9.0.0075: some compilers warn for using an uninitialized variable  
						
						... 
						
						
						
						Problem:    Some compilers warn for using an uninitialized variable. (Tony
            Mechelynck)
Solution:   Initialize the variable. 
						
						
							
 
						
					 
					
						2022-07-26 11:42:34 +01:00