- Mar 02, 2010
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: No completion for :behave. Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Perl interface builds with 5.10.1 but not with 5.10.0. Solution: Change the #ifdefs. (Sergey Khorev)
-
Bram Moolenaar authored
Problem: 'eventignore' is set to an invalid value inside ":doau". (Antony Scriven) Solution: Don't include the leading comma when the option was empty.
-
Bram Moolenaar authored
Problem: C function declaration indented too much. (Rui) Solution: Don't see a line containing { or } as a type. (Matt Wozniski)
-
- Feb 26, 2010
-
-
Bram Moolenaar authored
Problem: Misplaced assignment. Duplicate build line for gvimext.dll. Solution: Move setting CROSS_COMPILE to before ifneq. Remove the wrong build line. (Markus Heidelberg)
-
- Feb 24, 2010
-
-
Bram Moolenaar authored
Problem: ml_get error when using SiSU syntax. (Nathan Thomas) Solution: If the match ends below the last line move it to the end of the last line.
-
Bram Moolenaar authored
Problem: ml_get errors when using ":bprevious" in a BufEnter autocmd. (Dominique Pelle) Solution: Clear w_valid when entering another buffer.
-
Bram Moolenaar authored
Problem: Ruby eval() doesn't understand Vim types. Solution: Add the vim_to_ruby() function. (George Gensure)
-
Bram Moolenaar authored
Problem: Gcc 4.5 adds more error messages. (Chris Indy) Solution: Update default 'errorformat'.
-
Bram Moolenaar authored
Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg)
-
Bram Moolenaar authored
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz)
-
Bram Moolenaar authored
Problem: A redraw may cause folds to be closed. Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
-
Bram Moolenaar authored
Problem: Error message is not easy to understand. Solution: Add quotes. (SungHyun Nam)
-
- Feb 18, 2010
-
-
Bram Moolenaar authored
Problem: Ruby interface: Appending line doesn't work. (Michael Henry) Solution: Reverse check for NULL line. (James Vega)
-
- Feb 17, 2010
-
-
Bram Moolenaar authored
Problem: "xxd -r -p" doesn't work as documented. Solution: Skip white space. (James Vega)
-
Bram Moolenaar authored
Problem: CTRL-B doesn't go back to the first line of the buffer. Solution: Avoid an overflow when adding MAXCOL.
-
Bram Moolenaar authored
Problem: MS-Windows with MingW: "File->Save As" does not work. (John Marriott) Solution: Correctly fill in structure size. (Andy Kittner)
-
Bram Moolenaar authored
Problem: Can't build gvimext.dll on Win 7 x64 using MinGW (John Marriott) Solution: Check if _MSC_VER is defined. (Andy Kittner)
-
Bram Moolenaar authored
Problem: Can't dynamically load Perl 5.10. Solution: Add the function Perl_croak_xs_usage. (Sergey Khorev)
-
Bram Moolenaar authored
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Instead of handling WM_NCCREATE, create wide text area window class if the parent window iw side. (Sergey Khorev)
-
Bram Moolenaar authored
Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa)
-
Bram Moolenaar authored
Problem: Ruby on MS-Windows: can't use sockets. Solution: Call NtInitialize() during initialization. (Ariya Mizutani)
-
- Feb 11, 2010
-
-
Bram Moolenaar authored
Problem: Crash when using the Netbeans join command. Solution: Make sure the ml_flush_line() function is not used recursively. (Xavier de Gaye)
-
Bram Moolenaar authored
Problem: Compiler warnings on VMS. (Zoltan Arpadffy) Solution: Pass array itself instead its address. Return a value.
-
Bram Moolenaar authored
Problem: When changing 'fileformat' from/to "mac" and there is a CR in the text the display is wrong. Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
-
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
-