Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f7d267ef20 
					 
					
						
						
							
							patch 8.2.0993: Vim9 script test fails with normal features  
						
						... 
						
						
						
						Problem:    Vim9 script test fails with normal features.
Solution:   Use :func instead of :def for now. 
						
						
							
 
						
					 
					
						2020-06-17 12:04:54 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						101f4810e2 
					 
					
						
						
							
							patch 8.2.0992: Vim9: crash when using :import in the Vim command  
						
						... 
						
						
						
						Problem:    Vim9: crash when using :import in the Vim command.
Solution:   Give an error when using :import outside of a script.
            (closes  #6271 ) 
						
						
							
 
						
					 
					
						2020-06-16 23:18:51 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0fe937fd86 
					 
					
						
						
							
							patch 8.2.0991: cannot get window type for autocmd and preview window  
						
						... 
						
						
						
						Problem:    Cannot get window type for autocmd and preview window.
Solution:   Add types to win_gettype(). (Yegappan Lakshmanan, closes  #6277 ) 
						
						
							
 
						
					 
					
						2020-06-16 22:42:04 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a1bc6f1293 
					 
					
						
						
							
							patch 8.2.0990: Using duplicate error number  
						
						... 
						
						
						
						Problem:    Using duplicate error number.
Solution:   Use an unused error number.  Add a test for it. 
						
						
							
 
						
					 
					
						2020-06-16 22:27:39 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a6e8bf2d89 
					 
					
						
						
							
							patch 8.2.0989: crash after resizing a terminal window  
						
						... 
						
						
						
						Problem:    Crash after resizing a terminal window. (August Masquelier)
Solution:   Add check for valid row in libvterm. (closes  #6273 ) 
						
						
							
 
						
					 
					
						2020-06-16 20:58:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						84cf6bd81b 
					 
					
						
						
							
							patch 8.2.0988: getting directory contents is always case sorted  
						
						... 
						
						
						
						Problem:    Getting directory contents is always case sorted.
Solution:   Add sort options and v:collate. (Christian Brabandt, closes  #6229 ) 
						
						
							
 
						
					 
					
						2020-06-16 20:03:43 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9af78769ee 
					 
					
						
						
							
							patch 8.2.0987: Vim9: cannot assign to [var; var]  
						
						... 
						
						
						
						Problem:    Vim9: cannot assign to [var; var].
Solution:   Assign rest of items to a list. 
						
						
							
 
						
					 
					
						2020-06-16 11:34:42 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c70222d12a 
					 
					
						
						
							
							patch 8.2.0986: MS-Windows: functions test fails  
						
						... 
						
						
						
						Problem:    MS-Windows: functions test fails.
Solution:   Only simplify ///path on Unix. 
						
						
							
 
						
					 
					
						2020-06-15 23:18:12 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fdcbe3c3fe 
					 
					
						
						
							
							patch 8.2.0985: simplify() does not remove slashes from "///path"  
						
						... 
						
						
						
						Problem:    Simplify() does not remove slashes from "///path".
Solution:   Reduce > 2 slashes to one. (closes  #6263 ) 
						
						
							
 
						
					 
					
						2020-06-15 21:41:56 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ab176ce982 
					 
					
						
						
							
							patch 8.2.0984: not using previous window when closing a shell popup window  
						
						... 
						
						
						
						Problem:    Not using previous window when closing a shell popup window.
Solution:   Use "prevwin" if it was set. (closes  #6267 ) 
						
						
							
 
						
					 
					
						2020-06-15 21:19:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ad72350360 
					 
					
						
						
							
							patch 8.2.0983: SConstruct file type not recognized  
						
						... 
						
						
						
						Problem:    SConstruct file type not recognized.
Solution:   Use python for SConstruct files. (Roland Hieber) 
						
						
							
 
						
					 
					
						2020-06-15 20:24:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b340baed9f 
					 
					
						
						
							
							patch 8.2.0982: insufficient testing for reading/writing files  
						
						... 
						
						
						
						Problem:    Insufficient testing for reading/writing files.
Solution:   Add more tests. (Yegappan Lakshmanan, closes  #6257 )
            Add "ui_delay" to test_override() and use it for the CTRL-O test. 
						
						
							
 
						
					 
					
						2020-06-15 19:51:56 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						47a519a933 
					 
					
						
						
							
							patch 8.2.0981: Vim9: cannot compile "[var, var] = list"  
						
						... 
						
						
						
						Problem:    Vim9: cannot compile "[var, var] = list".
Solution:   Implement list assignment. 
						
						
							
 
						
					 
					
						2020-06-14 23:05:10 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a65d8b5bb9 
					 
					
						
						
							
							patch 8.2.0980: raku file extension not recognized  
						
						... 
						
						
						
						Problem:    Raku file extension not recognized. (Steven Penny)
Solution:   Recognize .raku and .rakumod. (closes  #6255 ) 
						
						
							
 
						
					 
					
						2020-06-14 20:04:32 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						65e0d77a66 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
							
						
					 
					
						2020-06-14 17:29:55 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8e20f75e58 
					 
					
						
						
							
							patch 8.2.0979: a couple of screendump tests fail  
						
						... 
						
						
						
						Problem:    A couple of screendump tests fail.
Solution:   Do not redraw when clearing t_8u. 
						
						
							
 
						
					 
					
						2020-06-14 16:43:47 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0c8059e0b6 
					 
					
						
						
							
							patch 8.2.0978: leaking memory in termcodes test  
						
						... 
						
						
						
						Problem:    Leaking memory in termcodes test.
Solution:   Set t_8u with set_option_value(). 
						
						
							
 
						
					 
					
						2020-06-14 15:35:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8dff4cbf6d 
					 
					
						
						
							
							patch 8.2.0977: t_8u is made empty for the wrong terminals  
						
						... 
						
						
						
						Problem:    t_8u is made empty for the wrong terminals. (Dominique Pelle)
Solution:   Invert the check for TPR_YES. (closes  #6254 ) 
						
						
							
 
						
					 
					
						2020-06-14 14:34:16 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						df7df59d85 
					 
					
						
						
							
							patch 8.2.0976: some 'cpoptions' not tested  
						
						... 
						
						
						
						Problem:    Some 'cpoptions' not tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes  #6253 ) 
						
						
							
 
						
					 
					
						2020-06-14 13:50:55 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						984dddbef4 
					 
					
						
						
							
							patch 8.2.0975: Vim9: script variable does not accept optional s: prefix  
						
						... 
						
						
						
						Problem:    Vim9: script variable does not accept optional s: prefix.
Solution:   Adjust the accepted syntax. 
						
						
							
 
						
					 
					
						2020-06-14 12:50:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f3decc5830 
					 
					
						
						
							
							patch 8.2.0974: Vim9: memory leak when script var has wrong type  
						
						... 
						
						
						
						Problem:    Vim9: memory leak when script var has wrong type.
Solution:   Free the variable name. 
						
						
							
 
						
					 
					
						2020-06-13 19:56:38 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						34db91f7a4 
					 
					
						
						
							
							patch 8.2.0973: Vim9: type is not checked when assigning to a script variable  
						
						... 
						
						
						
						Problem:    Vim9: type is not checked when assigning to a script variable.
Solution:   Check the type. 
						
						
							
 
						
					 
					
						2020-06-13 19:00:10 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c82a5b5da5 
					 
					
						
						
							
							patch 8.2.0972: Vim9 script variable declarations need a type  
						
						... 
						
						
						
						Problem:    Vim9 script variable declarations need a type.
Solution:   Make "let var: type" declare a script-local variable. 
						
						
							
 
						
					 
					
						2020-06-13 18:09:19 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						142499de33 
					 
					
						
						
							
							patch 8.2.0971: build with tiny features fails  
						
						... 
						
						
						
						Problem:    Build with tiny features fails.
Solution:   Add #ifdef. 
						
						
							
 
						
					 
					
						2020-06-13 16:39:31 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0c0eddd3dd 
					 
					
						
						
							
							patch 8.2.0970: terminal properties are not available in Vim script  
						
						... 
						
						
						
						Problem:    Terminal properties are not available in Vim script.
Solution:   Add the terminalprops() function. 
						
						
							
 
						
					 
					
						2020-06-13 15:47:25 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4a021dfbee 
					 
					
						
						
							
							patch 8.2.0969: assert_equal() output for dicts is hard to figure out  
						
						... 
						
						
						
						Problem:    Assert_equal() output for dicts is hard to figure out.
Solution:   Only show the different items. 
						
						
							
 
						
					 
					
						2020-06-13 15:13:38 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c9630d2658 
					 
					
						
						
							
							patch 8.2.0968: no proper testing of the 'cpoptions' flags  
						
						... 
						
						
						
						Problem:    No proper testing of the 'cpoptions' flags.
Solution:   Add tests. (Yegappan Lakshmanan, closes  #6251 ) 
						
						
							
 
						
					 
					
						2020-06-13 13:20:48 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						71ccd03ee8 
					 
					
						
						
							
							patch 8.2.0967: unnecessary type casts for vim_strnsave()  
						
						... 
						
						
						
						Problem:    Unnecessary type casts for vim_strnsave().
Solution:   Remove the type casts. 
						
						
							
 
						
					 
					
						2020-06-12 22:59:11 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						722e505d1a 
					 
					
						
						
							
							patch 8.2.0966: 'shortmess' flag "n" not used in two places  
						
						... 
						
						
						
						Problem:    'shortmess' flag "n" not used in two places.
Solution:   Make use of the "n" flag consistent. (Nick Jensen, closes  #6245 ,
            closes  #6244 ) 
						
						
							
 
						
					 
					
						2020-06-12 22:31:00 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5055c56cfb 
					 
					
						
						
							
							patch 8.2.0965: has_funcundefined() is not used  
						
						... 
						
						
						
						Problem:    Has_funcundefined() is not used.
Solution:   Delete the function. (Dominique Pellé, closes  #6242 ) 
						
						
							
 
						
					 
					
						2020-06-12 22:15:31 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						37d1673ce0 
					 
					
						
						
							
							patch 8.2.0964: TextYankPost does not provide info about Visual selection  
						
						... 
						
						
						
						Problem:    TextYankPost does not provide info about Visual selection.
Solution:   Add the 'visual' key in v:event. (closes  #6249 ) 
						
						
							
 
						
					 
					
						2020-06-12 22:09:01 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6c6be9e88d 
					 
					
						
						
							
							patch 8.2.0963: number increment/decrement does not work with 'virtualedit'  
						
						... 
						
						
						
						Problem:    Number increment/decrement does not work with 'virtualedit'.
Solution:   Handle coladd changing. (Christian Brabandt, closes  #6240 ,
            closes  #923 ) 
						
						
							
 
						
					 
					
						2020-06-12 20:19:44 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f6e020b122 
					 
					
						
						
							
							patch 8.2.0962: terminal test sometimes hangs on Travis  
						
						... 
						
						
						
						Problem:    Terminal test sometimes hangs on Travis.
Solution:   Do show output for this test temporarily. 
						
						
							
 
						
					 
					
						2020-06-12 20:11:55 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ec68028604 
					 
					
						
						
							
							patch 8.2.0961: MS-Windows: no completion for locales  
						
						... 
						
						
						
						Problem:    MS-Windows: no completion for locales.
Solution:   Use the directories in $VIMRUNTIME/lang to complete locales.
            (Christian Brabandt, closes 36248) 
						
						
							
 
						
					 
					
						2020-06-12 19:35:32 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9721fb4ea3 
					 
					
						
						
							
							patch 8.2.0960: cannot use :import in legacy Vim script  
						
						... 
						
						
						
						Problem:    Cannot use :import in legacy Vim script.
Solution:   Support :import in any Vim script. 
						
						
							
 
						
					 
					
						2020-06-11 23:10:46 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						00e260bb6c 
					 
					
						
						
							
							patch 8.2.0959: using 'quickfixtextfunc' is a bit slow  
						
						... 
						
						
						
						Problem:    Using 'quickfixtextfunc' is a bit slow.
Solution:   Process a list of entries. (Yegappan Lakshmanan, closes  #6234 ) 
						
						
							
 
						
					 
					
						2020-06-11 19:35:52 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1de5f7c81d 
					 
					
						
						
							
							patch 8.2.0958: not sufficient testing for buffer writing  
						
						... 
						
						
						
						Problem:    Not sufficient testing for buffer writing.
Solution:   Add a few tests. (Yegappan Lakshmanan, closes  #6238 ) 
						
						
							
 
						
					 
					
						2020-06-11 19:22:43 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2d4070d3b0 
					 
					
						
						
							
							patch 8.2.0957: compiler warning for uninitialized variable  
						
						... 
						
						
						
						Problem:    Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution:   Initialize one variable. 
						
						
							
 
						
					 
					
						2020-06-11 12:30:13 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e0ebeda4d8 
					 
					
						
						
							
							patch 8.2.0956: spell test fails  
						
						... 
						
						
						
						Problem:    Spell test fails.
Solution:   Add missing change the spell checking. 
						
						
							
 
						
					 
					
						2020-06-10 22:17:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						215f49c4d7 
					 
					
						
						
							
							patch 8.2.0955: build fails  
						
						... 
						
						
						
						Problem:    Build fails.
Solution:   Add missing struct change. 
						
						
							
 
						
					 
					
						2020-06-10 22:12:04 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f1f0ff9557 
					 
					
						
						
							
							patch 8.2.0954: not all desktop files are recognized  
						
						... 
						
						
						
						Problem:    Not all desktop files are recognized.
Solution:   Add the *.directory pattern. (Eisuke Kawashima, closes  #3317 ) 
						
						
							
 
						
					 
					
						2020-06-10 22:07:52 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						362b44bd4a 
					 
					
						
						
							
							patch 8.2.0953: spell checking doesn't work for CamelCased words  
						
						... 
						
						
						
						Problem:    Spell checking doesn't work for CamelCased words.
Solution:   Add the "camel" value in the new option 'spelloptions'.
            (closes  #1235 ) 
						
						
							
 
						
					 
					
						2020-06-10 21:47:00 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						be5ee8686a 
					 
					
						
						
							
							patch 8.2.0952: no simple way to interrupt Vim  
						
						... 
						
						
						
						Problem:    No simple way to interrupt Vim.
Solution:   Add the SigUSR1 autocommand, triggered by SIGUSR1. (Jacob Hayes,
            closes  #1718 ) 
						
						
							
 
						
					 
					
						2020-06-10 20:56:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6ba24d8763 
					 
					
						
						
							
							patch 8.2.0951: search stat test has leftover from debugging  
						
						... 
						
						
						
						Problem:    Search stat test has leftover from debugging.
Solution:   Remove line that writes a file. (Christian Brabandt, closes  #6224 ) 
						
						
							
 
						
					 
					
						2020-06-10 20:21:09 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						13b8205b44 
					 
					
						
						
							
							patch 8.2.0950: tagjump test fails  
						
						... 
						
						
						
						Problem:    Tagjump test fails.
Solution:   Adjust expected text of the prompt. 
						
						
							
 
						
					 
					
						2020-06-10 17:13:48 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ea1233fccf 
					 
					
						
						
							
							patch 8.2.0949: strptime() does not use DST  
						
						... 
						
						
						
						Problem:    Strptime() does not use DST.
Solution:   Set the tm_isdst field to -1. (Tomáš Janoušek, closes  #6230 ) 
						
						
							
 
						
					 
					
						2020-06-10 16:54:13 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d281b7c227 
					 
					
						
						
							
							patch 8.2.0948: spell test fails  
						
						... 
						
						
						
						Problem:    Spell test fails.
Solution:   Adjust expected text of the prompt. 
						
						
							
 
						
					 
					
						2020-06-10 16:39:32 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ab54032f29 
					 
					
						
						
							
							patch 8.2.0947: readdirex() doesn't handle broken link properly  
						
						... 
						
						
						
						Problem:    Readdirex() doesn't handle broken link properly.
Solution:   Small fixes to readdirex(). (Christian Brabandt, closes  #6226 ,
            closes  #6213 ) 
						
						
							
 
						
					 
					
						2020-06-10 15:55:36 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eebd555733 
					 
					
						
						
							
							patch 8.2.0946: cannot use "q" to cancel a number prompt  
						
						... 
						
						
						
						Problem:    Cannot use "q" to cancel a number prompt.
Solution:   Recognize "q" instead of ignoring it. 
						
						
							
 
						
					 
					
						2020-06-10 15:45:57 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						152e79e94b 
					 
					
						
						
							
							patch 8.2.0945: cannot use "z=" when 'spell' is off  
						
						... 
						
						
						
						Problem:    Cannot use "z=" when 'spell' is off.
Solution:   Make "z=" work even when 'spell' is off. (Christian Brabandt,
            Gary Johnson, closes  #6227 ) 
						
						
							
 
						
					 
					
						2020-06-10 15:32:08 +02:00