- Aug 10, 2011
-
-
Bram Moolenaar authored
Problem: MS-Windows: When using a black background some screen updates cause the window to flicker. Solution: Add WS_CLIPCHILDREN to CreateWindow(). (René Aguirre)
-
Bram Moolenaar authored
Problem: With concealed characters tabs do not have the right size. Solution: Use VCOL_HLC instead of vcol. (Eiichi Sato)
-
Bram Moolenaar authored
Problem: A BOM in an error file is seen as text. (Aleksey Baibarin) Solution: Remove the BOM from the text before evaluating. (idea by Christian Brabandt)
-
Bram Moolenaar authored
Problem: ":put =list" does not add an empty line for a trailing empty item. Solution: Add a trailing NL when turning a list into a string.
-
Bram Moolenaar authored
Problem: Code not following Vim coding style. Solution: Fix the style. (Elias Diem)
-
Bram Moolenaar authored
Problem: Illegal memory access. Solution: Swap conditions. (Dominique Pelle)
-
- Aug 04, 2011
-
-
Bram Moolenaar authored
Problem: 'shellcmdflag' only works with one flag. Solution: Split into multiple arguments. (Gary Johnson)
-
Bram Moolenaar authored
Problem: Vim freezes when executing an external command with zsh. Solution: Use O_NOCTTY both in the master and slave. (Bjorn Winckler)
-
Bram Moolenaar authored
Problem: Ruby on Mac OS X 10.7 may crash. Solution: Avoid alloc(0). (Bjorn Winckler)
-
- Jul 27, 2011
-
-
Bram Moolenaar authored
Problem: In Gvim with iBus typing space in Insert mode doesn't work. Solution: Clear xim_expected_char after checking it.
-
Bram Moolenaar authored
Problem: When storing a pattern in search history there is no proper check for the separator character. Solution: Pass the separator character to in_history(). (Muraoka Taro)
-
Bram Moolenaar authored
Problem: When the current directory name contains wildcard characters, such as "foo[with]bar", the tags file can't be found. (Jeremy Erickson) Solution: When searching for matching files also match without expanding wildcards. This is a bit of a hack.
-
Bram Moolenaar authored
Problem: Perl and Tcl have a few code style problems. Solution: Clean it up. (Elias Diem)
-
Bram Moolenaar authored
Problem: Photon code style doesn't match Vim style. Solution: Clean up some of it. (Elias Diem)
-
Bram Moolenaar authored
Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
-
- Jul 20, 2011
-
-
Bram Moolenaar authored
Problem: CursorHold triggers on an incomplete mapping. (Will Gray) Solution: Don't trigger CursorHold when there is typeahead.
-
Bram Moolenaar authored
Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable them. (Jerome Vuarand)
-
Bram Moolenaar authored
Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Javascript indenting not sufficiently tested. Solution: Add more tests. (Luc Deschenaux) Mark the lines that are indented wrong.
-
Bram Moolenaar authored
Problem: When editing a file such as "File[2010-08-15].vim" an E16 error is given. (Manuel Stol) Solution: Don't give an error for failing to compile the regexp.
-
- Jul 18, 2011
-
-
Bram Moolenaar authored
Add missing test82 files.
-
- Jul 15, 2011
-
-
Bram Moolenaar authored
Problem: The coladd field is not reset when setting the line number for a ":call" command. Solution: Reset it.
-
Bram Moolenaar authored
Problem: "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'. Checks in mb_strnicmp() for illegal and truncated bytes are wrong. Should not assume that byte length is equal before case folding. Solution: Add utf_safe_read_char_adv() and utf_strnicmp(). Add a test for this. (Ivan Krasilnikov)
-
Bram Moolenaar authored
Problem: Tests fail. (David Northfield) Solution: Add missing update for .ok file.
-
Bram Moolenaar authored
Problem: "gH<Del>" deletes the current line, except when it's the last line. Solution: Set the "include" flag to indicate the last line is to be deleted.
-
Bram Moolenaar authored
Problem: Python: Errors in Unicode characters not handled nicely. Solution: Add the surrogateescape error handler. (lilydjwg)
-
Bram Moolenaar authored
Problem: Wrong indenting for array initializer. Solution: Detect '}' in a better way. (Lech Lorens)
-
Bram Moolenaar authored
Problem: PC Install instructions missing install instructions. Solution: Step-by-step explanation. (Michael Soyka)
-
Bram Moolenaar authored
Problem: Running tests changes the users viminfo file. Test for patch 7.3.245 missing. Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
-
Bram Moolenaar authored
Problem: Repeating "f4" in "4444" skips one 4. Solution: Check the t_cmd flag. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising)
-
- Jul 07, 2011
-
-
Bram Moolenaar authored
Problem: MS-Windows: Build problem with old compiler. (John Beckett) Solution: Only use HandleToLong() when available. (Mike Williams)
-
Bram Moolenaar authored
Problem: Illegal memory access in readline(). Solution: Swap the conditions. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Illegal memory access in after_pathsep(). Solution: Check that the pointer is not at the start of the file name. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Using CTRL-R CTRL-W on the command line may insert only part of the word. Solution: Use the cursor position instead of assuming it is at the end of the command. (Tyru)
-
Bram Moolenaar authored
Problem: External commands can't use pipes on MS-Windows. Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent Berthoux)
-
Bram Moolenaar authored
Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().
-
Bram Moolenaar authored
Problem: Compiler warning for conversion. Solution: Add type cast. (Mike Williams)
-
- Jun 26, 2011
-
-
Bram Moolenaar authored
Problem: "filetype" completion doesn't work on Windows. (Yue Wu) Solution: Don't use a glob pattern for the directories, use a list of directories. (Dominique Pelle)
-