- Aug 04, 2011
-
-
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)
-
Bram Moolenaar authored
Problem: Python 3 doesn't compile without +multi_byte Solution: Use "latin1" when MULTI_BYTE is not defined. (lilydjwg)
-
Bram Moolenaar authored
Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu)
-
Bram Moolenaar authored
Problem: ":scriptnames" and ":breaklist" show long file names. Solution: Shorten to use "~/" when possible. (Jean-Rene David)
-
Bram Moolenaar authored
Problem: Python doesn't compile without +multi_byte Solution: Use "latin1" when MULTI_BYTE is not defined.
-
Bram Moolenaar authored
Problem: Runtime file patches failed. Solution: Redo the patches made against the patched files instead of the files in the mercurial repository.
-
- Jun 20, 2011
-
-
Bram Moolenaar authored
Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron Thoma) Solution: Use FILE1 instead of XFILE.
-