Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						182a17b1e8 
					 
					
						
						
							
							patch 8.0.0676: crash when closing quickfix window in autocmd  
						
						... 
						
						
						
						Problem:    Crash when closing the quickfix window in a FileType autocommand
            that triggers when the quickfix window is opened.
Solution:   Save the new value before triggering the OptionSet autocommand.
            Add the "starting" flag to test_override() to make the text work. 
						
						
					 
					
						2017-06-25 20:57:18 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cc0750dc6e 
					 
					
						
						
							
							patch 8.0.0672: third item of synconcealed() changes too often  
						
						... 
						
						
						
						Problem:    Third item of synconcealed() changes too often. (Dominique Pelle)
Solution:   Reset the sequence number at the start of each line. 
						
						
					 
					
						2017-06-24 22:29:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f8be461d02 
					 
					
						
						
							
							patch 8.0.0663: unexpected error message only when 'verbose' is set  
						
						... 
						
						
						
						Problem:    Giving an error message only when 'verbose' set is unexpected.
Solution:   Give a warning message instead. 
						
						
					 
					
						2017-06-23 20:52:40 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4d785895d1 
					 
					
						
						
							
							patch 8.0.0659: no test for conceal mode  
						
						... 
						
						
						
						Problem:    No test for conceal mode.
Solution:   Add a conceal mode test. (Dominique Pelle, closes  #1783 ) 
						
						
					 
					
						2017-06-22 22:00:50 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6a8958db25 
					 
					
						
						
							
							patch 8.0.0657: cannot get and set quickfix list items  
						
						... 
						
						
						
						Problem:    Cannot get and set quickfix list items.
Solution:   Add the "items" argument to getqflist() and setqflist(). (Yegappan
            Lakshmanan) 
						
						
					 
					
						2017-06-22 21:33:20 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						663bb23316 
					 
					
						
						
							
							patch 8.0.0654: no warning for text after :endfunction  
						
						... 
						
						
						
						Problem:    Text found after :endfunction is silently ignored.
Solution:   Give a warning if 'verbose' is set.  When | or \n are used,
            execute the text as a command. 
						
						
					 
					
						2017-06-22 19:12:10 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3ec574f2b5 
					 
					
						
						
							
							Update runtime files.  
						
						... 
						
						
						
						Includes changing &sw to shiftwidth() for all indent scripts. 
						
						
					 
					
						2017-06-13 18:12:01 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						875feea6ce 
					 
					
						
						
							
							patch 8.0.0634: cannot easily get to the last quickfix list  
						
						... 
						
						
						
						Problem:    Cannot easily get to the last quickfix list.
Solution:   Add "$" as a value for the "nr" argument of getqflist() and
            setqflist(). (Yegappan Lakshmanan) 
						
						
					 
					
						2017-06-11 16:07:51 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6aa8cea46d 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-06-05 14:44:35 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b4d6c3ea4a 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-05-27 16:45:17 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						45d2cca1ea 
					 
					
						
						
							
							patch 8.0.0591: changes to eval functionality not documented  
						
						... 
						
						
						
						Problem:    Changes to eval functionality not documented.
Solution:   Include all the changes. 
						
						
					 
					
						2017-04-30 16:36:05 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0635ee6824 
					 
					
						
						
							
							Runtime file updates  
						
						
						
						
					 
					
						2017-04-28 20:32:33 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						94237495c0 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2017-04-23 18:40:21 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f1d21c8cc8 
					 
					
						
						
							
							patch 8.0.0580: cannot set the valid flag with setqflist()  
						
						... 
						
						
						
						Problem:    Cannot set the valid flag with setqflist().
Solution:   Add the "valid" argument. (Yegappan Lakshmanan, closes  #1642 ) 
						
						
					 
					
						2017-04-22 21:20:46 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cd5c8f8250 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-04-09 20:11:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a1d5fa65bc 
					 
					
						
						
							
							patch 8.0.0542: getpos() can return a negative line number  
						
						... 
						
						
						
						Problem:    getpos() can return a negative line number. (haya14busa)
Solution:   Handle a zero topline and botline. (closes  #1613 ) 
						
						
					 
					
						2017-04-03 22:02:55 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b6fa30ccc3 
					 
					
						
						
							
							patch 8.0.0517: there is no way to remove quickfix lists  
						
						... 
						
						
						
						Problem:    There is no way to remove quickfix lists (for testing).
Solution:   Add the 'f' action to setqflist(). Add tests. (Yegappan
            Lakshmanan) 
						
						
					 
					
						2017-03-29 14:19:25 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e0720cbf63 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-03-29 13:48:40 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3c2881dc11 
					 
					
						
						
							
							Update runtime files.  Add Rust support.  
						
						
						
						
					 
					
						2017-03-21 19:18:29 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c6aafbaf3e 
					 
					
						
						
							
							patch 8.0.0499: taglist() does not prioritize tags for a buffer  
						
						... 
						
						
						
						Problem:    taglist() does not prioritize tags for a buffer.
Solution:   Add an optional buffer argument. (Duncan McDougall, closes  #1194 ) 
						
						
					 
					
						2017-03-21 17:09:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						81b9d0bd5c 
					 
					
						
						
							
							patch 8.0.0492: a failing client-server request can make Vim hang  
						
						... 
						
						
						
						Problem:    A failing client-server request can make Vim hang.
Solution:   Add a timeout argument to functions that wait. 
						
						
					 
					
						2017-03-19 21:20:53 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						42205551b1 
					 
					
						
						
							
							patch 8.0.0477: the client-server test may hang when failing  
						
						... 
						
						
						
						Problem:    The client-server test may hang when failing.
Solution:   Set a timer.  Add assert_report() 
						
						
					 
					
						2017-03-18 19:42:22 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						7416f3e73a 
					 
					
						
						
							
							patch 8.0.0475: not enough testing for the client-server feature  
						
						... 
						
						
						
						Problem:    Not enough testing for the client-server feature.
Solution:   Add more tests.  Add the remote_startserver() function.  Fix that
            a locally evaluated expression uses function-local variables. 
						
						
					 
					
						2017-03-18 18:10:13 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						036986f150 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-03-16 17:41:02 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eb992cb90f 
					 
					
						
						
							
							patch 8.0.0440: not enough test coverage in Insert mode  
						
						... 
						
						
						
						Problem:    Not enough test coverage in Insert mode.
Solution:   Add lots of tests.  Add test_override(). (Christian Brabandt,
            closes  #1521 ) 
						
						
					 
					
						2017-03-09 18:20:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						214641f77d 
					 
					
						
						
							
							Runtime file updates.  
						
						
						
						
					 
					
						2017-03-05 17:04:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						08cab96087 
					 
					
						
						
							
							patch 8.0.0405: v:progpath may become invalid after :cd  
						
						... 
						
						
						
						Problem:    v:progpath may become invalid after ":cd".
Solution:   Turn v:progpath into a full path if needed. 
						
						
					 
					
						2017-03-04 14:37:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						59716a27bd 
					 
					
						
						
							
							patch 8.0.0396: 'balloonexpr' only works synchronously  
						
						... 
						
						
						
						Problem:    'balloonexpr' only works synchronously.
Solution:   Add balloon_show(). (Jusufadis Bakamovic, closes  #1449 ) 
						
						
					 
					
						2017-03-01 20:32:44 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e0c31f6a30 
					 
					
						
						
							
							patch 8.0.0392: GUI test fails with Athena and Motif  
						
						... 
						
						
						
						Problem:    GUI test fails with Athena and Motif.
Solution:   Add test_ignore_error().  Use it to ignore the "failed to create
            input context" error. 
						
						
					 
					
						2017-03-01 15:07:05 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e7877fe0de 
					 
					
						
						
							
							patch 8.0.0343: b:changedtick can be unlocked  
						
						... 
						
						
						
						Problem:    b:changedtick can be unlocked, even though it has no effect.
            (Nikolai Pavlov)
Solution:   Add a check and error E940. (closes  #1496 ) 
						
						
					 
					
						2017-02-20 22:35:33 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3df0173fa6 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2017-02-17 22:47:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e90858d022 
					 
					
						
						
							
							patch 8.0.0283: mode() does not indicate Insert mode completion  
						
						... 
						
						
						
						Problem:    The return value of mode() does not indicate that completion is
            active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu)
Solution:   Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan,
            closes  #1397 )  Test some more modes. 
						
						
					 
					
						2017-02-01 17:24:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						690afe1fef 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-01-28 18:34:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f13e00b2cf 
					 
					
						
						
							
							patch 8.0.0255: setpos() does not use the buffer argument for all marks  
						
						... 
						
						
						
						Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim #5713 )  Add more tests. 
						
						
					 
					
						2017-01-28 18:23:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f42dd3c390 
					 
					
						
						
							
							patch 8.0.0251: not easy to select Python 2 or 3  
						
						... 
						
						
						
						Problem:    It is not so easy to write a script that works with both Python 2
            and Python 3, even when the Python code works with both.
Solution:   Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata) 
						
						
					 
					
						2017-01-28 16:06:38 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						369b6f57c4 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2017-01-17 12:22:32 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ee142add22 
					 
					
						
						
							
							patch 8.0.0171: JS style JSON does not support single quotes  
						
						... 
						
						
						
						Problem:    JS style JSON does not support single quotes.
Solution:   Allow for single quotes. (Yasuhiro Matsumoto, closes  #1371 ) 
						
						
					 
					
						2017-01-11 21:50:08 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						68563937f5 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2017-01-10 13:31:15 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						12c4492dd3 
					 
					
						
						
							
							patch 8.0.0151: passing buffer content to system() is clumsy  
						
						... 
						
						
						
						Problem:    To pass buffer content to system() and systemlist() one has to
            first create a string or list.
Solution:   Allow passing a buffer number. (LemonBoy, closes  #1240 ) 
						
						
					 
					
						2017-01-08 13:26:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5162822914 
					 
					
						
						
							
							patch 8.0.0118  
						
						... 
						
						
						
						Problem:    "make proto" adds extra function prototype.
Solution:   Add #ifdef. 
						
						
					 
					
						2016-12-01 23:03:28 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4b785f69c0 
					 
					
						
						
							
							patch 8.0.0105  
						
						... 
						
						
						
						Problem:    When using ch_read() with zero timeout, can't tell the difference
            between reading an empty line and nothing available.
Solution:   Add ch_canread(). 
						
						
					 
					
						2016-11-29 21:54:44 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2cab0e1910 
					 
					
						
						
							
							patch 8.0.0096  
						
						... 
						
						
						
						Problem:    When the input or output is not a tty Vim appears to hang.
Solution:   Add the --ttyfail argument.  Also add the "ttyin" and "ttyout"
            features to be able to check in Vim script. 
						
						
					 
					
						2016-11-24 15:09:07 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						25de4c232d 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2016-11-06 14:48:06 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						46fceaaa8d 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2016-10-23 21:21:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9e507ca8a3 
					 
					
						
						
							
							patch 8.0.0034  
						
						... 
						
						
						
						Problem:    No completion for ":messages".
Solution:   Complete "clear" argument. (Hirohito Higashi) 
						
						
					 
					
						2016-10-15 15:39:39 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6100d02aab 
					 
					
						
						
							
							patch 8.0.0020  
						
						... 
						
						
						
						Problem:    The regexp engines are not reentrant.
Solution:   Add regexec_T and save/restore the state when needed. 
						
						
					 
					
						2016-10-02 16:51:57 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2ec618c9fe 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2016-10-01 14:47:05 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						890680ca63 
					 
					
						
						
							
							patch 8.0.0017  
						
						... 
						
						
						
						Problem:    Cannot get the number of the current quickfix or location list.
Solution:   Use the current list if "nr" in "what" is zero. (Yegappan
            Lakshmanan)  Remove debug command from test. 
						
						
					 
					
						2016-09-27 21:28:56 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						7ef3810d28 
					 
					
						
						
							
							patch 8.0.0015  
						
						... 
						
						
						
						Problem:    Can't tell which part of a channel has "buffered" status.
Solution:   Add an optional argument to ch_status().  Let ch_info() also
            return "buffered" for out_status and err_status. 
						
						
					 
					
						2016-09-26 22:36:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3e496b0ea3 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2016-09-25 22:11:48 +02:00