Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a016eeba7a 
					 
					
						
						
							
							patch 8.2.4717: for TextYankPost v:event does not contain all information  
						
						... 
						
						
						
						Problem:    For TextYankPost v:event does not contain information about the
            operation being inclusive or not.
Solution:   Add "inclusive" to v:event. (Justn M. Keyes, Yegappan Lakshmanan,
            closes  #10125 ) 
						
						
					 
					
						2022-04-09 11:37:38 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cbaff5e06e 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-04-08 17:45:08 +01:00 
						 
				 
			
				
					
						
							
							
								LemonBoy 
							
						 
					 
					
						
						
							
						
						0937182d49 
					 
					
						
						
							
							patch 8.2.4713: plugins cannot track text scrolling  
						
						... 
						
						
						
						Problem:    Plugins cannot track text scrolling.
Solution:   Add the WinScrolled event. (closes  #10102 ) 
						
						
					 
					
						2022-04-08 15:18:45 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						18ee0f603e 
					 
					
						
						
							
							patch 8.2.4712: only get profiling information after exiting  
						
						... 
						
						
						
						Problem:    Only get profiling information after exiting.
Solution:   Add "profile dump" and "profile stop". (Marco Hinz, Yegappan
            Lakshmanan, closes  #10107 ) 
						
						
					 
					
						2022-04-08 13:23:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Praschan 
							
						 
					 
					
						
						
							
						
						3506cf34c1 
					 
					
						
						
							
							patch 8.2.4702: C++ scope labels are hard-coded  
						
						... 
						
						
						
						Problem:    C++ scope labels are hard-coded.
Solution:   Add 'cinscopedecls' to define the labels. (Rom Praschan,
            closes  #10109 ) 
						
						
					 
					
						2022-04-07 12:39:08 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						188639d75c 
					 
					
						
						
							
							patch 8.2.4685: when a swap file is found for a popup there is no dialog  
						
						... 
						
						
						
						Problem:    When a swap file is found for a popup there is no dialog and the
            buffer is loaded anyway.
Solution:   Silently load the buffer read-only. (closes  #10073 ) 
						
						
					 
					
						2022-04-04 16:57:21 +01:00 
						 
				 
			
				
					
						
							
							
								LemonBoy 
							
						 
					 
					
						
						
							
						
						cc766a85f4 
					 
					
						
						
							
							patch 8.2.4684: cannot open a channel on a Unix domain socket  
						
						... 
						
						
						
						Problem:    Cannot open a channel on a Unix domain socket.
Solution:   Add Unix domain socket support. (closes  #10062 ) 
						
						
					 
					
						2022-04-04 15:46:58 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						2b74b6805b 
					 
					
						
						
							
							patch 8.2.4679: cannot have expandcmd() give an error message for mistakes  
						
						... 
						
						
						
						Problem:    Cannot have expandcmd() give an error message for mistakes.
Solution:   Add an optional argument to give errors. Fix memory leak when
            expanding files fails. (Yegappan Lakshmanan, closes  #10071 ) 
						
						
					 
					
						2022-04-03 21:30:32 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0b962e5685 
					 
					
						
						
							
							patch 8.2.4677: the Athena GUI support is outdated  
						
						... 
						
						
						
						Problem:    The Athena GUI support is outdated.
Solution:   Remove the Athena GUI code. 
						
						
					 
					
						2022-04-03 18:02:37 +01:00 
						 
				 
			
				
					
						
							
							
								Ernie Rael 
							
						 
					 
					
						
						
							
						
						c4cb544cd5 
					 
					
						
						
							
							patch 8.2.4674: cannot force getting MouseMove events  
						
						... 
						
						
						
						Problem:    Cannot force getting MouseMove events.
Solution:   Add the 'mousemoveevent' option with implementaiton for the GUI.
            (Ernie Rael, closes  #10044 ) 
						
						
					 
					
						2022-04-03 15:47:28 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						5018a836c0 
					 
					
						
						
							
							patch 8.2.4667: expandcmd() fails on an error  
						
						... 
						
						
						
						Problem:    expandcmd() fails on an error.
Solution:   On failure return the command unmodified. (yegappan Lakshmanan,
            closes  #10063 ) 
						
						
					 
					
						2022-04-02 21:12:21 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						46eea444d9 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-03-30 10:51:39 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						9247a221ce 
					 
					
						
						
							
							patch 8.2.4648: handling LSP messages is a bit slow  
						
						... 
						
						
						
						Problem:    Handling LSP messages is a bit slow.
Solution:   Included support for LSP messages. (Yegappan Lakshmanan,
            closes  #10025 ) 
						
						
					 
					
						2022-03-30 10:16:05 +01:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						454ce6737c 
					 
					
						
						
							
							patch 8.2.4617: no completion for :scriptnames  
						
						... 
						
						
						
						Problem:    No completion for :scriptnames.
Solution:   Implement :scriptnames completion. (Yegappan Lakshmanan,
            closes  #10005 ) 
						
						
					 
					
						2022-03-24 11:22:13 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						e7dd0fa2c6 
					 
					
						
						
							
							patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"  
						
						... 
						
						
						
						Problem:    getcompletion() does not work properly when 'wildoptions
            contains "fuzzy".
Solution:   Do not use addstar(). (Yegappan Lakshmanan, closes  #9992 ,
            closes  #9986 ) 
						
						
					 
					
						2022-03-22 16:06:31 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						35dc17634d 
					 
					
						
						
							
							patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts  
						
						... 
						
						
						
						Problem:    Sourcing buffer lines may lead to errors for conflicts.
Solution:   Add the ++clear argument. (Yegappan Lakshmanan, closes  #9991 ) 
						
						
					 
					
						2022-03-22 12:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						85b43c6cb7 
					 
					
						
						
							
							patch 8.2.4603: sourcing buffer lines is too complicated  
						
						... 
						
						
						
						Problem:    Sourcing buffer lines is too complicated.
Solution:   Simplify the code. Make it possible to source Vim9 script lines.
            (Yegappan Lakshmanan, closes  #9974 ) 
						
						
					 
					
						2022-03-21 19:45:17 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						47c532e2bc 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-03-19 15:18:53 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						36a5b6867b 
					 
					
						
						
							
							patch 8.2.4594: need to write script to a file to be able to source them  
						
						... 
						
						
						
						Problem:    Need to write script to a file to be able to source them.
Solution:   Make ":source" use lines from the current buffer. (Yegappan
            Lakshmanan et al., closes  #9967 ) 
						
						
					 
					
						2022-03-19 12:56:51 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6e2e2cc95b 
					 
					
						
						
							
							patch 8.2.4565: no command line completion for :breakadd and :breakdel  
						
						... 
						
						
						
						Problem:    No command line completion for :breakadd and :breakdel.
Solution:   Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan,
            closes  #9950 ) 
						
						
					 
					
						2022-03-14 19:24:46 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1588bc8ebe 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-03-08 21:35:07 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8acb9cc620 
					 
					
						
						
							
							patch 8.2.4526: Vim9: cannot set variables to a null value  
						
						... 
						
						
						
						Problem:    Vim9: cannot set variables to a null value.
Solution:   Add null_list, null_job, etc. 
						
						
					 
					
						2022-03-08 13:18:55 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1fc34225ac 
					 
					
						
						
							
							patch 8.2.4498: using <Plug> with "noremap" does not work  
						
						... 
						
						
						
						Problem:    Using <Plug> with "noremap" does not work.
Solution:   Always remap <Plug>. (closes  #9879 , closes  #9789 ) 
						
						
					 
					
						2022-03-03 13:56:24 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c51cf03298 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2022-02-26 12:25:45 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						38b85cb4d7 
					 
					
						
						
							
							patch 8.2.4463: completion only uses strict matching  
						
						... 
						
						
						
						Problem:    Completion only uses strict matching.
Solution:   Add the "fuzzy" item for 'wildoptions'. (Yegappan Lakshmanan,
            closes  #9803 ) 
						
						
					 
					
						2022-02-24 13:28:41 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						33fc4a6307 
					 
					
						
						
							
							patch 8.2.4457: the GPM library can only be linked statically  
						
						... 
						
						
						
						Problem:    The GPM library can only be linked statically.
Solution:   Make it possible to load the GPM library dynamically. (Damien) 
						
						
					 
					
						2022-02-23 18:07:38 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2007dd49f5 
					 
					
						
						
							
							patch 8.2.4455: accepting one and zero for second sort() argument is strange  
						
						... 
						
						
						
						Problem:    Accepting one and zero for the second sort() argument is strange.
Solution:   Disallow using one and zero in Vim9 script. 
						
						
					 
					
						2022-02-23 13:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						afa048f0d4 
					 
					
						
						
							
							patch 8.2.4447: Vim9: can still use s:var in a compiled function  
						
						... 
						
						
						
						Problem:    Vim9: can still use s:var in a compiled function.
Solution:   Disallow using s:var for Vim9 script. (closes  #9824 ) 
						
						
					 
					
						2022-02-22 20:43:36 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						944697ae19 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-02-20 19:48:20 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1fca5f3e86 
					 
					
						
						
							
							patch 8.2.4416: Vim9: using a script-local function requires using "s:"  
						
						... 
						
						
						
						Problem:    Vim9: using a script-local function requires using "s:" when
            setting 'completefunc'.
Solution:   Do not require "s:" in Vim9 script. (closes  #9796 ) 
						
						
					 
					
						2022-02-18 17:50:47 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5b1d6e98c6 
					 
					
						
						
							
							patch 8.2.4348: "legacy exe cmd" does not do what one would expect  
						
						... 
						
						
						
						Problem:    "legacy exe cmd" does not do what one would expect.
Solution:   Apply the "legacy" and "vim9script" command modifiers to the
            argument of ":execute". 
						
						
					 
					
						2022-02-11 20:33:48 +00:00 
						 
				 
			
				
					
						
							
							
								Rob Pilling 
							
						 
					 
					
						
						
							
						
						8196e94a8b 
					 
					
						
						
							
							patch 8.2.4343: when reloading not all properties are detected  
						
						... 
						
						
						
						Problem:    When reloading not all properties are detected.
Solution:   Add the "edit" value to v:fcs_choice. (Rob Pilling, closes  #9579 ) 
						
						
					 
					
						2022-02-11 15:12:10 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						92f645bef7 
					 
					
						
						
							
							Update runtime files.  ( closes   #9741 )  
						
						
						
						
					 
					
						2022-02-11 13:29:40 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9da17d7c57 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-02-09 21:50:44 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						28e8f73ae2 
					 
					
						
						
							
							patch 8.2.4335: no autocommand event triggered before changing directory  
						
						... 
						
						
						
						Problem:    No autocommand event triggered before changing directory. (Ronnie
            Magatti)
Solution:   Add DirChangedPre. (closes  #9721 ) 
						
						
					 
					
						2022-02-09 12:58:20 +00:00 
						 
				 
			
				
					
						
							
							
								haya14busa 
							
						 
					 
					
						
						
							
						
						e023d49937 
					 
					
						
						
							
							patch 8.2.4329: no support for end line number and column in 'errorformat'  
						
						... 
						
						
						
						Problem:    No support for end line number and column in 'errorformat'.
Solution:   Add %e and %k. (closes  #9624 ) 
						
						
					 
					
						2022-02-08 18:09:29 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						3908ef5017 
					 
					
						
						
							
							patch 8.2.4325: 'wildmenu' only shows few matches  
						
						... 
						
						
						
						Problem:    'wildmenu' only shows few matches.
Solution:   Add the "pum" option: use a popup menu to show the matches.
            (Yegappan Lakshmanan et al., closes  #9707 ) 
						
						
					 
					
						2022-02-08 12:08:07 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3e79c97c18 
					 
					
						
						
							
							Update runtime files; use compiled functions  
						
						
						
						
					 
					
						2022-02-04 19:48:06 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a2baa73d1d 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2022-02-04 16:09:54 +00:00 
						 
				 
			
				
					
						
							
							
								matveyt 
							
						 
					 
					
						
						
							
						
						adbb1bf21d 
					 
					
						
						
							
							patch 8.2.4282: restricted mode requires the -Z command line option  
						
						... 
						
						
						
						Problem:    Restricted mode requires the -Z command line option.
Solution:   Use restricted mode when $SHELL ends in "nologin" or "false".
            (closes  #9681 ) 
						
						
					 
					
						2022-02-01 17:26:12 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						9e0208f51c 
					 
					
						
						
							
							patch 8.2.4276: separate test function for the GUI scrollbar  
						
						... 
						
						
						
						Problem:    Separate test function for the GUI scrollbar.
Solution:   Use test_gui_event(). (Yegappan Lakshmanan, closes  #9674 ) 
						
						
					 
					
						2022-01-31 17:40:55 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c4573eb12d 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-01-31 15:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								ichizok 
							
						 
					 
					
						
						
							
						
						672776dbe8 
					 
					
						
						
							
							patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice  
						
						... 
						
						
						
						Problem:    Generating nv_cmdidxs.h requires building Vim twice.
Solution:   Move the table into a separate file and use a separate executable
            to extract the command characters. (Ozaki Kiichi, closes  #9669 ) 
						
						
					 
					
						2022-01-31 12:27:18 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						ec3637cbaf 
					 
					
						
						
							
							patch 8.2.4263: no test for the GUI find/replace dialog  
						
						... 
						
						
						
						Problem:    No test for the GUI find/replace dialog.
Solution:   Add a test function and a test. (Yegappan Lakshmanan,
            closes  #9662 ) 
						
						
					 
					
						2022-01-30 18:01:24 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						06011e1a55 
					 
					
						
						
							
							patch 8.2.4259: number of test functions for GUI events is growing  
						
						... 
						
						
						
						Problem:    Number of test functions for GUI events is growing.
Solution:   Use one function with a dictionary. (Yegappan Lakshmanan,
            closes  #9660 ) 
						
						
					 
					
						2022-01-30 12:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f10911e5db 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2022-01-29 22:20:48 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						4dc0dd8699 
					 
					
						
						
							
							patch 8.2.4252: generating the normal command table at runtime is inefficient  
						
						... 
						
						
						
						Problem:    Generating the normal command table at runtime is inefficient.
Solution:   Generate the table with a Vim script and put it in a header file.
            (Yegappan Lakshmanan, closes  #9648 ) 
						
						
					 
					
						2022-01-29 13:06:40 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						585ee07cfe 
					 
					
						
						
							
							patch 8.2.4249: the timeout limit for spell suggestions is always 5000  
						
						... 
						
						
						
						Problem:    The timeout limit for spell suggestions is always 5000 milli
            seconds.
Solution:   Add the "timeout" entry to 'spellsuggest'. 
						
						
					 
					
						2022-01-29 11:22:17 +00:00 
						 
				 
			
				
					
						
							
							
								Shougo Matsushita 
							
						 
					 
					
						
						
							
						
						fb55207ed1 
					 
					
						
						
							
							patch 8.2.4242: put in Visual mode cannot be repeated  
						
						... 
						
						
						
						Problem:    Put in Visual mode cannot be repeated.
Solution:   Use "P" to put without yanking the deleted text into the unnamed
            register. (Shougo Matsushita, closes  #9591 ) 
						
						
					 
					
						2022-01-28 16:01:13 +00:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						b0ad2d92fd 
					 
					
						
						
							
							patch 8.2.4228: no tests for clicking in the GUI tabline  
						
						... 
						
						
						
						Problem:    No tests for clicking in the GUI tabline.
Solution:   Add test functions to generate the events.  Add tests using the
            functions. (Yegappan Lakshmanan, closes  #9638 ) 
						
						
					 
					
						2022-01-27 13:16:59 +00:00