- Jul 17, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test.
-
Bram Moolenaar authored
Problem: The tabline may flicker when opening a new tab after 7.3.759 on Win32. Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
-
Bram Moolenaar authored
Problem: Test 98 always passes. Solution: Include test98a.in in test98.in, execute the crucial command in one line. (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: New regexp engine: Does not match shorter alternative. (Ingo Karkat) Solution: Do not drop a new state when the PIM info is different.
-
Bram Moolenaar authored
Problem: Compiler warnings. (Charles Campbell) Solution: Initialize variables even when not needed.
-
Bram Moolenaar authored
Problem: Missing find_win_for_buf(). (toothpik) Solution: Add missing changes.
-
Bram Moolenaar authored
Problem: Can't build with MzScheme on Ubuntu 13.04. Solution: Add configure check for the "ffi" library.
-
Bram Moolenaar authored
Problem: Crash when spell checking in new buffer. Solution: Set the b_p_key field. (Mike Williams)
-
Bram Moolenaar authored
Problem: When Python adds lines to another buffer the cursor position is wrong, it might be below the last line causing ml_get errors. (Vlad Irnov) Solution: Temporarily change the current window, so that marks are corrected properly.
-
Bram Moolenaar authored
Problem: ":diffoff" does not remove folds. (Ramel) Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
-
Bram Moolenaar authored
Problem: Get the press-Enter prompt even after using :redraw. Solution: Clear need_wait_return when executing :redraw.
-
- Jul 14, 2013
-
-
Bram Moolenaar authored
Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
-
Bram Moolenaar authored
Problem: Using "d2g$" does not delete the last character. (ZyX) Solution: Set the "inclusive" flag properly.
-
Bram Moolenaar authored
Problem: Using feedkeys() doesn't always work. Solution: Omit feedkeys(). (Ken Takata)
-
Bram Moolenaar authored
Problem: Superfluous mb_ptr_adv(). Solution: Remove the call. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Invalid closing parenthesis in test 62. Command truncated at double quote. Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
-
- Jul 13, 2013
-
-
Bram Moolenaar authored
Problem: Compiler warning for code unreachable. (Charles Campbell) Solution: Use "while" instead of endless loop. Change break to continue.
-
Bram Moolenaar authored
Problem: When 'foldmethod' is "indent", using ">>" on a line just above a fold makes the cursor line folded. (Evan Laforge) Solution: Call foldOpenCursor(). (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Features enabled in Makefile. Solution: Undo accidental changes.
-
Bram Moolenaar authored
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
-
Bram Moolenaar authored
Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
-
Bram Moolenaar authored
Problem: Setting/resetting 'lbr' in the main help file changes alignment after a Tab. (Dimitar Dimitrov) Solution: Also use the code for conceal mode where n_extra is computed for 'lbr'.
-
- Jul 12, 2013
-
-
Bram Moolenaar authored
Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
-
Bram Moolenaar authored
Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
-
- Jul 09, 2013
-
-
Bram Moolenaar authored
Problem: Test 86 and 97 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag.
-
Bram Moolenaar authored
Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
-
Bram Moolenaar authored
Problem: Python 3 doesn't handle multibyte characters prooperly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata)
-
Bram Moolenaar authored
Problem: After "g$" with 'virtualedit' set, "k" moves to a different column. (Dimitar Dimitrov) Solution: Set w_curswant. (Christian Brabandt)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
-
Bram Moolenaar authored
Problem: Scroll binding causes unexpected scroll. Solution: Store the topline after updating scroll binding. Add a test. (Lech Lorens)
-
Bram Moolenaar authored
Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
-
Bram Moolenaar authored
Problem: Copyright year is oudated. Solution: Only use the first year.
-
- Jul 07, 2013
-
-
Bram Moolenaar authored
Problem: Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (Dominique Pelle)
-
- Jul 06, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-