Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e421450a5e 
					 
					
						
						
							
							updated for version 7.4.653  
						
						... 
						
						
						
						Problem:    Insert mode completion with complete() may have CTRL-L work like
            CTRL-P.
Solution:   Handle completion with complete() differently. (Yasuhiro
            Matsumoto, Christian Brabandt, Hirohito Higashi) 
						
						
							
 
						
					 
					
						2015-03-05 18:08:43 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4dcdf29910 
					 
					
						
						
							
							updated for version 7.4.652  
						
						... 
						
						
						
						Problem:    Xxd lacks a few features.
Solution:   Use 8 characters for the file position.  Add the -e and -o
            arguments. (Vadim Vygonets) 
						
						
							
 
						
					 
					
						2015-03-05 17:51:15 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4f36dc3bf7 
					 
					
						
						
							
							updated for version 7.4.651  
						
						... 
						
						
						
						Problem:    Can't match "%>80v" properly for multi-byte characters.
Solution:   Multiply the character number by the maximum number of bytes in a
            character. (Yasuhiro Matsumoto) 
						
						
							
 
						
					 
					
						2015-03-05 17:16:06 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5d3fbf3bfe 
					 
					
						
						
							
							updated for version 7.4.650  
						
						... 
						
						
						
						Problem:    Configure check may fail because the dl library is not used.
Solution:   Put "-ldl" in LIBS rather than LDFLAGS. (Oazki Kiichi) 
						
						
							
 
						
					 
					
						2015-03-05 16:47:20 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						cf48767cd1 
					 
					
						
						
							
							updated for version 7.4.649  
						
						... 
						
						
						
						Problem:    Compiler complains about ignoring return value of fwrite().
            (Michael Jarvis)
Solution:   Add (void). 
						
						
							
 
						
					 
					
						2015-03-05 13:36:00 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f3c2afb77f 
					 
					
						
						
							
							Update a few runtime files.  
						
						
						
						
							
						
					 
					
						2015-03-02 23:16:07 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2b8388bd01 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
							
						
					 
					
						2015-02-28 13:11:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						bac203ea2d 
					 
					
						
						
							
							updated for version 7.4.648  
						
						... 
						
						
						
						Problem:    Tests broken on MS-Windows.
Solution:   Delete wrong copy line. (Ken Takata) 
						
						
							
 
						
					 
					
						2015-02-27 22:12:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						13cf77ba17 
					 
					
						
						
							
							updated for version 7.4.647  
						
						... 
						
						
						
						Problem:    After running the tests on MS-Windows many files differ from their
            originals as they were checked out.
Solution:   Use a temp directory for executing the tests. (Ken Takata, Taro
            Muraoka) 
						
						
							
 
						
					 
					
						2015-02-27 21:11:02 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e25bb90b2e 
					 
					
						
						
							
							updated for version 7.4.646  
						
						... 
						
						
						
						Problem:    ":bufdo" may start at a deleted buffer.
Solution:   Find the first not deleted buffer. (Shane Harper) 
						
						
							
 
						
					 
					
						2015-02-27 20:33:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8da9bbfd02 
					 
					
						
						
							
							updated for version 7.4.645  
						
						... 
						
						
						
						Problem:    When splitting the window in a BufAdd autocommand while still in
            the first, empty buffer the window count is wrong.
Solution:   Do not reset b_nwindows to zero and don't increment it. 
						
						
							
 
						
					 
					
						2015-02-27 19:34:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ba17ed6797 
					 
					
						
						
							
							updated for version 7.4.644  
						
						... 
						
						
						
						Problem:    Stratus VOS doesn't have sync().
Solution:   Use fflush(). (Karli Aurelia) 
						
						
							
 
						
					 
					
						2015-02-27 18:25:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c6b7217ff5 
					 
					
						
						
							
							updated for version 7.4.643  
						
						... 
						
						
						
						Problem:    Using the default file format for Mac files. (Issue 77)
Solution:   Reset the try_mac counter in the right place. (Oswald) 
						
						
							
 
						
					 
					
						2015-02-27 17:48:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d45c07ac74 
					 
					
						
						
							
							updated for version 7.4.642  
						
						... 
						
						
						
						Problem:    When using "gf" escaped spaces are not handled.
Solution:   Recognize escaped spaces. 
						
						
							
 
						
					 
					
						2015-02-27 17:19:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						dfd7691bb8 
					 
					
						
						
							
							updated for version 7.4.641  
						
						... 
						
						
						
						Problem:    The tabline menu was using ":999tabnew" which is now invalid.
Solution:   Use ":$tabnew" instead. (Florian Degner) 
						
						
							
 
						
					 
					
						2015-02-27 15:03:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c3bbad085c 
					 
					
						
						
							
							updated for version 7.4.640  
						
						... 
						
						
						
						Problem:    After deleting characters in Insert mode such that lines are
            joined undo does not work properly. (issue 324)
Solution:   Use Insstart instead of Insstart_orig. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2015-02-17 17:50:26 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8fc6bc7126 
					 
					
						
						
							
							updated for version 7.4.639  
						
						... 
						
						
						
						Problem:    Combination of linebreak and conceal doesn't work well.
Solution:   Fix the display problems. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2015-02-17 17:26:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						46538ee46c 
					 
					
						
						
							
							updated for version 7.4.638  
						
						... 
						
						
						
						Problem:    Can't build with Lua 5.3 on Windows.
Solution:   use luaL_optinteger() instead of LuaL_optlong(). (Ken Takata) 
						
						
							
 
						
					 
					
						2015-02-17 16:28:55 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1e997827f1 
					 
					
						
						
							
							updated for version 7.4.637  
						
						... 
						
						
						
						Problem:    Incorrectly read the number of buffer for which an autocommand
            should be registered.
Solution:   Reverse check for "<buffer=abuf>". (Lech Lorens) 
						
						
							
 
						
					 
					
						2015-02-17 16:04:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						35e7594dd4 
					 
					
						
						
							
							Add missing test files from 7.4.634 to the repository.  
						
						
						
						
							
						
					 
					
						2015-02-17 15:47:46 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4653911950 
					 
					
						
						
							
							updated for version 7.4.636  
						
						... 
						
						
						
						Problem:    A search with end offset gets stuck at end of file. (Gary Johnson)
Solution:   When a search doesn't move the cursor repeat it with a higher
            count. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2015-02-17 15:43:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						05eb612ff3 
					 
					
						
						
							
							updated for version 7.4.635  
						
						... 
						
						
						
						Problem:    If no NL or CR is found in the first block of a file then the
            'fileformat' may be set to "mac". (Issue 77)
Solution:   Check if a CR was found. (eswald) 
						
						
							
 
						
					 
					
						2015-02-17 14:15:19 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f65aad5554 
					 
					
						
						
							
							updated for version 7.4.634  
						
						... 
						
						
						
						Problem:    Marks are not restored after redo + undo.
Solution:   Fix the way marks are restored. (Olaf Dabrunz) 
						
						
							
 
						
					 
					
						2015-02-17 13:43:40 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						be20f9fa5d 
					 
					
						
						
							
							updated for version 7.4.633  
						
						... 
						
						
						
						Problem:    After 7.4.630 the problem persists.
Solution:   Also skip redo when calling a user function. 
						
						
							
 
						
					 
					
						2015-02-17 12:44:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eaa330e8e9 
					 
					
						
						
							
							updated for version 7.4.632  
						
						... 
						
						
						
						Problem:    7.4.592 breaks the netrw plugin, because the autocommands are
            skipped.
Solution:   Roll back the change. 
						
						
							
 
						
					 
					
						2015-02-17 12:17:14 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4a42710695 
					 
					
						
						
							
							updated for version 7.4.631  
						
						... 
						
						
						
						Problem:    The default conceal character is documented to be a space but it's
            initially a dash. (Christian Brabandt)
Solution:   Make the intial value a space. 
						
						
							
 
						
					 
					
						2015-02-17 11:11:48 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c51b02d7d9 
					 
					
						
						
							
							updated for version 7.4.630  
						
						... 
						
						
						
						Problem:    When using Insert mode completion combined with autocommands the
            redo command may not work.
Solution:   Do not save the redo buffer when executing autocommands. (Yasuhiro
            Matsumoto) 
						
						
							
 
						
					 
					
						2015-02-17 10:58:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						98f52500b6 
					 
					
						
						
							
							updated for version 7.4.629  
						
						... 
						
						
						
						Problem:    Coverity warning for Out-of-bounds read.
Solution:   Increase MAXWLEN to 254. (Eliseo Martínez) 
						
						
							
 
						
					 
					
						2015-02-10 20:03:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8872ef1b4e 
					 
					
						
						
							
							updated for version 7.4.628  
						
						... 
						
						
						
						Problem:    Compiler warning for variable might be clobbered by longjmp.
Solution:   Add volatile. (Michael Jarvis) 
						
						
							
 
						
					 
					
						2015-02-10 19:27:05 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						494838a3fe 
					 
					
						
						
							
							updated for version 7.4.627  
						
						... 
						
						
						
						Problem:    The last screen cell is not updated.
Solution:   Respect the "tn" termcap feature. (Hayaki Saito) 
						
						
							
 
						
					 
					
						2015-02-10 19:20:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						eb2928595b 
					 
					
						
						
							
							updated for version 7.4.626  
						
						... 
						
						
						
						Problem:    MSVC with W4 gives useless warnings.
Solution:   Disable more warnings. (Mike Williams) 
						
						
							
 
						
					 
					
						2015-02-10 18:47:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						24a6ff88bc 
					 
					
						
						
							
							updated for version 7.4.625  
						
						... 
						
						
						
						Problem:    Possible NULL pointer dereference.
Solution:   Check for NULL before using it. (Mike Williams) 
						
						
							
 
						
					 
					
						2015-02-10 18:41:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9abd5c6507 
					 
					
						
						
							
							updated for version 7.4.624  
						
						... 
						
						
						
						Problem:    May leak memory or crash when vim_realloc() returns NULL.
Solution:   Handle a NULL value properly. (Mike Williams) 
						
						
							
 
						
					 
					
						2015-02-10 18:34:01 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a1d2c58985 
					 
					
						
						
							
							updated for version 7.4.623  
						
						... 
						
						
						
						Problem:    Crash with pattern: \(\)\{80000}  (Dominique Pelle)
Solution:   When the max limit is large fall back to the old engine. 
						
						
							
 
						
					 
					
						2015-02-10 18:18:17 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						168e04966c 
					 
					
						
						
							
							updated for version 7.4.622  
						
						... 
						
						
						
						Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED. 
						
						
							
 
						
					 
					
						2015-02-05 20:29:59 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f554a3285e 
					 
					
						
						
							
							updated for version 7.4.621  
						
						... 
						
						
						
						Problem:    Returning 1 in the wrong function. (Raymond Ko)
Solution:   Return 1 in the right function (hopefully). 
						
						
							
 
						
					 
					
						2015-02-04 23:08:01 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						934b136193 
					 
					
						
						
							
							updated for version 7.4.620  
						
						... 
						
						
						
						Problem:    Compiler warning for unitinialized variable. (Tony Mechelynck)
Solution:   Initialize "did_free". (Ben Fritz) 
						
						
							
 
						
					 
					
						2015-02-04 23:06:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b84634de30 
					 
					
						
						
							
							updated for version 7.4.619  
						
						... 
						
						
						
						Problem:    luaV_setref() not returning the correct value.
Solution:   Return one. 
						
						
							
 
						
					 
					
						2015-02-04 22:02:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9d49da8cbb 
					 
					
						
						
							
							updated for version 7.4.618  
						
						... 
						
						
						
						Problem:    luaV_setref() is missing a return statement. (Ozaki Kiichi)
Solution:   Put the return statement back. 
						
						
							
 
						
					 
					
						2015-02-03 23:10:46 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0122c4070f 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
							
						
					 
					
						2015-02-03 19:13:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c0a37b9db3 
					 
					
						
						
							
							updated for version 7.4.617  
						
						... 
						
						
						
						Problem:    Wrong ":argdo" range does not cause an error.
Solution:   Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat) 
						
						
							
 
						
					 
					
						2015-02-03 19:10:53 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f2c03d7301 
					 
					
						
						
							
							updated for version 7.4.616  
						
						... 
						
						
						
						Problem:    Cannot insert a tab in front of a block.
Solution:   Correctly compute aop->start. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2015-02-03 18:36:44 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e71eea801e 
					 
					
						
						
							
							updated for version 7.4.615  
						
						... 
						
						
						
						Problem:    Vim hangs when freeing a lot of objects.
Solution:   Do not go back to the start of the list every time.  (Yasuhiro
            Matsumoto and Ariya Mizutani) 
						
						
							
 
						
					 
					
						2015-02-03 17:10:06 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d7ce7a9ad2 
					 
					
						
						
							
							updated for version 7.4.614  
						
						... 
						
						
						
						Problem:    There is no test for what patch 7.4.601 fixes.
Solution:   Add a test. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2015-02-03 16:53:51 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						70781ee403 
					 
					
						
						
							
							updated for version 7.4.613  
						
						... 
						
						
						
						Problem:    The NFA engine does not implement the 'redrawtime' time limit.
Solution:   Implement the time limit. 
						
						
							
 
						
					 
					
						2015-02-03 16:49:24 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e08dd4e49e 
					 
					
						
						
							
							updated for version 7.4.612  
						
						... 
						
						
						
						Problem:    test_eval fails on Mac.
Solution:   Use the * register instead of the + register. (Jun Takimoto) 
						
						
							
 
						
					 
					
						2015-02-03 16:07:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b641df4965 
					 
					
						
						
							
							updated for version 7.4.611  
						
						... 
						
						
						
						Problem:    Syntax error.
Solution:   Change statement to return. 
						
						
							
 
						
					 
					
						2015-02-03 13:16:04 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						016154919e 
					 
					
						
						
							
							updated for version 7.4.610  
						
						... 
						
						
						
						Problem:    Some function headers may be missing from generated .pro files.
Solution:   Add PROTO to the #ifdef. 
						
						
							
 
						
					 
					
						2015-02-03 13:00:38 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2459a5ecaa 
					 
					
						
						
							
							updated for version 7.4.609  
						
						... 
						
						
						
						Problem:    For complicated list and dict use the garbage collector can run
            out of stack space.
Solution:   Use a stack of dicts and lists to be marked, thus making it
            iterative instead of recursive. (Ben Fritz) 
						
						
							
 
						
					 
					
						2015-02-03 12:55:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4ac163ae5f 
					 
					
						
						
							
							updated for version 7.4.608  
						
						... 
						
						
						
						Problem:    test_eval fails when the clipboard feature is missing.
Solution:   Skip part of the test. Reduce the text used. 
						
						
							
 
						
					 
					
						2015-01-27 22:52:15 +01:00