Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						66accae339 
					 
					
						
						
							
							updated for version 7.3.395  
						
						... 
						
						
						
						Problem:    "dv?bar" in the last line deletes too much and breaks undo.
Solution:   Only adjust the cursor position when it's after the last line of
            the buffer.  Add a test. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2012-01-10 13:44:27 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						738f8fc8ed 
					 
					
						
						
							
							updated for version 7.3.394  
						
						... 
						
						
						
						Problem:    When placing a mark while starting up a screen redraw messes up
            the screen. (lith)
Solution:   Don't redraw while still starting up. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2012-01-10 12:42:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6ef47c223e 
					 
					
						
						
							
							updated for version 7.3.393  
						
						... 
						
						
						
						Problem:    Win32: When resizing Vim it is always moved to the primary monitor
            if the secondary monitor is on the left.
Solution:   Use the nearest monitor. (Yukihiro Nakadaira) 
						
						
							
 
						
					 
					
						2012-01-04 20:29:22 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						374d32d70f 
					 
					
						
						
							
							updated for version 7.3.392  
						
						... 
						
						
						
						Problem:    When setting 'undofile' while the file is already loaded but
            unchanged, try reading the undo file. (Andy Wokula)
Solution:   Compute a checksum of the text when 'undofile' is set. (Christian
            Brabandt) 
						
						
							
 
						
					 
					
						2012-01-04 19:34:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						79a2a49c5a 
					 
					
						
						
							
							updated for version 7.3.391  
						
						... 
						
						
						
						Problem:    Can't check if the XPM_W32 feature is enabled.
Solution:   Add xpm_w32 to the list of features. (kat) 
						
						
							
 
						
					 
					
						2012-01-04 14:35:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fc57380c3f 
					 
					
						
						
							
							updated for version 7.3.390  
						
						... 
						
						
						
						Problem:    Using NULL buffer pointer in a window.
Solution:   Check for w_buffer being NULL in more places. (Bjorn Winckler) 
						
						
							
 
						
					 
					
						2011-12-30 15:01:59 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5d6f75e17e 
					 
					
						
						
							
							updated for version 7.3.389  
						
						... 
						
						
						
						Problem:    After typing at a prompt the "MORE" message appears too soon.
Solution:   reset lines_left in msg_end_prompt(). (Eswald) 
						
						
							
 
						
					 
					
						2011-12-30 14:14:29 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						83bac4c31a 
					 
					
						
						
							
							updated for version 7.3.388  
						
						... 
						
						
						
						Problem:    Crash on exit when EXITFREE is defined and using tiny features.
Solution:   Check for NULL window pointer. (Dominique Pelle) 
						
						
							
 
						
					 
					
						2011-12-30 13:39:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b6b046b281 
					 
					
						
						
							
							Updated runtime files.  
						
						
						
						
							
						
					 
					
						2011-12-30 13:11:27 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						deaf7b7397 
					 
					
						
						
							
							updated for version 7.3.387  
						
						... 
						
						
						
						Problem:    Test 83 may fail for some encodings.
Solution:   Set 'encoding' to utf-8 earlier. 
						
						
							
 
						
					 
					
						2011-12-30 13:09:21 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ff0a4809e3 
					 
					
						
						
							
							updated for version 7.3.386  
						
						... 
						
						
						
						Problem:    Test 83 fails when iconv does not support cp932. (raf)
Solution:   Test if conversion works. (Yukihiro Nakadaira) 
						
						
							
 
						
					 
					
						2011-12-23 14:56:28 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						637606413f 
					 
					
						
						
							
							updated for version 7.3.385  
						
						... 
						
						
						
						Problem:    When using an expression mapping on the command line the cursor
            ends up in the wrong place. (Yasuhiro Matsumoto)
Solution:   Save and restore msg_col and msg_row when evaluating the
            expression. 
						
						
							
 
						
					 
					
						2011-12-23 14:54:04 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						bbd9fd7353 
					 
					
						
						
							
							updated for version 7.3.384  
						
						... 
						
						
						
						Problem:    Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary
            completion.
Solution:   Add CTRL-K to the list of recognized keys. (James McCoy) 
						
						
							
 
						
					 
					
						2011-12-23 13:15:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						265116a99a 
					 
					
						
						
							
							updated for version 7.3.383  
						
						... 
						
						
						
						Problem:    For EBCDIC pound sign is defined as 't'.
Solution:   Correctly define POUND. 
						
						
							
 
						
					 
					
						2011-12-23 12:47:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						213ae48854 
					 
					
						
						
							
							updated for version 7.3.382  
						
						... 
						
						
						
						Problem:    IME characters are inserted twice.
Solution:   Do not call DefWindowProc() if the event was handled. (Yasuhiro
            Matsumoto) 
						
						
							
 
						
					 
					
						2011-12-15 21:51:36 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f1568eca24 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
							
						
					 
					
						2011-12-14 21:17:39 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f788a06103 
					 
					
						
						
							
							updated for version 7.3.381  
						
						... 
						
						
						
						Problem:    Configure silently skips interfaces that won't work.
Solution:   Add the --enable-fail_if_missing argument. (Shlomi Fish) 
						
						
							
 
						
					 
					
						2011-12-14 20:51:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						c367faad99 
					 
					
						
						
							
							updated for version 7.3.380  
						
						... 
						
						
						
						Problem:    C-indenting wrong for a function header.
Solution:   Skip to the start paren. (Lech Lorens) 
						
						
							
 
						
					 
					
						2011-12-14 20:21:35 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a528565cf1 
					 
					
						
						
							
							updated for version 7.3.379  
						
						... 
						
						
						
						Problem:    C-indenting wrong for static enum.
Solution:   Skip over "static". (Lech Lorens) 
						
						
							
 
						
					 
					
						2011-12-14 20:05:21 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						323cb95120 
					 
					
						
						
							
							updated for version 7.3.378  
						
						... 
						
						
						
						Problem:    When cross-compiling the check for uint32_t fails.
Solution:   Only give a warning message. (Maksim Melnikau) 
						
						
							
 
						
					 
					
						2011-12-14 19:22:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d6e256c31a 
					 
					
						
						
							
							updated for version 7.3.377  
						
						... 
						
						
						
						Problem:    No support for bitwise AND, OR, XOR and invert.
Solution:   Add add(), or(), invert() and xor() functions. 
						
						
							
 
						
					 
					
						2011-12-14 15:32:50 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2787ab91b0 
					 
					
						
						
							
							updated for version 7.3.376  
						
						... 
						
						
						
						Problem:    Win32: Toolbar repainting does not work when the mouse pointer
            hovers over a button.
Solution:   Call DefWindowProc() when not hanlding an event. (Sergiu Dotenco) 
						
						
							
 
						
					 
					
						2011-12-14 15:23:59 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						68dfcdf725 
					 
					
						
						
							
							updated for version 7.3.375  
						
						... 
						
						
						
						Problem:    Duplicate return statement.
Solution:   Remove the superfluous one. (Dominique Pelle) 
						
						
							
 
						
					 
					
						2011-12-14 15:07:29 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b38e9ab4af 
					 
					
						
						
							
							updated for version 7.3.374  
						
						... 
						
						
						
						Problem:    ++encoding does not work properly.
Solution:   Recognize ++encoding before ++enc. (Charles Cooper) 
						
						
							
 
						
					 
					
						2011-12-14 14:49:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						08fc756582 
					 
					
						
						
							
							updated for version 7.3.373  
						
						... 
						
						
						
						Problem:    A tags file with an extremely long name may cause an infinite loop.
Solution:   When encountering a long name switch to linear search. 
						
						
							
 
						
					 
					
						2011-12-14 14:15:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						96a8964564 
					 
					
						
						
							
							updated for version 7.3.372  
						
						... 
						
						
						
						Problem:    When using a command line mapping to <Up> with file name
            completion to go one directory up, 'wildchar' is inserted.
            (Yasuhiro Matsumoto)
Solution:   Set the KeyTyped flag. 
						
						
							
 
						
					 
					
						2011-12-08 18:44:51 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b9ba403542 
					 
					
						
						
							
							updated for version 7.3.371  
						
						... 
						
						
						
						Problem:    Crash in autocomplete. (Greg Weber)
Solution:   Check not going over allocated buffer size. 
						
						
							
 
						
					 
					
						2011-12-08 17:49:35 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fa263a517b 
					 
					
						
						
							
							updated for version 7.3.370  
						
						... 
						
						
						
						Problem:    Compiler warns for unused variable in Lua interface.
Solution:   Remove the variable. 
						
						
							
 
						
					 
					
						2011-12-08 16:00:16 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f4120a8964 
					 
					
						
						
							
							updated for version 7.3.369  
						
						... 
						
						
						
						Problem:    When compiled with Gnome get an error message when using --help.
Solution:   Don't fork. (Ivan Krasilnikov) 
						
						
							
 
						
					 
					
						2011-12-08 15:57:59 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						aeabe0545d 
					 
					
						
						
							
							updated for version 7.3.368  
						
						... 
						
						
						
						Problem:    Gcc complains about redefining _FORTIFY_SOURCE.
Solution:   Undefine it before redefining it. 
						
						
							
 
						
					 
					
						2011-12-08 15:17:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ae7ba984ee 
					 
					
						
						
							
							updated for version 7.3.367  
						
						... 
						
						
						
						Problem:    :wundo and :rundo use a wrong checksum.
Solution:   Include the last line when computing the hash. (Christian Brabandt) 
						
						
							
 
						
					 
					
						2011-12-08 15:14:09 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0a11f8ce4e 
					 
					
						
						
							
							updated for version 7.3.366  
						
						... 
						
						
						
						Problem:    A tags file with an extremely long name causes errors.
Solution:   Ignore tags that are too long. (Arno Renevier) 
						
						
							
 
						
					 
					
						2011-12-08 15:12:11 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f0b6b0cc3b 
					 
					
						
						
							
							updated for version 7.3.365  
						
						... 
						
						
						
						Problem:    Crash when using a large Unicode character in a file that has
            syntax highlighting. (ngollan)
Solution:   Check for going past the end of the utf tables. (Dominique Pelle) 
						
						
							
 
						
					 
					
						2011-12-08 15:09:52 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2bbafdbcee 
					 
					
						
						
							
							updated for version 7.3.364  
						
						... 
						
						
						
						Problem:    Can't compile on HP-UX. (John Marriott)
Solution:   Only use TTYM_URXVT when it is defined. 
						
						
							
 
						
					 
					
						2011-12-01 20:59:21 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3388bb4847 
					 
					
						
						
							
							updated for version 7.3.363  
						
						... 
						
						
						
						Problem:    C indenting is wrong after #endif followed by a semicolon.
Solution:   Add special handling for a semicolon in a line by itself. (Lech
            Lorens) 
						
						
							
 
						
					 
					
						2011-11-30 17:20:23 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0612ec8d53 
					 
					
						
						
							
							updated for version 7.3.362  
						
						... 
						
						
						
						Problem:    ml_get error when using ":g" with folded lines.
Solution:   Adjust the line number for changed_lines(). (Christian Brabandt) 
						
						
							
 
						
					 
					
						2011-11-30 17:01:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						89c7122c05 
					 
					
						
						
							
							updated for version 7.3.361  
						
						... 
						
						
						
						Problem:    Accessing memory after it is freed when EXITFREE is defined.
Solution:   Don't access curwin when firstwin is NULL. (Dominique Pelle) 
						
						
							
 
						
					 
					
						2011-11-30 15:40:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						8000baffa7 
					 
					
						
						
							
							updated for version 7.3.360  
						
						... 
						
						
						
						Problem:    Interrupting the load of an autoload function may cause a crash.
Solution:   Do not use the hashitem when not valid. (Yukihiro Nakadaira) 
						
						
							
 
						
					 
					
						2011-11-30 15:19:28 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						195ea0ff6c 
					 
					
						
						
							
							updated for version 7.3.359  
						
						... 
						
						
						
						Problem:    Command line completion shows dict functions.
Solution:   Skip dict functions for completion. (Yasuhiro Matsumoto) 
						
						
							
 
						
					 
					
						2011-11-30 14:57:31 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b491c03ee7 
					 
					
						
						
							
							updated for version 7.3.358  
						
						... 
						
						
						
						Problem:    Mouse support doesn't work properly.
Solution:   Add HMT_URXVT. (lilydjwg, James McCoy) 
						
						
							
 
						
					 
					
						2011-11-30 14:47:15 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						26fdd7da96 
					 
					
						
						
							
							updated for version 7.3.357  
						
						... 
						
						
						
						Problem:    Compiler warning in MS-Windows console build.
Solution:   Adjust return type of PrintHookProc(). (Mike Williams) 
						
						
							
 
						
					 
					
						2011-11-30 13:42:44 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6d8f9c6f59 
					 
					
						
						
							
							updated for version 7.3.356  
						
						... 
						
						
						
						Problem:    Using "o" with 'cindent' set may freeze Vim. (lolilolicon)
Solution:   Skip over {} correctly. (Hari G) 
						
						
							
 
						
					 
					
						2011-11-30 13:03:28 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						49e4ec6eee 
					 
					
						
						
							
							updated for version 7.3.355  
						
						... 
						
						
						
						Problem:    GTK warnings when using netrw.vim. (Ivan Krasilnikov)
Solution:   Do not remove the beval event handler twice. 
						
						
							
 
						
					 
					
						2011-11-30 11:31:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4e5ccfa5c7 
					 
					
						
						
							
							updated for version 7.3.354  
						
						... 
						
						
						
						Problem:    ":set backspace+=eol" doesn't work when 'backspace' has a
            backwards compatible value of 2.
Solution:   Convert the number to a string. (Hirohito Higashi) 
						
						
							
 
						
					 
					
						2011-11-30 11:15:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1dff76bcb8 
					 
					
						
						
							
							updated for version 7.3.353  
						
						... 
						
						
						
						Problem:    Missing part of the urxvt patch.
Solution:   Add the change in term.c 
						
						
							
 
						
					 
					
						2011-10-26 23:48:20 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						db710ed999 
					 
					
						
						
							
							updated for version 7.3.352  
						
						... 
						
						
						
						Problem:    When completing methods dict functions and script-local functions
            get in the way.
Solution:   Sort function names starting with "<" to the end. (Yasuhiro
            Matsumoto) 
						
						
							
 
						
					 
					
						2011-10-26 22:02:15 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a27ad5aea1 
					 
					
						
						
							
							updated for version 7.3.351  
						
						... 
						
						
						
						Problem:    Text formatting uses start of insert position when it should not.
            (Peter Wagenaar)
Solution:   Do not use Insstart when intentionally formatting. 
						
						
							
 
						
					 
					
						2011-10-26 17:04:29 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						50bfb3278e 
					 
					
						
						
							
							updated for version 7.3.350  
						
						... 
						
						
						
						Problem:    Block of code after ":lua << EOF" may not work. (Paul Isambert)
Solution:   Recognize the ":lua" command, skip to EOF. 
						
						
							
 
						
					 
					
						2011-10-26 13:19:27 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f541c36a8c 
					 
					
						
						
							
							updated for version 7.3.349  
						
						... 
						
						
						
						Problem:    When running out of memory during startup trying to open a
            swapfile will loop forever.
Solution:   Let findswapname() set dirp to NULL if out of memory. 
						
						
							
 
						
					 
					
						2011-10-26 11:44:18 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						79739e163b 
					 
					
						
						
							
							updated for version 7.3.348  
						
						... 
						
						
						
						Problem:    "call range(1, 947948399)" causes a crash. (ZyX)
Solution:   Avoid a loop in the out of memory message. 
						
						
							
 
						
					 
					
						2011-10-26 11:41:00 +02:00