Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eb49041875 
					 
					
						
						
							
							release version 9.0  
						
						... 
						
						
						
						Problem:    About time to release Vim 9.0.
Solution:   Update the version number everywhere. 
						
						
					 
					
						2022-06-28 13:44:46 +01:00 
						 
				 
			
				
					
						
							
							
								h-east 
							
						 
					 
					
						
						
							
						
						965d2edbce 
					 
					
						
						
							
							patch 8.2.3474: some places use "Vimscript" instead of "Vim script"  
						
						... 
						
						
						
						Problem:    Some places use "Vimscript" instead of "Vim script".
Solution:   Consistently use "Vim script". (Hirohito Higashi, closes  #8910 ) 
						
						
					 
					
						2021-10-04 21:51:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6aa57295cf 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2021-08-14 21:25:52 +02:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						11328bc7df 
					 
					
						
						
							
							patch 8.2.3300: Lua: can only execute on Vim command at a time  
						
						... 
						
						
						
						Problem:    Lua: can only execute on Vim command at a time.  Not easy to get
            the Vim version.
Solution:   Make vim.command() accept multiple lines.  Add vim.version().
            (Yegappan Lakshmanan, closes  #8716 ) 
						
						
					 
					
						2021-08-06 21:34:38 +02:00 
						 
				 
			
				
					
						
							
							
								Yegappan Lakshmanan 
							
						 
					 
					
						
						
							
						
						9dc4bef897 
					 
					
						
						
							
							patch 8.2.3288: cannot easily access namespace dictionaries from Lua  
						
						... 
						
						
						
						Problem:    Cannot easily access namespace dictionaries from Lua.
Solution:   Add vim.g, vim.b, etc. (Yegappan Lakshmanan, closes  #8693 ,
            from NeoVim) 
						
						
					 
					
						2021-08-04 21:12:52 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						130cbfc312 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2021-04-07 21:07:20 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						125ed2745c 
					 
					
						
						
							
							patch 8.2.2733: detecting Lua version is not reliable  
						
						... 
						
						
						
						Problem:    Detecting Lua version is not reliable.
Solution:   Add "vim.lua_version". (Ozaki Kiichi, closes  #8080 ) 
						
						
					 
					
						2021-04-07 20:11:12 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e7b1ea0276 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2020-08-07 19:54:59 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e46a440505 
					 
					
						
						
							
							Runtime file updates  
						
						
						
						
					 
					
						2020-06-30 20:38:27 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a1f9f8666e 
					 
					
						
						
							
							patch 8.2.1081: Lua: cannot use table.insert() and table.remove()  
						
						... 
						
						
						
						Problem:    Lua: cannot use table.insert() and table.remove().
Solution:   Add the list functions. (Prabir Shrestha, closes  #6353 ) 
						
						
					 
					
						2020-06-28 22:41:26 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						bd84617d1a 
					 
					
						
						
							
							patch 8.2.1066: Lua arrays are zero based  
						
						... 
						
						
						
						Problem:    Lua arrays are zero based.
Solution:   Make Lua arrays one based. (Prabir Shrestha, closes  #6347 )
            Note: this is not backwards compatible. 
						
						
					 
					
						2020-06-27 12:32:57 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						801ab06934 
					 
					
						
						
							
							patch 8.2.1054: not so easy to pass a lua function to Vim  
						
						... 
						
						
						
						Problem:    Not so easy to pass a lua function to Vim.
Solution:   Convert a Lua function and closure to a Vim funcref. (Prabir
            Shrestha, closes  #6246 ) 
						
						
					 
					
						2020-06-25 19:27:56 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						388a5d4f20 
					 
					
						
						
							
							Update runtime files  
						
						
						
						
					 
					
						2020-05-26 21:20:45 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eb04f0893a 
					 
					
						
						
							
							patch 8.2.0775: not easy to call a Vim function from Lua  
						
						... 
						
						
						
						Problem:    Not easy to call a Vim function from Lua.
Solution:   Add vim.call() and vim.fn(). (Prabir Shrestha, closes  #6063 ) 
						
						
					 
					
						2020-05-17 14:32:35 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6c2b7b8055 
					 
					
						
						
							
							patch 8.2.0578: heredoc for interfaces does not support "trim"  
						
						... 
						
						
						
						Problem:    Heredoc for interfaces does not support "trim".
Solution:   Update the script heredoc support to be same as the :let command.
            (Yegappan Lakshmanan, closes  #5916 ) 
						
						
					 
					
						2020-04-14 20:15:49 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						98056533b9 
					 
					
						
						
							
							Vim 8.2 release  
						
						
						
						
					 
					
						2019-12-12 14:18:35 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5477506a9f 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
					 
					
						2019-07-31 21:07:14 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						25c9c680ec 
					 
					
						
						
							
							patch 8.1.1280: remarks about functionality not in Vi clutters the help  
						
						... 
						
						
						
						Problem:    Remarks about functionality not in Vi clutters the help.
Solution:   Move all info about what is new in Vim or already existed in Vi to
            vi_diff.txt.  Remove {not in Vi} remarks. (closes  #4268 ) Add
            "noet" to the help files modeline.  Also include many other help
            file improvements. 
						
						
					 
					
						2019-05-05 18:13:34 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b782869033 
					 
					
						
						
							
							patch 8.1.1043: Lua interface does not support Blob  
						
						... 
						
						
						
						Problem:    Lua interface does not support Blob.
Solution:   Add support to Blob. (Ozaki Kiichi, closes  #4151 ) 
						
						
					 
					
						2019-03-23 13:57:02 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fd35811ca5 
					 
					
						
						
							
							Update runtime files, add Danish translations.  
						
						
						
						
					 
					
						2018-07-07 23:21:31 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2f362bf7f9 
					 
					
						
						
							
							patch 8.1.0136: Lua tests don't cover new features  
						
						... 
						
						
						
						Problem:    Lua tests don't cover new features.
Solution:   Add more tests. (Dominique Pelle, closes  #3130 ) 
						
						
					 
					
						2018-07-01 19:49:27 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b1c9198afb 
					 
					
						
						
							
							Vim 8.1 release  
						
						... 
						
						
						
						Update version number and information.  Fix a couple of tests. 
						
						
					 
					
						2018-05-17 17:04:55 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						bb76f24af2 
					 
					
						
						
							
							Vim 8.0 release  
						
						
						
						
					 
					
						2016-09-12 14:24:39 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						abd468ed0f 
					 
					
						
						
							
							Updated runtime files  
						
						
						
						
					 
					
						2016-09-08 22:22:43 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e18c0b3981 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2016-03-20 21:08:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d94464ee29 
					 
					
						
						
							
							patch 7.4.907  
						
						... 
						
						
						
						Problem:    Libraries for dynamically loading interfaces can only be defined
            at compile time.
Solution:   Add options to specify the dll names. (Kazuki Sakamoto,
            closes  #452 ) 
						
						
					 
					
						2015-11-02 15:28:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						7cba6c0636 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2013-09-05 22:13:31 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3b1db36689 
					 
					
						
						
							
							release version 7.4  
						
						
						
						
					 
					
						2013-08-10 15:00:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1a42b4befb 
					 
					
						
						
							
							Update files for the 7.4b BETA release.  
						
						
						
						
					 
					
						2013-07-28 18:29:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						913df81e74 
					 
					
						
						
							
							Vim 7.4a BETA release.  
						
						
						
						
					 
					
						2013-07-06 15:44:11 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						52b91d801a 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2013-06-15 21:39:51 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						30b6581799 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2012-07-12 22:01:11 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						53bfca22f1 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
					 
					
						2012-04-13 23:04:47 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1dced5727f 
					 
					
						
						
							
							updated for version 7.3.490  
						
						... 
						
						
						
						Problem:    Member confusion in Lua interface.
Solution:   Fix it.  Add luaeval(). (Taro Muraoka, Luis Carvalho) 
						
						
					 
					
						2012-04-05 16:54:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						7f03644116 
					 
					
						
						
							
							Last changes for the 7.3 release!  
						
						
						
						
					 
					
						2010-08-15 15:24:20 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4421d6af22 
					 
					
						
						
							
							Version 7.3f -> 7.3g  
						
						
						
						
					 
					
						2010-08-14 13:33:56 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						82d1c33a8a 
					 
					
						
						
							
							Version 7.3e -> 7.3f.  
						
						
						
						
					 
					
						2010-08-09 20:16:32 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						257a9c873f 
					 
					
						
						
							
							7.3d -> 7.3e.  
						
						
						
						
					 
					
						2010-08-04 19:29:04 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9379f83030 
					 
					
						
						
							
							Version 7.3c -> 7.3d  
						
						
						
						
					 
					
						2010-08-01 20:38:51 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c3301874a6 
					 
					
						
						
							
							7.3b -> 7.3c  
						
						
						
						
					 
					
						2010-07-25 20:53:06 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2334b6d594 
					 
					
						
						
							
							Make it possible to load Lua dynamically on Unix. (Luis Carvalho)  
						
						
						
						
					 
					
						2010-07-22 21:32:16 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d28478b557 
					 
					
						
						
							
							Vim 7.3a -> 7.3b.  
						
						
						
						
					 
					
						2010-07-18 23:29:58 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9855d6b361 
					 
					
						
						
							
							Better conceal in help. (partly by Dominique Pelle)  
						
						
						
						
					 
					
						2010-07-18 14:34:51 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0ba042961f 
					 
					
						
						
							
							Added Lua interfae. (Luis Carvalho)  
						
						
						
						
					 
					
						2010-07-14 23:23:17 +02:00