|
Karsten Hopp |
f3be58 |
Patches for Vim - Vi IMproved 7.1
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
The files in this directory contain source code changes to fix
|
|
cvsdist |
2cc57f |
problems in released versions of Vim. Each file also contains an
|
|
cvsdist |
2cc57f |
explanation of the problem that is fixed, like the message that
|
|
cvsdist |
2cc57f |
was sent to the vim-dev maillist.
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
The best is to apply the patches in sequence. This avoids problems
|
|
cvsdist |
2cc57f |
when a patch depends on a previous patch. If you did not unpack the
|
|
cvsdist |
2cc57f |
extra archive, you may want to skip patches marked with "extra:".
|
|
Karsten Hopp |
f3be58 |
Similarly for the "lang" archive. Or ignore errors for missing files.
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
Before patching, change to the top Vim directory, where the "src"
|
|
cvsdist |
2cc57f |
and "runtime" directories are located.
|
|
cvsdist |
2cc57f |
Depending on the version of "patch" that you use, you may have add
|
|
cvsdist |
2cc57f |
an argument to make it patch the right file:
|
|
Karsten Hopp |
f3be58 |
patch -p < 7.1.001
|
|
Karsten Hopp |
f3be58 |
patch -p0 < 7.1.001
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
After applying a patch, you need to compile Vim. There are no
|
|
cvsdist |
2cc57f |
patches for binaries.
|
|
cvsdist |
2cc57f |
|
|
Karsten Hopp |
f33019 |
Checksums for the patch files can be found in the file MD5.
|
|
Karsten Hopp |
f33019 |
|
|
Karsten Hopp |
1f38fe |
Collection of patches for Vim 7.1:
|
|
Karsten Hopp |
1f38fe |
SIZE NAME INCLUDES
|
|
Karsten Hopp |
5579d1 |
91424 7.1.001-100.gz patches 7.1.001 to 7.1.100, gzip'ed
|
|
Karsten Hopp |
5579d1 |
75402 7.1.101-200.gz patches 7.1.101 to 7.1.200, gzip'ed
|
|
Karsten Hopp |
5579d1 |
109686 7.1.201-300.gz patches 7.1.201 to 7.1.300, gzip'ed
|
|
Karsten Hopp |
1f38fe |
|
|
Karsten Hopp |
1f38fe |
|
|
Karsten Hopp |
f3be58 |
Individual patches for Vim 7.1:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
f3be58 |
2404 7.1.001 can't build with Gnome GUI
|
|
Karsten Hopp |
f3be58 |
2011 7.1.002 Oracle Pro*C/C++ files are not detected
|
|
Karsten Hopp |
e71321 |
1529 7.1.003 (extra) Win32: menu entries end up in message history
|
|
Karsten Hopp |
e71321 |
2481 7.1.004 crash when editing a directory
|
|
Karsten Hopp |
e71321 |
3841 7.1.005 "cit" used on <foo></foo> deletes <foo>
|
|
Karsten Hopp |
e71321 |
2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd
|
|
Karsten Hopp |
e71321 |
6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed
|
|
Karsten Hopp |
e71321 |
2631 7.1.008 getfsize() returns an invalid number for very big files
|
|
Karsten Hopp |
e71321 |
1881 7.1.009 diff mode: tab to spaces change not highlighted correctly
|
|
Karsten Hopp |
e71321 |
2796 7.1.010 Gnome: tab pages are not included in the saved session
|
|
Karsten Hopp |
e71321 |
1934 7.1.011 buffer overflow when $VIMRUNTIME is very long
|
|
Karsten Hopp |
e71321 |
1904 7.1.012 ":let &tw = 'asdf'" does not give an error message
|
|
Karsten Hopp |
722bbe |
2139 7.1.013 ":syn include" only loads the first file
|
|
Karsten Hopp |
722bbe |
1479 7.1.014 crash in C-indenting
|
|
Karsten Hopp |
722bbe |
3743 7.1.015 MzScheme interface doesn't build on Mac; init problem
|
|
Karsten Hopp |
722bbe |
2368 7.1.016 (after 7.1.012) error message when using ":cwindow"
|
|
Karsten Hopp |
722bbe |
6729 7.1.017 ":confirm w" does not give a prompt when file is read-only
|
|
Karsten Hopp |
722bbe |
1771 7.1.018 "p" at end of line doesn't work right when 've' is set
|
|
Karsten Hopp |
722bbe |
1650 7.1.019 ":python" doesn't mention the command is not implemented
|
|
Karsten Hopp |
722bbe |
3229 7.1.020 reading uninitialized memory when using a dialog
|
|
Karsten Hopp |
722bbe |
2875 7.1.021 (after 7.1.015) MzScheme interface doesn't build on Win32
|
|
Karsten Hopp |
722bbe |
1842 7.1.022 when setting 'keymap' twice b:keymap_name variable isn't set
|
|
Karsten Hopp |
722bbe |
1718 7.1.023 "dw" in a line with one character deletes the line
|
|
Karsten Hopp |
722bbe |
1335 7.1.024 using a pointer that may have become invalid
|
|
Karsten Hopp |
722bbe |
2292 7.1.025 search('pat', 'bc) doesn't find word under cursor at BOL
|
|
Karsten Hopp |
722bbe |
1710 7.1.026 "[p" doesn't work in Visual mode
|
|
Karsten Hopp |
722bbe |
3345 7.1.027 on Sun OS reading from a process substitutions doesn't work
|
|
Karsten Hopp |
722bbe |
2239 7.1.028 ":sort" does nothing special with empty search pattern
|
|
Karsten Hopp |
6b2f4e |
2692 7.1.029 (after 7.1.019) can't compile when all interfaces are used
|
|
Karsten Hopp |
6b2f4e |
2364 7.1.030 vimtutor shell script checks for "vim6" but not for "vim7"
|
|
Karsten Hopp |
6b2f4e |
6533 7.1.031 virtcol([123, '$']) doesn't work
|
|
Karsten Hopp |
6b2f4e |
3006 7.1.032 possible crash when doing completion on the command line
|
|
Karsten Hopp |
6b2f4e |
1530 7.1.033 buffer marked modified after ":bdel" and ":next"
|
|
Karsten Hopp |
6b2f4e |
2956 7.1.034 Win64: compiler warnings for typecast, optimizer problem
|
|
Karsten Hopp |
6b2f4e |
1797 7.1.035 after ":s/./&/#" all listed lines have a line number
|
|
Karsten Hopp |
6b2f4e |
12171 7.1.036 add "none" to completion of ":echohl" and ":match"
|
|
Karsten Hopp |
6b2f4e |
1817 7.1.037 using strcpy() for an overlapping string
|
|
Karsten Hopp |
6b2f4e |
5704 7.1.038 'preseveindent' doesn't always work when 'et' is set
|
|
Karsten Hopp |
6b2f4e |
1750 7.1.039 weird help-tags tag in docs file may make cause a crash
|
|
Karsten Hopp |
6b2f4e |
53412 7.1.040 ":match" only supports three matches
|
|
Karsten Hopp |
6b2f4e |
4614 7.1.041 (extra, after 7.1.040) update test makefiles for new test
|
|
Karsten Hopp |
6b2f4e |
2366 7.1.042 (after 7.1.040) internal error when using matchadd()
|
|
Karsten Hopp |
6b2f4e |
2820 7.1.043 in Ex mode using CTRL-D twice may cause a crash
|
|
Karsten Hopp |
6b2f4e |
1632 7.1.044 in Insert mode 0 CTRL-T deletes all indent
|
|
Karsten Hopp |
6b2f4e |
3101 7.1.045 double screen redraw in some situations
|
|
Karsten Hopp |
6b2f4e |
1637 7.1.046 ":s/.*/&/" deletes composing characters
|
|
Karsten Hopp |
6b2f4e |
1552 7.1.047 wrong argument for vim_regcomp()
|
|
Karsten Hopp |
6b2f4e |
5010 7.1.048 paren highlighting is not updated after scrolling
|
|
Karsten Hopp |
6b2f4e |
1722 7.1.049 can't compile with GTK2 when using hangul input feature
|
|
Karsten Hopp |
6b2f4e |
4800 7.1.050 possible crash in C++ indenting
|
|
Karsten Hopp |
6b2f4e |
2295 7.1.051 accessing uninitialized memory when finding spell suggestions
|
|
Karsten Hopp |
6b2f4e |
2435 7.1.052 when creating a new match not all fields are initialized
|
|
Karsten Hopp |
6b2f4e |
1473 7.1.053 reading uninitialized memory when updating command line
|
|
Karsten Hopp |
6b2f4e |
4451 7.1.054 accessing uninitialized memory when displaying the fold column
|
|
Karsten Hopp |
6b2f4e |
5414 7.1.055 using strcpy() with arguments that overlap
|
|
Karsten Hopp |
6b2f4e |
3151 7.1.056 scrolling back at more prompt doesn't work properly
|
|
Karsten Hopp |
6b2f4e |
2514 7.1.057 CursorHold causes problems for Normal and Visual mode commands
|
|
Karsten Hopp |
6b2f4e |
10612 7.1.058 completion menu doesn't work properly when 'righleft' is set
|
|
Karsten Hopp |
6b2f4e |
3350 7.1.059 in Ex mode "g/^/vi" and pressing CTRL-C: Vim hangs and beeps
|
|
Karsten Hopp |
6b2f4e |
5066 7.1.060 splitting quickfix window messes up window layout
|
|
Karsten Hopp |
6b2f4e |
6320 7.1.061 with latin1 'ignorecase' doesn't work for umlauts
|
|
Karsten Hopp |
6b2f4e |
1550 7.1.062 (after 7.0.038) C comment indent can be wrong
|
|
Karsten Hopp |
6b2f4e |
1391 7.1.063 compiler warning for uninitialized variable
|
|
Karsten Hopp |
6b2f4e |
1405 7.1.064 on interix some files appear not to exist
|
|
Karsten Hopp |
6b2f4e |
2983 7.1.065 Win32: MingW Compilation problem for newer version of w32api
|
|
Karsten Hopp |
6b2f4e |
4553 7.1.066 when 'bomb' is changed the file should be considered modified
|
|
Karsten Hopp |
6b2f4e |
7701 7.1.067 'infercase' doesn't work for thesaurus completion
|
|
Karsten Hopp |
6b2f4e |
6709 7.1.068 'equalalways' equalizes windows too often
|
|
Karsten Hopp |
75346e |
2757 7.1.069 GTK GUI: confirm() dialog has a default button when not wanted
|
|
Karsten Hopp |
75346e |
1560 7.1.070 (extra) Win32 GUI: same confirm() default button problem
|
|
Karsten Hopp |
75346e |
5534 7.1.071 (after 7.1.040) add a basic test for regexp patterns
|
|
Karsten Hopp |
75346e |
5705 7.1.072 (extra, after 7.1.041 and 7.1.071) extra part of 7.1.071
|
|
Karsten Hopp |
75346e |
3595 7.1.073 (after 7.1.062) crash when 'preserveindent' is set
|
|
Karsten Hopp |
75346e |
5259 7.1.074 crash when using string() on a recursively nested List
|
|
Karsten Hopp |
75346e |
1686 7.1.075 ":let v:statusmsg" reads memory already freed
|
|
Karsten Hopp |
75346e |
2376 7.1.076 a couple more strcpy() with overlapping arguments
|
|
Karsten Hopp |
7e5694 |
1551 7.1.077 "can_spell" is used without initializing it
|
|
Karsten Hopp |
1121ed |
2678 7.1.078 dropping file name on gvim containing CSI byte doesn't work
|
|
Karsten Hopp |
1121ed |
2922 7.1.079 "@" character in 'isfname' doesn't pick up umlauts for latin1
|
|
Karsten Hopp |
1121ed |
2960 7.1.080 (extra) Compiler warnings for gvimex.cpp
|
|
Karsten Hopp |
1121ed |
3253 7.1.081 completion doesn't work after ":!cat
|
|
Karsten Hopp |
1121ed |
3464 7.1.082 matchparen plugin doesn't update after window split
|
|
Karsten Hopp |
1121ed |
3448 7.1.083 (after 7.1.081) completion doesn't work with wildcards
|
|
Karsten Hopp |
1121ed |
1671 7.1.084 netbeans doesn't get fileOpened events when using -nb twice
|
|
Karsten Hopp |
1121ed |
2496 7.1.085 after ":split fold.c" folds in one window disappear
|
|
Karsten Hopp |
1121ed |
3561 7.1.086 crash when using specific Python syntax highlighting
|
|
Karsten Hopp |
1121ed |
4165 7.1.087 cscope: reading past command end; writing past buffer end
|
|
Karsten Hopp |
60c122 |
2276 7.1.088 (extra) window position wrong when using ":winpos"
|
|
Karsten Hopp |
60c122 |
13841 7.1.089 when listing variables text of command is not cleared
|
|
Karsten Hopp |
60c122 |
2372 7.1.090 compiler warning on Mac OS X 10.5 for sigaltstack()
|
|
Karsten Hopp |
60c122 |
10488 7.1.091 (extra) Win32: add --windowid argument
|
|
Karsten Hopp |
60c122 |
2901 7.1.092 (extra, after 7.1.088) wrong args for MoveWindowStructure()
|
|
Karsten Hopp |
60c122 |
15955 7.1.093 read past end of screen line when checking for double width
|
|
Karsten Hopp |
60c122 |
1901 7.1.094 using wrong buffer to check if syntax HL is present
|
|
Karsten Hopp |
60c122 |
5809 7.1.095 autocmmand for focus events may cause problems
|
|
Karsten Hopp |
60c122 |
2287 7.1.096 reading past end of a string when resizing Vim
|
|
Karsten Hopp |
60c122 |
1620 7.1.097 "setlocal stl=%!expr" doesn't work
|
|
Karsten Hopp |
60c122 |
1780 7.1.098 ":call s:var()" doesn't work if "s:var" is a Funcref
|
|
Karsten Hopp |
60c122 |
4552 7.1.099 ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set
|
|
Karsten Hopp |
60c122 |
14551 7.1.100 Win32: Executing cscope doesn't always work properly
|
|
Karsten Hopp |
1f38fe |
1614 7.1.101 Ruby: The Buffer.line= method does not work
|
|
Karsten Hopp |
1f38fe |
3276 7.1.102 Perl interface doesn't compile with new version of Perl
|
|
Karsten Hopp |
1f38fe |
1976 7.1.103 "dw" past end of last line deletes a character
|
|
Karsten Hopp |
1f38fe |
14346 7.1.104 (after 7.1.095) when 'lazyredraw' set redraw may be postponed
|
|
Karsten Hopp |
1f38fe |
2426 7.1.105 internal error when using "0 ? {'a': 1} : {}"
|
|
Karsten Hopp |
1f38fe |
1580 7.1.106 ":messages" doesn't quit listing on ":"
|
|
Karsten Hopp |
1f38fe |
4081 7.1.107 Visual block mode "s" that auto-indents fails in other lines
|
|
Karsten Hopp |
1f38fe |
2633 7.1.108 (after 7.1.100) Win32: compilation problems in Cscope code
|
|
Karsten Hopp |
1f38fe |
2147 7.1.109 GTK GUI: click on arrow left of tab
|
|
Karsten Hopp |
1f38fe |
2234 7.1.110 (after 7.1.102) Win32: Still compilation problems with Perl
|
|
Karsten Hopp |
1f38fe |
2946 7.1.111 after ":vimgrep /pat/j *" folds can be wrong
|
|
Karsten Hopp |
1f38fe |
1766 7.1.112 using input() with a wrong argument may crash Vim
|
|
Karsten Hopp |
1f38fe |
2765 7.1.113 map() on an empty list causes memory to be freed twice
|
|
Karsten Hopp |
1f38fe |
1386 7.1.114 memory leak in getmatches()
|
|
Karsten Hopp |
1f38fe |
1472 7.1.115 (after 7.1.105) compiler warning for uninitialized variable
|
|
Karsten Hopp |
1f38fe |
3137 7.1.116 can't display characters above 0x10000
|
|
Karsten Hopp |
de97d7 |
1414 7.1.117 can't check wether Vim was compiled with Gnome
|
|
Karsten Hopp |
de97d7 |
1805 7.1.118 (after 7.1.107) compiler warning for Visual C compiler
|
|
Karsten Hopp |
de97d7 |
1761 7.1.119 crash after setting 'cmdheight' to huge value
|
|
Karsten Hopp |
2c9f4b |
17416 7.1.120 can't use valgrind with "make test" to test for memory leaks
|
|
Karsten Hopp |
2c9f4b |
2350 7.1.121 ":cd %:h" fails when editing file in current directory
|
|
Karsten Hopp |
2c9f4b |
3732 7.1.122 Mac: building with Aap doesn't work properly
|
|
Karsten Hopp |
2f404e |
8051 7.1.123 Win32: ":edit foo ~ foo" expands "~"
|
|
Karsten Hopp |
2f404e |
2599 7.1.124 (extra) Mac: may get empty buffer if dropping file on Vim.app
|
|
Karsten Hopp |
2f404e |
12060 7.1.125 the TermResponse autocommand event is not always triggered
|
|
Karsten Hopp |
2f404e |
13372 7.1.126 (extra) ":vimgrep */*" doesn't work if autocmd changes dir
|
|
Karsten Hopp |
3bddd3 |
12461 7.1.126ne replacement for 7.1.126 without the (extra)
|
|
Karsten Hopp |
2f404e |
2319 7.1.127 memory leak when doing completing
|
|
Karsten Hopp |
2f404e |
2079 7.1.128 (extra) build problem with Cygwin
|
|
Karsten Hopp |
2f404e |
1740 7.1.129 (extra) Win32: Can't get long user name
|
|
Karsten Hopp |
2f404e |
9494 7.1.130 crash with some combination of undo and redo
|
|
Karsten Hopp |
2f404e |
1535 7.1.131 ":mksession" always adds ":setlocal autoread"
|
|
Karsten Hopp |
2f404e |
1781 7.1.132 getpos("'>") may return < 0 for a Linewise selection
|
|
Karsten Hopp |
2f404e |
1515 7.1.133 shorten_fname1() linked when it's not needed
|
|
Karsten Hopp |
2f404e |
10379 7.1.134 (extra) Win32: Can't build with VC8
|
|
Karsten Hopp |
2f404e |
3337 7.1.135 Win32: ":e c:/tmp/foo" and ":e c:/tmp//foo" create two buffers
|
|
Karsten Hopp |
be5822 |
1522 7.1.136 memory leak when using Ruby syntax highlighting
|
|
Karsten Hopp |
be5822 |
1553 7.1.137 build failure when using EXITFREE
|
|
Karsten Hopp |
be5822 |
1836 7.1.138 Perl: Msg() doesn't stop when "q" is typed at the more prompt
|
|
Karsten Hopp |
be5822 |
1557 7.1.139 fold truncated when ending Insert mode with CTRL-C
|
|
Karsten Hopp |
be5822 |
1664 7.1.140 v:count can't be used in an expression mapping
|
|
Karsten Hopp |
be5822 |
2806 7.1.141 GTK: can't use negative offset with -geom argument
|
|
Karsten Hopp |
be5822 |
2161 7.1.142 ":redir @A>" doesn't work
|
|
Karsten Hopp |
be5822 |
1723 7.1.143 uninitialized memory read when diffing three files
|
|
Karsten Hopp |
be5822 |
1250 7.1.144 after ":diffup" cursor can be in the wrong position
|
|
Karsten Hopp |
be5822 |
6160 7.1.145 stay in Insert completion mode depending on the char typed
|
|
Karsten Hopp |
be5822 |
2838 7.1.146 VMS: writing fails for rare record organisation
|
|
Karsten Hopp |
be5822 |
2079 7.1.147 (after 7.1.127) freeing memory twice completing user name
|
|
Karsten Hopp |
be5822 |
2557 7.1.148 QNX and some other systems require testing for sys/types.h
|
|
Karsten Hopp |
be5822 |
4823 7.1.149 completion menu messed up when using the scroll bar
|
|
Karsten Hopp |
be5822 |
1759 7.1.150 Visual mode "p" doesn't work when 'clipboard' has "unnamed"
|
|
Karsten Hopp |
be5822 |
2108 7.1.151 lalloc(0) error for line completion with 'ic' and 'inf' set
|
|
Karsten Hopp |
be5822 |
3183 7.1.152 display problem when 'hls' and 'cursorcolumn' are set
|
|
Karsten Hopp |
be5822 |
4610 7.1.153 compiler warnings on SGI
|
|
Karsten Hopp |
be5822 |
1547 7.1.154 (after 7.1.152) compiler warning for signed/unsigned compare
|
|
Karsten Hopp |
be5822 |
1594 7.1.155 crash when 'undolevels' is 0 and repeating "udd"
|
|
Karsten Hopp |
be5822 |
4174 7.1.156 overlapping arguments for strcpy() during cmdline completion
|
|
Karsten Hopp |
be5822 |
1541 7.1.157 :" in Ex mode at end of file results in an error message
|
|
Karsten Hopp |
be5822 |
4629 7.1.158 (extra) Win32: with utf-8 and cp1250 Alt-y is the wrong char
|
|
Karsten Hopp |
be5822 |
1646 7.1.159 overlapping arguments for a strcpy()
|
|
Karsten Hopp |
2934c1 |
1661 7.1.160 getting/losing focus may cause hit-enter prompt to be redrawn
|
|
Karsten Hopp |
2934c1 |
4347 7.1.161 compilation errors with tiny features and EXITFREE
|
|
Karsten Hopp |
2934c1 |
4691 7.1.162 crash when using a modifier before "while" or "for"
|
|
Karsten Hopp |
2934c1 |
2367 7.1.163 warning for the unknown option 'bufsecret'
|
|
Karsten Hopp |
2934c1 |
1576 7.1.164 reading past end of regexp pattern
|
|
Karsten Hopp |
2934c1 |
5538 7.1.165 crash related to getting X window ID
|
|
Karsten Hopp |
2934c1 |
2134 7.1.166 memory leak when using "gp" in Visual mode
|
|
Karsten Hopp |
2934c1 |
2528 7.1.167 xxd crashes when using "xxd -b -c 110"
|
|
Karsten Hopp |
2934c1 |
2989 7.1.168 (extra) Win32 GUI: when no focus click doesn't position cursor
|
|
Karsten Hopp |
2934c1 |
1926 7.1.169 using uninitialized memory when system() fails
|
|
Karsten Hopp |
2934c1 |
1722 7.1.170 overlapping arguments to strcpy()
|
|
Karsten Hopp |
2934c1 |
2324 7.1.171 reading one byte before allocated memory.
|
|
Karsten Hopp |
2934c1 |
1536 7.1.172 if 'buftype' is "acwrite" Vim still does overwrite check
|
|
Karsten Hopp |
2934c1 |
1928 7.1.173 accessing freed memory when using "\%^" pattern
|
|
Karsten Hopp |
2934c1 |
2197 7.1.174 writing NUL past end of a buffer
|
|
Karsten Hopp |
2934c1 |
4722 7.1.175 <BS> doesn't work with some combination of option settings
|
|
Karsten Hopp |
3bddd3 |
2943 7.1.176 compiling with Aap fails if "compiledby" contains '<' or '>'
|
|
Karsten Hopp |
3bddd3 |
5450 7.1.177 freeing memory twice when in debug mode while reading a script
|
|
Karsten Hopp |
3bddd3 |
1567 7.1.178 "%" doesn't work on "/* comment *//* comment */"
|
|
Karsten Hopp |
3bddd3 |
6581 7.1.179 configure doesn't find TCL 8.5
|
|
Karsten Hopp |
3bddd3 |
7099 7.1.180 regexp patterns are not sufficiently tested
|
|
Karsten Hopp |
3bddd3 |
1878 7.1.181 accessing uninitialized memory in Farsi mode with ":s"
|
|
Karsten Hopp |
3bddd3 |
5457 7.1.182 with tab pages and an argument list session file may be wrong
|
|
Karsten Hopp |
3bddd3 |
2489 7.1.183 Internal error for ":echo matchstr('a', 'a\%[\&]')"
|
|
Karsten Hopp |
3bddd3 |
2132 7.1.184 crash when deleting backwards over a line break in Insert mode
|
|
Karsten Hopp |
3bddd3 |
3744 7.1.185 "gR" and then BS doesn't work properly with multi-byte chars
|
|
Karsten Hopp |
3bddd3 |
3294 7.1.186 "expand('<afile>')" returns a bogus value after ":cd dir"
|
|
Karsten Hopp |
3bddd3 |
2341 7.1.187 Win32 GUI: custom completion using system() doesn't work
|
|
Karsten Hopp |
3bddd3 |
1688 7.1.188 "W10" message could be displayed in the second column
|
|
Karsten Hopp |
3bddd3 |
1950 7.1.189 (after 7.1.104) need to call plain_vgetc() in ask_yesno()
|
|
Karsten Hopp |
3bddd3 |
1685 7.1.190 cursor after end-of-line: "iA sentence.<Esc>)"
|
|
Karsten Hopp |
3bddd3 |
2007 7.1.191 Win32 GUI: when not in focus click in scrollbar doesn't work
|
|
Karsten Hopp |
3bddd3 |
2605 7.1.192 CTRL-C doesn't stop duplicating text for "s" in Visual block
|
|
Karsten Hopp |
3bddd3 |
2962 7.1.193 some of the Vim 5.x digraphs could be supported
|
|
Karsten Hopp |
3bddd3 |
1650 7.1.194 Unix: ":echo glob('~/{}')" results in "/home/user//"
|
|
Karsten Hopp |
3bddd3 |
2273 7.1.195 '0 mark doesn't work for "~/foo ~ foo"
|
|
Karsten Hopp |
3bddd3 |
2642 7.1.196 (extra) Win32 GUI: "\n" in a tooltip doesn't cause line break
|
|
Karsten Hopp |
3bddd3 |
2308 7.1.197 Mac: "make install" doesn't work when $prefix is set
|
|
Karsten Hopp |
3bddd3 |
1460 7.1.198 hang when using ":s/\n//gn"
|
|
Karsten Hopp |
3bddd3 |
3572 7.1.199 can't do command line completion for a file name extension
|
|
Karsten Hopp |
3bddd3 |
2310 7.1.200 (after 7.1.177 and 7.1.182) compiler warnings
|
|
Karsten Hopp |
3bddd3 |
2705 7.1.201 when reading stdin 'fenc' and 'ff' are not set
|
|
Karsten Hopp |
3bddd3 |
2383 7.1.202 incomplete utf-8 byte sequence is not checked for validity
|
|
Karsten Hopp |
3bddd3 |
2261 7.1.203 if 'virtualedit' is "onemore" then ":normal 99|" is not right
|
|
Karsten Hopp |
3bddd3 |
2891 7.1.204 (extra) Win32: 'balloonexpr' tooltip disappears after 4 sec
|
|
Karsten Hopp |
3bddd3 |
5481 7.1.205 can't get the operator in an ":omap"
|
|
Karsten Hopp |
3bddd3 |
1690 7.1.206 compiler warnings when using MODIFIED_BY
|
|
Karsten Hopp |
3bddd3 |
7708 7.1.207 netbeans: "remove" cannot delete one line
|
|
Karsten Hopp |
3bddd3 |
2051 7.1.208 on Alpha get an unaligned access error
|
|
Karsten Hopp |
3bddd3 |
2249 7.1.209 GTK GUI: when using the netrw plugin ":gui" causes a hang
|
|
Karsten Hopp |
3bddd3 |
1923 7.1.210 listing mapping for 0xdb fails when 'encoding' is utf-8
|
|
Karsten Hopp |
3bddd3 |
25525 7.1.211 matchparen plugin may take so long it looks like Vim hangs
|
|
Karsten Hopp |
ce3731 |
1491 7.1.212 accessing a byte before a line
|
|
Karsten Hopp |
ce3731 |
1750 7.1.213 aborting ":tabedit" from the ATTENTION dialog leaves tab open
|
|
Karsten Hopp |
ce3731 |
8399 7.1.214 ":1s/g\n\zs1//" deletes characters from the first line
|
|
Karsten Hopp |
f15eb2 |
6476 7.1.215 it's difficult to figure out the nesting of syntax items
|
|
Karsten Hopp |
f15eb2 |
2360 7.1.216 variants of --remote-tab are not mentioned for "vim --help"
|
|
Karsten Hopp |
f15eb2 |
7103 7.1.217 the "help-tags" tag may be missing from runtime/doc/tags
|
|
Karsten Hopp |
f15eb2 |
1864 7.1.218 syntax region without "keepend" could be truncated
|
|
Karsten Hopp |
f15eb2 |
12134 7.1.219 (after 7.1.215) synstack() doesn't work for one char region
|
|
Karsten Hopp |
f15eb2 |
3928 7.1.220 cursor may end up on trail byte after ")"
|
|
Karsten Hopp |
f15eb2 |
1978 7.1.221 when inserting a "(" the following highlighting may be wrong
|
|
Karsten Hopp |
f15eb2 |
3531 7.1.222 (after 7.1.217) wildcards of ":helptags" are not expanded
|
|
Karsten Hopp |
f15eb2 |
8138 7.1.223 glob() doesn't handle "'" when 'shell' is "sh" or "bash"
|
|
Karsten Hopp |
f15eb2 |
2131 7.1.224 "vim -F -o one two" sets 'rightleft' in one window only
|
|
Karsten Hopp |
f15eb2 |
1767 7.1.225 using unitialized value when XGetWMNormalHints() fails
|
|
Karsten Hopp |
f15eb2 |
1957 7.1.226 command line completion fails for a file name with a '&' char
|
|
Karsten Hopp |
f15eb2 |
5595 7.1.227 hang in syntax HL when moving over a ")"
|
|
Karsten Hopp |
f15eb2 |
1678 7.1.228 with 'foldmethod' "indent" fold can't be closed after "3>>"
|
|
Karsten Hopp |
9636c8 |
1758 7.1.229 a fold is closed when backspacing in Insert mode
|
|
Karsten Hopp |
9636c8 |
2052 7.1.230 memory leak when executing SourceCmd autocommands
|
|
Karsten Hopp |
31ba1b |
8648 7.1.231 when shifting lines the change is acted upon multiple times
|
|
Karsten Hopp |
31ba1b |
2002 7.1.232 (after 7.1.207 and 7.1.211) compiler warnings with MSVC
|
|
Karsten Hopp |
31ba1b |
3249 7.1.233 crash with Insert mode completion for a user defined command
|
|
Karsten Hopp |
9c3490 |
6865 7.1.234 display problems when diff'ing three files
|
|
Karsten Hopp |
9c3490 |
5925 7.1.235 pattern matching is slow when using a lot of simple patterns
|
|
Karsten Hopp |
9c3490 |
28992 7.1.236 hang when using complicated pattern and 'hlsearch' or ":match"
|
|
Karsten Hopp |
9c3490 |
1704 7.1.237 compiler warning on an Alpha processor in Motif code
|
|
Karsten Hopp |
9c3490 |
1801 7.1.238 searchpair() may fail when using 'c' or 'r' flag
|
|
Karsten Hopp |
9c3490 |
1639 7.1.239 (after 7.1.233) compiler warning for sprintf() argument
|
|
Karsten Hopp |
9c3490 |
5157 7.1.240 "gUe" may stop before the end of the word
|
|
Karsten Hopp |
9c3490 |
3093 7.1.241 focus change events not always ignored
|
|
Karsten Hopp |
9c3490 |
2262 7.1.242 "cib" doesn't work properly on "(x)"
|
|
Karsten Hopp |
7e5694 |
4475 7.1.243 (after 7.1.240) "U" doesn't work on all text in Visual mode
|
|
Karsten Hopp |
7e5694 |
1847 7.1.244 GUI may have part of the command line cut off
|
|
Karsten Hopp |
7e5694 |
2767 7.1.245 pressing CTRL-\ three times causes Vim to quit
|
|
Karsten Hopp |
c138b8 |
2739 7.1.246 configure hangs when the man pager is something strange
|
|
Karsten Hopp |
c138b8 |
6028 7.1.247 Netbeans: backspacing in Insert mode may skip a character
|
|
Karsten Hopp |
c138b8 |
3691 7.1.248 can't set the '" mark; can't know if setpos() was successful
|
|
Karsten Hopp |
c138b8 |
2144 7.1.249 after "U" the cursor can be past end of line
|
|
Karsten Hopp |
c138b8 |
1684 7.1.250 error for ":setglobal fenc=anything" when 'modifiable' is off
|
|
Karsten Hopp |
c138b8 |
3134 7.1.251 accessing freed memory when spell checking enabled
|
|
Karsten Hopp |
c138b8 |
1399 7.1.252 (after 7.1.243) test 39 fails when locale uses utf-8 encoding
|
|
Karsten Hopp |
c138b8 |
1751 7.1.253 ":sort" doesn't work in a one line file
|
|
Karsten Hopp |
c138b8 |
1894 7.1.254 Tests 49 and 55 fail when the locale is French
|
|
Karsten Hopp |
c138b8 |
1514 7.1.255 Vim doesn't support utf-32
|
|
Karsten Hopp |
c138b8 |
50921 7.1.256 findfile() also returns directories
|
|
Karsten Hopp |
c138b8 |
3326 7.1.257 configure can't always find the Tcl header files
|
|
Karsten Hopp |
c138b8 |
3360 7.1.258 crash when doing "d/\n/e" and 'virtualedit' is "all"
|
|
Karsten Hopp |
c138b8 |
1944 7.1.259 cursor in wrong place with 'rl', "utf-8" and illegal byte
|
|
Karsten Hopp |
c138b8 |
1805 7.1.260 cursor position wrong after ^@ wrapping halfway if using utf-8
|
|
Karsten Hopp |
c138b8 |
2255 7.1.261 for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
|
|
Karsten Hopp |
c138b8 |
3438 7.1.262 can't get the process ID of Vim
|
|
Karsten Hopp |
159f80 |
2442 7.1.263 filetype with dot doesn't work for indent plugins
|
|
Karsten Hopp |
159f80 |
6295 7.1.264 crash when C-indenting
|
|
Karsten Hopp |
159f80 |
1310 7.1.265 hang when completing file name and space in 'isfname'
|
|
Karsten Hopp |
159f80 |
2510 7.1.266 version string returned by terminal may be used as typed input
|
|
Karsten Hopp |
cc1a1d |
1957 7.1.267 when changing folds cursor may be positioned in a wrong place
|
|
Karsten Hopp |
cc1a1d |
1576 7.1.268 always shows "+" at end of screen line with 'cursurline'
|
|
Karsten Hopp |
cc1a1d |
6183 7.1.269 matchparen plugin has an arbitrary line number limit
|
|
Karsten Hopp |
3109f8 |
2861 7.1.270 ":?foo?" matches in current line since patch 7.1.025
|
|
Karsten Hopp |
36ef46 |
1582 7.1.271 in tiny version ":!touch %" causes curbuf to be wrong
|
|
Karsten Hopp |
36ef46 |
2334 7.1.272 buffer name [Location List] not used for buffer in other tab
|
|
Karsten Hopp |
36ef46 |
2504 7.1.273 when profiling on Linux Vim exits early
|
|
Karsten Hopp |
0b075d |
1549 7.1.274 (after 7.1.272) compiler warning with optimized build
|
|
Karsten Hopp |
0b075d |
40835 7.1.275 (extra) Mac: ATSUI and 'antialias' don't work together
|
|
Karsten Hopp |
0b075d |
4946 7.1.276 "gw" uses 'formatexpr', even though the docs say it doesn't
|
|
Karsten Hopp |
0b075d |
2802 7.1.277 default for 'paragraphs' misses some items
|
|
Karsten Hopp |
0b075d |
1989 7.1.278 (extra, after 7.1.275) build problem
|
|
Karsten Hopp |
0b075d |
3848 7.1.279 when using cscope temporary files are left behind
|
|
Karsten Hopp |
0b075d |
1556 7.1.280 (after 7.1.275) Mac: build problems without multibyte feature
|
|
Karsten Hopp |
0b075d |
2094 7.1.281 (after 7.1.279) Vim hangs when cscope doesn't exit
|
|
Karsten Hopp |
0b075d |
16302 7.1.282 (extra) Win64: Installing context menu, compiler warnings
|
|
Karsten Hopp |
0b075d |
7633 7.1.283 non-extra part of 7.1.282
|
|
Karsten Hopp |
2111e7 |
2258 7.1.284 compiler warnings for functions without prototype
|
|
Karsten Hopp |
2111e7 |
5787 7.1.285 (extra) Mac: dialog hotkeys don't work
|
|
Karsten Hopp |
2111e7 |
2045 7.1.286 (after 7.1.103) "w" at end of buffer moves cursor too far
|
|
Karsten Hopp |
2111e7 |
1859 7.1.287 crash when reversing a list after using it
|
|
Karsten Hopp |
2111e7 |
3182 7.1.288 (after 7.1.281) cscope leaves behind temp files with gvim
|
|
Karsten Hopp |
2111e7 |
1979 7.1.289 when EXITFREE is defined and 'acd' is set freed memory is used
|
|
Karsten Hopp |
2111e7 |
2146 7.1.290 reading unwritten bytes when spell checking with large indent
|
|
Karsten Hopp |
2111e7 |
1940 7.1.291 compiler warning for int-long conversion
|
|
Karsten Hopp |
872b3b |
6698 7.1.292 when using a pattern with "\@<=" the submatches can be wrong
|
|
Karsten Hopp |
872b3b |
3087 7.1.293 spell checking considers super/subscript chars as word chars
|
|
Karsten Hopp |
3d31b3 |
2336 7.1.294 leaking memory when executing a shell command
|
|
Karsten Hopp |
3d31b3 |
6102 7.1.295 vimtutor only works with vim, not gvim
|
|
Karsten Hopp |
3d31b3 |
9374 7.1.296 SELinux is not supported
|
|
Karsten Hopp |
3d31b3 |
1855 7.1.297 wrong parenmatch highlighting after search/replace dialog
|
|
Karsten Hopp |
3d31b3 |
1558 7.1.298 src/gvimtutor is not distributed
|
|
Karsten Hopp |
5579d1 |
9490 7.1.299 filetype detection fails for file name with special characters
|
|
Karsten Hopp |
5579d1 |
1959 7.1.300 value of asmsyntax argument isn't checked for valid characters
|
|
Karsten Hopp |
5579d1 |
1673 7.1.301 "File/Save" menu in Insert mode doesn't update tab page label
|
|
Karsten Hopp |
5579d1 |
1485 7.1.302 (after 7.1.299) compilation error on MS-Windows
|
|
Karsten Hopp |
5579d1 |
1409 7.1.303 (after 7.1.302) compilation error on MS-Windows, again
|
|
Karsten Hopp |
5579d1 |
12135 7.1.304 shortpath_for_invalid_fname() is too complex and wrong
|
|
Karsten Hopp |
5579d1 |
4735 7.1.305 can't edit compressed file with special characters in the name
|
|
Karsten Hopp |
5cd38c |
2153 7.1.306 some Unicode symbol chars are handled like word chars
|
|
Karsten Hopp |
cc4bf9 |
23714 7.1.307 many warnings when compiling with Python 2.5
|
|
Karsten Hopp |
cc4bf9 |
2673 7.1.308 when in readonly mode ":options" produces an error
|
|
Karsten Hopp |
cc4bf9 |
3989 7.1.309 installing and testing with a shadow directory doesn't work
|
|
Karsten Hopp |
54f32c |
8024 7.1.310 incomplete utf-8 byte sequence at end of the file not detected
|
|
Karsten Hopp |
54f32c |
2547 7.1.311 compiler warning for missing sentinel in X code
|
|
Karsten Hopp |
54f32c |
2346 7.1.312 there is no check for error number mistakes in .po files
|
|
Karsten Hopp |
54f32c |
3425 7.1.313 status and tile not updated when using netbeans setModified
|
|
Karsten Hopp |
54f32c |
1915 7.1.314 'pastetoggle' is written to the session file without escaping
|
|
Karsten Hopp |
54f32c |
3287 7.1.315 crash with specific search pattern using look-behind match
|
|
Karsten Hopp |
54f32c |
1480 7.1.316 when 'cscopetag' is set ":tag" gives an error message
|
|
Karsten Hopp |
54f32c |
5203 7.1.317 compiler warnings in Motif calls
|
|
Karsten Hopp |
54f32c |
5428 7.1.318 mem leak when closing xsmp conn.; crash on exit with Lesstif
|
|
Karsten Hopp |
54f32c |
1514 7.1.319 illegal memory access when pasting illegal utf-8 on cmd line
|
|
Karsten Hopp |
54f32c |
28763 7.1.320 Win64: Warnings while compiling Python interface
|
|
Karsten Hopp |
54f32c |
2603 7.1.321 (extra) Win32 / Win64: Install file is outdated
|
|
Karsten Hopp |
54f32c |
2677 7.1.322 can't get start of Visual area in an <expr> mapping
|
|
Karsten Hopp |
54f32c |
1734 7.1.323 test 19 and 38 fail with some termcaps
|
|
Karsten Hopp |
54f32c |
1847 7.1.324 file name path length on Unix is limited to 1024
|
|
Karsten Hopp |
54f32c |
3559 7.1.325 editing a command line that doesn't fit reverses char order
|
|
Karsten Hopp |
54f32c |
1641 7.1.326 ":smagic!from!to!" doesn't work, it sees the "!" as a flag
|
|
Karsten Hopp |
54f32c |
5454 7.1.327 gvimtutor is also installed when not building a GUI version
|
|
Karsten Hopp |
54f32c |
1859 7.1.328 crash when using Cygwin and non-posix path name in tags file
|
|
Karsten Hopp |
54f32c |
2172 7.1.329 right halve of double-wide char under popup menu not redrawn
|
|
Karsten Hopp |
54f32c |
1905 7.1.330 reading uninitialized memory when using Del in replace mode
|