- Feb 11, 2010
-
-
Bram Moolenaar authored
-
- Feb 03, 2010
-
-
Bram Moolenaar authored
Problem: When 'foldmethod' is changed not all folds are closed as expected. Solution: In foldUpdate() correct the start position and reset fd_flags when w_foldinvalid is set. (Lech Lorens)
-
Bram Moolenaar authored
Problem: Computing the cursor column in validate_cursor_col() is wrong when line numbers are used and 'n' is not in 'cpoptions', causing the popup menu to be positioned wrong. Solution: Correctly use the offset. (partly by Dominique Pelle)
-
Bram Moolenaar authored
Problem: Japanese single-width double-byte characters not handled correctly. Solution: Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[]. (partly by Kikuchan)
-
Bram Moolenaar authored
Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name.
-
Bram Moolenaar authored
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
-
- Jan 28, 2010
-
-
Bram Moolenaar authored
Problem: Can't build with some compilers. Solution: Move the #ifdef outside of a macro. Cleanup the code.
-
- Jan 27, 2010
-
-
Bram Moolenaar authored
Problem: Win32: When changing font the window may jump from the secondary to the primary screen. (Michael Wookey) Solution: When the screen position was negative don't correct it to zero.
-
Bram Moolenaar authored
Problem: CTRL-W gf doesn't put the new tab in the same place as "tab split" and "gf". (Tony Mechelynck) Solution: Store the tab number in cmdmod.tab.
-
Bram Moolenaar authored
Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
-
Bram Moolenaar authored
Problem: Crash when executing <expr> mapping redefines that same mapping. Solution: Save the values used before evaluating the expression.
-
Bram Moolenaar authored
Problem: Repeating a command with @: causes a mapping to be applied twice. Solution: Do not remap characters inserted in the typeahead buffer. (Kana Natsuno)
-
Bram Moolenaar authored
Problem: Tab line is not updated when the value of 'bt' is changed. Solution: Call redraw_titles(). (Lech Lorens)
-
- Jan 20, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Can't compile on some systems Solution: Move the #ifdef outside of the mch_open macro. (Patrick Texier)
-
- Jan 19, 2010
-
-
Bram Moolenaar authored
Problem: Can't compile on Win32. Solution: Insert the missing bar.
-
Bram Moolenaar authored
Problem: Popup menu displayed wrong in 'rightleft' mode when there are multi-byte characters. Solution: Adjust the column computations. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Popup menu wraps to next line when double-wide character doesn't fit. (Jiang Ma) Solution: Display a ">" instead. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Gcc warning for condition that can never be true. (James Vega) Solution: Use start_lvl instead flp->lvl.
-
Bram Moolenaar authored
Problem: Part of --startuptime patch is missing. Solution: Add check for time_fd.
-
Bram Moolenaar authored
Problem: Part of FD_CLOEXEC change is missing. Solution: Include source file skipped because of typo.
-
Bram Moolenaar authored
Problem: The :compiler command doesn't function properly when invoked in a function. Solution: Add "g:" before "current_compiler". (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
-
Bram Moolenaar authored
Problem: The CTRL-] command escapes too many characters. Solution: Use a different list of characters to be escaped. (Sergey Khorev)
-
Bram Moolenaar authored
Problem: Postponing keys in Netbeans interface does not work properly. Solution: Store the key string instead of the number. Avoid an infinite loop. (Mostly by Xavier de Gaye)
-
Bram Moolenaar authored
Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Crash when spell correcting triggers an autocommand that reloads the buffer. Solution: Make a copy of the line to be modified. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Can't interrupt "echo list" for a very long list. Solution: Call line_breakcheck() in list_join().
-
- Jan 17, 2010
-
-
Bram Moolenaar authored
-
- Jan 16, 2010
-
-
Bram Moolenaar authored
-
- Jan 12, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Tables for Unicode case operators are outdated. Solution: Add a Vim script for generating the tables. Include tables for Unicode 5.2.
-
Bram Moolenaar authored
Problem: "g_" doesn't position cursor correctly when in Visual mode and 'selection' is "exclusive". (Ben Fritz) Solution: Call adjust_for_sel().
-
Bram Moolenaar authored
Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
-
- Jan 11, 2010
-
-
Bram Moolenaar authored
-
- Jan 10, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-
- Jan 06, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-
Bram Moolenaar authored
-