c100 能打ftps端口报文么

FTP archive directory /vim/patches/7.3/
Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /vim/patches/7.3/
Contents of README:
Patches for Vim - Vi IMproved 7.3
The files in this directory contain source code changes to fix
problems in released versions of Vim.
Each file also contains an
explanation of the problem that is fixed, like the message that
was sent to the vim-dev maillist.
The best is to apply the patches in sequence.
This avoids problems
when a patch depends on a previous patch.
If you did not unpack the
extra archive, you may want to skip patches marked with &(extra)&.
Similarly for the &lang& archive.
Or ignore errors for missing files.
Before patching, change to the top Vim directory, where the &src&
and &runtime& directories are located.
Depending on the version of &patch& that you use, you may have add
an argument to make it patch the right file:
patch -p & 7.3.001
patch -p0 & 7.3.001
After applying a patch, you need to compile Vim.
There are no
patches for binaries.
Checksums for the patch files can be found in the file MD5.
These patches were edited after their original submission to avoid patch to
The original files are available with &orig.& prepended:
cannot influence the indent inside a namespace
MS-Windows: Can't run external command without console window
MingW cross compilation doesn't work with tiny feat.
Individual patches for Vim 7.3:
&:find& completion does not always shorten match properly
&:find& completion didn't work halfway an environment variable
crash with specific BufWritePost autocmd
crash when using very long regexp
crash when using undotree()
can't build some multi-byte code with C89
Python code redefines &buffer&, re-implements a grow-array
'cursorbind' is kept in places where 'scrollbind' is reset
Win32: Crash when using a bad argument for strftime()
Mac GUI: Missing break statements
X11 clipboard doesn't work in GUI, after :sh selection fails
problems building with MingW
dynamic loading with Ruby doesn't work for 1.9.2
&a& in Ex mode with backslash at end of line doesn't work
a test is using an error message that no longer exists
netbeans interface doesn't work under Athena
errors reported by smatch
(after 7.3.012) missing argument to windres in MingW makefiles
&:nbstart& can fail silently
cursor position wrong when joining lines and 'fo' contains &a&
Mac: Boolean redefined when building with X11
when opening a new window 'spellcapcheck' is cleared
external program may hang when it tries to write to the tty
named signs do not use a negative number as intended
&:mksession& does not escape file name properly
CTRL-] in a help file doesn't always work
MS-Windows: Opening a file on a network share is very slow
(after 7.3.024) signs don't show up
&:sort n& sorts lines without a number as number zero
cannot store Dict and List in viminfo file
can't pass the X window ID to another application
maparg() doesn't return the flags, e.g., &buffer&, &script&
(after 7.3.032) can't build without FEAT_LOCALMAP
Win32: may load .dll from wrong directory
(after 7.3.034) stray semicolon
Win32 GUI: different dialog font when building without menus
compiler warnings for loss of data
v:windowid isn't set for MS-Windows
crash when using skk.vim plugin
go past end of string when comparing while ignoring case
compiler warning for mediumVersion
no spell highlighting when re-using an empty buffer
can't load Ruby dynamically on Unix
preview window too high when opened by the popup menu
compiler warning for uninitialized variable
can't build Ruby on MS-Windows
(after 7.3.032) missing makefile updates for test 75
&:earlier 1f& doesn't work after loading undo file
PLT has rebranded their Scheme to Racket
the link script is clumsy, should use --as-needed
crash when $PATH is empty
various errors when 'completefunc' opens a new window
complete() function doesn't reset complete direction
can define a user command for :Print, but it doesn't work
endless loop when recursively comparing lists and dicts
&getline& argument in do_cmdline() shadows global
segfault with command line abbreviation
error &code converter not found& when loading Ruby script
Netbeans: Problem with recursive messages for Athena/Motif
Netbeans: crash when socket is disconnected unexpectedly
remote &:drop& does not respect 'autochdir'
Python has problems when installed in an unusual directory
Win32: Running a filter command makes Vim lose focus
Win32: &:dis +& shows nothing, but &+p does insert text
can't get current line number in a source file
crash when changing to another window during :vimgrep command
Ruby: Init_prelude is not always available
using freed memory on &:saveas& if autocommand sets 'acd'
GTK: pressing Enter in inputdialog() doesn't work like OK
can set environment variables in the sandbox
cursor binding not reset when editing another file
can't complete file names while ignoring case
double free memory when netbeans command follows DETACH
can't use the &+ register like &* for yank and put
(after 7.3.072) also use 'wildignorecase' in expand()
Clang warnings for dead code
when updating swapfile crypt fails there is no error message
warning for unused variable
duplicate lines in MSVC makefile
spelling doesn't work on VMS
non-printable characters in 'statusline' cause trouble
leaking file descriptor when netbeans hostname doesn't exist
when a read() or write() is interrupted by a signal it fails
after window split the new one scrolls with cursor at top
(after 7.3.083) inconsistency with preproc symbols
v:count has value of previous command in expression mapping
(after 7.3.083) missing include for errno.h
Ruby can't load Gems sometimes, may cause a crash
compiler warning on 64 bit MS-Windows
wrong help text for Cscope
&vim -w foo& writes key codes for removed escape sequences
resizing the window when exiting
new DLL dependencies in MingW with gcc 4.5.0
using abs() requires type cast to int
Win32: In Chinese tear-off menu doesn't work
can't interrupt &gvim -nb&, leak file descriptor on errro
&:call& inside &if 0& gives error for dict function
ignored error may still cause status line to be disabled
crash when splitting a window with zero height
when using &:normal& v:count isn't set
ino_t defined with wrong size in Ruby and Lua interfaces
Ex command typed at reload prompt is ignored
changing 'ff', then using &:w& in empty file sets 'mod'
conceal: using Tab for cchar causes problems
can't get the value of &b:changedtick& with getbufvar()
other window scrolls if both 'scrollbind' and 'cursorbind' set
year in :undolist can be confusing
useless check for NULL when calling vim_free()
processing new Esperanto spell file fails and crashes Vim
the &nbsp& item in 'listchars' isn't used for &:list&
:normal command in 'statusline' causes the cursor to move
setting 'statusline' to &%!'asdf%' reads uninitialized memory
Windows: Fall back directory for creating temp file is wrong
potential problem using 'verbosefile' uninitialized
Vim can crash when tmpnam() returns NULL
'cursorline' too short with concealed chars and 'list' set
build failed when --as-needed excludes ncurses
Ruby uses SIGVTALARM which makes Vim exit
(after 7.3.114) build problem on Mac
message for existing swap file does not fit in 25 lines
crash when using complicated 'statusline'
having src/auto/config.mk in the distribution causes problems
ml_get error when 'conceallevel' is set
EOL may be missing from written file
MSVC: quote in link argument causes trouble
compiler warning for signed pointer
compiler complains about comma after last enum item
another compiler warning for signed pointer
using integer like a boolean
clipboard_event_time misplaced in #ifdef
including errno.h too often
C++ style comments
when using encryption it's not clear what method was used
drag-n-drop doesn't work in KDE Dolphin
inconsistency: last substitute pattern isn't used for search
duplicate include of assert.h
when 'lazyredraw' is set the screen may not be updated
&:com& changes the multi-byte text of :echo
(after 7.3.137) can't read &:ver& output when 'lazyredraw' set
crash when 'cursorline' and 'list' both set
when a key code is not set get a confusing error message
Python stdout doesn't have flush(), causing an import to fail
memfile i inefficient with many blocks
crash with &:python help(dir)&
(after 7.3.144) can't build with Python dynamically loading
can assign to dict member with invalid name
(after 7.3.143) can't build on HP-UX
huge number of syntax items or clusters causes hang or crash
the cursor disappears after the 'setDot' netbeans command
readline() does not return the last line when NL is missing
with &unnamedplus& in 'clipboard' selection also copied to &*
xxd does not check for errors of library functions
compiler warning for ambiguous else, missing prototype in xxd
(after 7.3.148) can't compile with tiny features
crash when using map(), filter(), remove(), extend() on v:
Tty names possibly left unterminated
superfluous assignment
might use uninitialized memory in C indenting
using uninitialized pointer when out of memory
unsafe string copying
items on the stack may be too big
no error message assigning to a list with index out of range
the default 'shellpipe' doesn't recognize &mksh& and &pdksh&
C-indenting doesn't recognize some function declarations
&:find& completion does not escape spaces in directory name
buffer on the stack may be too big
when using internal grep QuickFixCmdPost is not triggered
CR in second argument of input() causes problems
freeing memory already freed, warning from code analyzer
VMS: test77 missing from Makefile
confusing message from &:yank& when no clipboard support
MS-Windows: rename() might delete a file
&:cwindow& may open a window when the quickfix list is empty
when Exuberant ctags binary is exctags it's not found
&:new& may result in wrong 'colorcolumn' highlighting
Ruby linking doesn't work properly on Mac OS X
MS-Windows: mkdir() works wrong when 'encoding' is &utf-8&
C-indent doesn't handle code right after { correctly
C-indent doesn't handle colon in string correctly
better matching end part of 'comments' not used after middle
display update error when repeating insert of CTRL-V / digraph
(after 7.3.180) unused variable compiler warning
when Exuberant ctags binary is exuberant-ctags it's not found
static code analysis errors in riscOS
&:windo g/pattern/q& reports wrong number of lines
v:register wrong when 'clipboard' contains &unnamed&
the RISC OS port is not being maintained, remove it
some more RISC OS files to be removed
(after 7.3.186) build fails without +clipboard
&containedin& syntax argument may make highlighting be wrong
still some RISC OS stuff to remove
command &:s/ \?/ /g& splits multi-byte characters into bytes
in the command line window &:close& doesn't work properly
&!mkdir a | ln -s a b&, resolve(&b/&) doesn't result in &a/&
&} else& causes following lines to be indented too much
can't intercept a character that is going to be inserted
get E42 error when a QuickfixCmdPost event removes all errors
there is no completion for &:lang&
MS-Windows: Compilation problem of OLE with MingW compiler
(after 7.3.198) CTRL-D doesn't complete :lang
(after 7.3.195) still bad indenting after &} else&
(fixed) cannot influence the indent inside a namespace
(fixed) MS-Windows: Can't run ext. cmd without console window
(after 7.3.201) compiler warning
syntax &extend& doesn't work correctly
64bit MS-Windows compiler warning
can't compile with MSVC with pentium4 and 64 bit
early terminated if statement in Mac code
MSVC Install instructions point to wrong batch file
can't always find the file when using cscope
(after 7.3.210) compiler warning
with Python 3.2 &:py3& fails
javascript object literal is not indented correctly
the text displayed by &:z-& isn't exactly like old Vi
(after 7.3.210) wrong file names in previous patch
when recovering a file a range of lines is missing
inside an &if& a &:wincmd& causes problems
(after 7.3.212) tiny configuration problem with Python 3
can't compile with GTK on Mac
various Python 3 problems
text from clipboard is not consistently handled as linewise
warning for building GvimExt
(fixed) MingW cross compilation doesn't work with tiny feat.
can't pass dict to sort function
&\n& in a substitute() inside &:s& not handled correctly
on a 64 bit system &syn sync fromstart& is very slow
after 7.3.221) Mac OS doesn't have the linewise clipboard fix
&2gj& does not always move to the correct position
fork() makes Mac gvim crash when build with CoreFoundation
&:wundo& and &:rundo& don't unescape their argument
runtime file patches failed for 7.3.202 and 7.3.203
Python doesn't compile without +multi_byte
&:scriptnames& and &:breaklist& show long file names
with GTK menu may be popping down
&;& gets stuck on a &t& command, it's not useful
(after 7.3.232) Python 3 doesn't compile without +multi_byte
filetype completion doesn't work on Windows
compiler warning for conversion
Python corrects cursor column without using 'virtualedit'
external commands can't use pipes on MS-Windows
CTRL-R CTRL-W on command line may insert only part of word
illegal memory access in after_pathsep()
illegal memory access in readline()
MS-Windows: Build problem with old compiler
Python 3.2 libraries not correctly detected
Repeating &f4& in &4444& skips one 4
tests chang no test for patch 7.3.246
PC Install instructions missing install instructions
wrong indenting for array initializer
Python: Errors in Unicode characters not handled nicely
&gH&Del&& deletes current line, except when it's the last line
(after 7.3.247) tests fail
&echo 'abc' & ''& returns 0 or 1, depending on 'ignorecase'
coladd not reset for &:call& command
Windows: error when editing a file with invalid wildcard
Javascript indenting not sufficiently tested
not all completions are available to user commands
MS-Windows: can't disable edit with existing vim menu entries
equivalence classes only work for latin characters
CursorHold triggers on an incomplete mapping
G++ error message errornously recognized as error
Photon code style doesn't match Vim style
Perl and Tcl have a few code style problems
tags file not find when current dir name contains wildcards
storing search pattern in history without separator check
in Gvim with iBus typing space in Insert mode doesn't work
Ruby on Mac OS X 10.7 may crash
Vim freezes when executing an external command with zsh
'shellcmdflag' only works with one flag
illegal memory access
code not following Vim coding style
&:put =list& does not add empty line for trailing empty item
a BOM in an error file is seen as text
with concealed characters tabs do not have the right size
MS-Windows: screen flicker when using a black background
GvimExt sets $LANG in the wrong way
MS-Windows: some characters do not show in dialogs
passing the file name to open in VisVim doesn't work
GTK: opening new tab may cause gvim window to be too big
&:lmake& does not update the quickfix window title
after expand('%:8') the current buffer name is changed
text displayed incorrect when using input() + :echo in a loop
multi-byte text in an expression mapping gets messed up
str2special() doesn't handle multi-byte chars properly
(after 7.3.284) mapping &char-123& does not work
crash when using &zd& on a large number of folds
can't compile with MSVC and tiny options
has('python') may give an error message
complete function isn't called when the leader changed
if BufWriteCmd autocmd resets 'modified' undo state is wrong
configure doesn't work properly with Python3
crash with fold markers and visual block that goes to EOL
MSVC compiler has a problem with non-ASCII characters
(after 7.3.289) patch 289 causes more problems than it solves
when filtering text Vim may not read all the output
zombie process may remain when writing to external command
can't load Perl 5.14 dynamically
built-in colors are different from rgb.txt
source code not in Vim style
Python doesn't parse multi-byte argument correctly
Tab inserted when 'expandtab' and 'copyindent' are set
(after 7.3.301) test 19 fails without 'smartindent' and +eval
(after 7.3.296) compilation error
strawberry Perl doesn't work on MS-Windows
display scrolls up when auto-loading a function
unexpected GUI resize may cause a crash
Python 3 does not support slice assignment
writing to 'verbosefile' has problems, e.g. for :highlight
(after 7.3.307) warnings for pointer types
source code not in Vim style
complete function isn't called when the leader changed
(after 7.3.306) can't compile with tiny features
(after 7.3.307) warning compiling with dynamic Python 3
(after 7.3.304) missing parenthesis
opening a window before forking causes problems for GTK
(after 7.3.306) crash if 'colorcolumn' set and closing buffer
Lua: debug.debug() may hang
&C& on the last line deletes that line if it's blank
redobuff doesn't always include completion leader changes
0xa0 character in sourced file is hard to spot
code not following Vim style
#ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef
the default 'efm' does not ignore some &included from& lines
(after 7.3.237) completion for &:compiler& shows color schemes
a duplicated function argument gives an internal error
MingW 4.6 no longer supports the -mno-cygwin option
when jumping to a help tag a closed fold doesn't open
wrapping command line displays wrong multi-byte cursor
error when skipping over dict function inside :for
state not properly restored when longjmp() is invoked
&vit& gets confused when one tag name starts contains another
indent after &public:& is not increased in C++ code
&.& repeats a Visual delete by byte size instead of characters
latest MingW complains about XSUBPP referencing itself
changing 'imdisable' in Insert mode takes effect only later
encoding in tags file causes trouble (NOW IN LATIN1)
no screen update after resizing xterm until character typed
using getchar() in an expression mapping doesn't work well
&make shadow& doesn't link all test files
when 'verbosefile' is set ftplugof.vim can give an error
translated and local help files are not listed in help.*
code not in Vim style
no mouse support for urxvt
problem with GUI startup related to XInitThreads
window title not updated when switching language with &:lang&
it's hard to test netbeans commands
dropped text is HTML although &html& is not in 'clipboard'
&call range(1, )& causes a crash
opening swapfile loops forever when out of memory in startup
block of code after &:lua && EOF& may not work
text formatting uses insert start position when it should not
when completing functions script-local functions come first
(after 7.3.343) missing urxvt patch for term.c
&:set backspace+=eol& doesn't work when 'backspace' is 2
GTK warnings when using netrw.vim
using &o& with 'cindent' set may freeze Vim
compiler warning in MS-Windows console build
(after 7.3.353) mouse support doesn't work properly
command line completion shows dict functions
interrupting autoload function load may cause a crash
accessing memory after it is freed when EXITFREE is defined
ml_get error when using &:g& with folded lines
C indenting is wrong after #endif followed by a semicolon
(after 7.3.353) can't compile on HP-UX
crash when using a large Unicode character with syntax highl.
a tags file with an extremely long name causes errors
:wundo and :rundo use a wrong checksum
gcc complains about redefining _FORTIFY_SOURCE
get an error message when using --help and compiled with Gnome
compiler warns for unused variable in Lua interface
crash in autocomplete
command line mapping to &Up& doesn't work for file completion
(after 7.3.366) infinite loop in tags file with long name
++encoding is not recognized
duplicate return statement
Win32: Toolbar repainting not always right
no support for bitwise AND, OR, XOR and invert
configure fails when cross-compiling
C-indenting wrong for static enum
C-indenting wrong for function header
configure can't be told to stop when a language is unavailable
(after 7.3.376) IME characters are inserted twice
for EBCDIC pound sign is defined as 't'
mapping CTRL-K breaks CTRL-X CTRL-K for dictionary completion
with expression mapping cursor may end up in the wrong place
test 83 fails when iconv does not support cp932
(after 7.3.386) test 83 may fail for some encodings
crash on exit when EXITFREE is defined and using tiny features
after typing at a prompt the &MORE& message appears too soon
using NULL buffer pointer in a window
can't check if the XPM_W32 feature is enabled
setting 'undofile' does not trigger reading the undo file
Win32: When resizing Vim it may be moved to another monitor
screen messed up when placing a mark while starting up
(after 7.3.251) &dv?bar& deletes too much and breaks undo
operator can become linewise after forcing it characterwise
&:helpgrep& does not work when 'encoding' is not utf-8
jumping to wrong location after creating 10 location lists
&:cd& doesn't work when the path contains wildcards
compiler warnings for shadowed variables
couple more compiler warning for shadowed variables
line of text redrawn while at the more prompt
&:helpgrep& does not trigger QuickFixCmd* autocommands
using refresh &always& in a complete function breaks redo
xterm may delete the urxvt mouse termcap code
Win32: multi-byte characters in b:browsefilter broken
&:12verbose call F()& duplicates text while trying to truncate
(after 7.3.406) missing declaration breaks compilation
the license in pty.c is unclear
compiler error for // comment
pasting in Visual mode using the && register does not work
storing a float in a session file has an additional '&'
compiler warnings on MS-Windows
using CTRL-A on &000& drops the leading zero
(after 7.3.359) function completion stops after a dictionary
(after 7.3.415) compiler warning for pointer type
(after 7.3.395) test 43 fails with a tiny build
get an error message when a user complete function returns -1
DBCS encoding in a user command does not always work
&it& and &at& don't work properly with a dash in the tag name
get E832 when setting 'undofile' in vimrc
Python 3 does not have __members__
small mistakes in comments, proto and indent
Win16 version missing some functions
(after 7.3.265) search history lines are duplicated
with '$' in 'cpoptions' $ is not displayed in the first column
readfile() can be slow with long lines
Win32: an xpm file without a mask crashes Vim
with 'E' in 'cpoptions' redo wrong after &c0& in first column
conf filetype detection may end up in the wrong augroup
fetching a key at a prompt may be confused by escape sequences
ACLs are not supported for ZFS or NFSv4 on Solaris
using continued lines in a Vim script can be slow
using join() can be slow
compiler warning for unused variable
compiler warnings for types on Windows
looping inside FOR_ALL_TAB_WINDOWS even when already done
there is no way to avoid &:doautoall& reading modelines
compiler warnings to size casts in Perl interface
Vim does not support UTF8_STRING for the X selection
newer versions of MzScheme require earlier initialisation
(after 7.3.438) still read modelines for &:doautocmd&
MS-Windows: 'shcf' and 'sxq' defaults are not very good
&:all!& and &:sall!& give error E477
(after 7.3.443) can't properly escape commands for cmd.exe
(after 7.3.445) external command with special char doesnt work
(after 7.3.446) External commands with &start& do not work
(after 7.3.447) Win32: Still a problem with &!start /b&
crash when a BufWinLeave autocmd closes the only other window
(after 7.3.448) Win32: Still a problem with &!start /b&
Tcl doesn't work on 64 bit MS-Windows
undo broken when pasting close to the last line
pasting in the command line is slow
re-allocating memory slows Vim down
using many continuation lines can be slow
&:tab drop file& handling doesn't work well
message translation dir not set when setting $VIMRUNTIME later
crash when calling smsg() during startup
compiler warnings for types on Windows
Win32: UPX does not compress 64 bit binaries
InsertCharPre event not always triggered
when using &:loadview& folds may be closed unexpectedly
cursor moved after using &:s///c&
compiler warning for sprintf
cannot get file name with newline from glob()
ml_get error when replacing several selected lines
cursor position wrong at command line when using input method
for some compilers the error file is not easily readable
compiler warning for unused argument
test 62 fails when compiled without GUI and X11
can't abort listing placed signs
crash when using &:redraw& in a BufEnter autocmd
'cursorbind' does not work correctly with 'virtualedit' &all&
gcc 4 build with Perl fails
in terminal with few colors omnicomplete menu is hard to see
backspacing in a Visual block selection causes problems.
scrolling back at the more prompt shows the wrong text
memory leak when the ':rv!' command reads a dict or list
'cursorline' line number highlighting can't be set separately
when using &:qa& priority of changed buffers could be better
changing 'virtualedit' in an operator function does not work
with 'cursorbind' set moving up/down does not keep the column
(after 7.3.477) more prompt shows up too ofte.
&vim --help& does not mention -E and --echo-wid
LDFLAGS isn't passed on to building xxd
build error with mingw64 on Windows 7
column position is reset unnecessarily when setting an option
&:help!& in a help file does not work as documented
Insert mode CTRL-] does not expand abbr. from a mapping
Lua interface: Member confusion, missing luaeval()
no tests for Lua
can't indent conditions separately from function arguments
(after 7.3.492) two unused variables
(after 7.3.491) can't build with Lua 9.1 or dynamic Lua
(after 7.3.492) compiler warnings
MS-DOS: tests fail when &diff& trips over line separators
crash when doing &:python print&, compiled with gcc -O2
the behavior of &- register changes depending on 'clipboard'
may wait for the wrong child process to terminate
Ming makefile unconditionally sets WINVER
error for &flush& not being defined when using Ruby command
Netbeans insert halfway a line actually appends to the line
(after 7.3.501) warning for unused argument
commands in help files are not highlighted
test 11 fails on MS-Windows in some versions
GTK gives an error when selecting a non-existent file
overwriting existing file without question from file dialog
default for v:register is not set
'autochdir' causes :vimgrep to fail
test 77 fails on Solaris 7
crash when using FileReadCmd autocmd that does :e {file}
undofile() returns a useless name when passed an empty string
cannot use CTRL-E and CTRL-Y with &r&
no completion for :history command
'wildignorecase' only applies to the last part of the path
extend(o, o) may crash Vim
crash when using &vipvv&
&:helptags& cannot find tag when 'encoding' is double-byte
completefunction cannot indicate end of completion mode
Gvim starts up slow on Unbuntu 12.04
spell checking may crash when using multi-byte characters
crash in vim_realloc() when using MEM_PROFILE
&:diffupdate& doesn't check for files changed elsewhere
missing comma in version.c
compiler warning on 64 bit MS-Windows
confusing indenting for #ifdef
clang complains about non-ASCII characters in a string
crash when closing last window in a tab
using a count before &v& and &V& does not work
(after 7.3.520) gvim does not work when 'guioptions' has &f&
(after 7.3.530) GUI does not work on MS-Windows
compiler warning from Clang
memory leak when writing undo file
(after 7.3.461) autoindent fails with InsertCharPre autocmd
many #ifdefs for MB_MAXBYTES
German sharp s is not seen as a word character
unecessary call to init_spell_chartab()
'efm' does not handle Tabs in pointer lines
redraw multi-byte char on command line does not work properly
cursor is left on the text instead of the command line
when joining lines comment leaders need to be removed manually
(after 7.3.506) function is sometimes unused
the cursor is in the wrong line after using &:copen&
no autocommand for :quit before deciding to exit
autocommands may close a window that is already being closed
weird line break
(after 7.3.541) compiler warning for uninitialized variable
compiler warning on 64 bit Windows
in 'cinoptions' &0s& is interpreted as one shiftwidth
(after 7.3.541) with &j& in 'fo' a list leader is not removed
on :tablose a TabEnter autocommand is triggered too early
inside comments formatting does not use the &2& flag in 'fo'
text displayed one cell off if 'listchars' contains &precedes&
compiler warning for unused argument
building on IBM z/OS fails
compiler warnings on 64 bit Windows
crash when an autocommand wipes out a buffer when it is hidden
(after 7.3.552) memory access error
home_replace() does not work with 8.3 filename
get an error for a locked argument in extend()
refresh: always in a complete function breaks the &.& command
&:profdel& works when the +profile feature is disabled
(after 7.3.557) can't build with tiny features
(after 7.3.559) warning for pointer conversion
can't generate proto file for Python 3
(after 7.3.561) redo works incorrectly without refresh:always
missing copyright notice
bad indents for #ifdefs
evaluating Vim expression in Python is insufficient
&:vimgrep& does not obey 'wildignore'
duplicated condition
duplicate statement in if and else
using array index before bounds checking
a CTRL-L character is not pasted on the search command line
&ygt& tries to yank instead of giving an error
formatting of lists inside comments is not right yet
size of memory does not fit in 32 bit unsigned
misplaced declaration.
(after 7.3.569) can't compile with Python 2.5
warning on 64 bit MS-Windows
problems compiling with Python
missing pieces in test OK file
PyObject_NextNotImplemented is not defined before Python 2.7
PyCObject is not always defined
calling changed_bytes() too often
MEMORYSTATUSEX not defined when compiling with Cygwin or MingW
compiler warning for local var shadowing global var
crash on NULL pointer
crash when $HOME is not set
the '& and '& marks cannot be set directly
can only move to a tab by absolute number
Vim on GTK does not support g:browsefilter
no easy way to decide if b:browsefilter will work
the X command server sends an empty reply for as-keys requests
the X command server responds slowly
can't remove all signs for a file or buffer
'clipboard' &autoselect& only applies to the * register
cannot act upon end of insert mode completion
(after 7.3.597) missing change in one file
&f-args& is not expanded properly with DBCS encoding
bad code style
missing files in distribution
it is possible to add or replace builtin functions
inputdialog() doesn't use the cancel argument in the console
MS-Windows: Can't compile with older compilers
CTRL-P completion has a problem with multi-byte characters
with 8 color terminal selected menu item is black on black
winrestview() does not always restore the view correctly
file names in :checkpath! output are garbled
cannot operate on the text that a search pattern matches
can't use Vim dictionary as self argument in Python
auto formatting messes up text when 'fo' contains &2&
including Python's config.c in the build causes trouble
number arg gets turned into number while it should be string
completion does not recognized escaped spaces
(after 7.3.610) can't compile without +visual
(after 7.3.615) hang on completion
(after 7.3.616) still doesn't compile with small features
when executing a shell command Vim may become slow to respond
building with recent Ruby on Win32 doesn't work
compiler warnings on 64 bit windows
XPM library for Win32 can't be found
Perl 5.14 commands crash Vim on MS-Windows
when cancelling input() it returns the third argument
&gn& does not handle zero-width matches correctly
Python interface doesn't build with Python 2.4 or older
expression not evaluated when using &n& flag with &:s&
&:open!& results in a confusing error message
there is no way to make 'shiftwidth' follow 'tabstop'
&|& does not behave correctly when 'virtualedit' is set
cannot complete user names
cannot select beyond 222 columns with the mouse in xterm
selection remains highlighted after selecting another text
Month/Day format for undo is confusing
system call during startup sets 'lines' to a wrong value
(after 7.3.625) &gn& fails for some zero-width matches
cannot catch error caused by a foldopen when there is no fold
unecessary redraw of the previous character
it's not easy to build Vim on Windows with XPM support
binary files for 7.3.639
&:mkview& uses &:normal& instead of &:normal!& for folds
segfault with specific autocommands
MS-Windows: 'lines' is wrong when starting up maximized
dead code for BeOS GUI
no tests for patch 7.3.625 and 7.3.637
undo file unusable after reloading a buffer
&gnd& doesn't work correctly in Visual mode
crash when using a very long file name
with 'clipboard' set to &unnamed& small deletes go to &1
Completing &:help \{-& gives error and messes up command line
Completing &:help \{-& gives error message
workaround for Python crash isn't perfect
lacking XPM support for MingW, 32 and 64 objects mixed up
creating Vim dictionary from Python an empty key might be used
64 bit MingW xpm .a file is missing
internal error in :pyeval
Python bindings silently truncate string values containing NUL
NUL bytes truncate strings when converted from Python
recent Python changes are not tested
&:help !& jumps to help for &:!&
(after 7.3.652) SEGV in Python code
can't build Ruby interface with Ruby 1.9.3
end of color scheme name not clear in E185
buffer overflow in unescaping multi-byte characters
MSVC 11 is not supported
Win32.mak can't be found
unused variables in Perl interface
loading Perl dynamically still uses static library
when building with Cygwin loading Python dynamically fails
tiny memory leak when throwing exception in Python
more Python code can be shared between Python 2 and 3
not possible to lock/unlock lists in Python interface
&gN& while 'selection' is &exclusive& misses one character
can't compile with Lua/dyn on Cygwin
accessing uninitialized memory with a very long file name
Ruby compilation on Windows 32 bit doesn't work
buf_spname() is used inconsistently
Ruby .so name may not be correct
Ruby detection uses Config, newer Ruby versions use RbConfig
some files missing in the list of distributed files
list of distributed files picks up backup files
(after 7.3.677) compiler complains about incompatible types
&:python& may crash when vimbindeval() returns None
&make test& does not delete lua.vim
no test for what patch 7.3.673 fixes
cannot use CTRL-\ e mapping when entering an expression
test 16 fails when $DISPLAY is not set
Python 3.3 is not supported
MzScheme and Lua may use a NULL string
crash with directory name equal to maximum path length
state specific to the Python thread is discarded
can't build GTK version with GTK 2.0
can't make 'softtabstop' follow 'shiftwidth'
'shiftwidth' is not so easy to use in indent files
balloon cannot show multi-byte text
message about added spell language can be wrong
leaking resources when setting GUI font
Python 3 does not preserve state beween commands
manually set 'ttymouse' is overruled by automatic detection
cannot detect URXVT and SGR mouse support
MS-Windows: Crash with stack overflow when setting 'encoding'
nmake from VS6 service pack 6 is not recognized
when 'undofile' is reset the hash is computed unnecessarily
repeating &cgn& does not always work correctly
mouse features are not in alphabetical order
(after 7.3.697) can't build Motif version
(after 7.3.701) library name with non-latin characters fails
filler lines above the first line may be hidden
compiler warning for unused argument
(after 7.3.704) &fn& is broken
(after 7.3.688) vim.current.buffer is not available
nmake from VS2010 SP1 is not recognized
printf() can only align to bytes, not characters
:setlocal and :setglobal do not work in the sandbox
crash when calling setloclist() in BufUnload autocmd
error on exit when using Python 3
when changing font size only MS-Windows limits window size
when re-using the current buffer the buffer-local options stay
cannot run new version of cproto
proto files are outdated
Ruby interface defines local functions globally
Perl flags may contain &-g&, which breaks &make proto&
various tiny problem.
building with Ruby and Tcl on MS-Windows 64 bit does not work
:aboveleft and :belowright have no effect on :copen
typos and duplicate info in README
can't always find Win32.mak when building GvimExt
cannot compile with MzScheme interface on Ubuntu 12.10
building with Ruby fails on some systems
crash in PHP file when using syntastic
Py3Init_vim() is exported uneccessarily
compiler warnings for function arguments
tests fail when including MzScheme
cannot put help files in a sub-directory
cannot build Ruby 1.9 with MingW or Cygwin
file name completion in input() escapes white space
when using do_cmdline() recursively did_endif is not reset
(after 7.3.730) unused function argument
computing number of lines may have an integer overflow
IOC tool complains about undefined behavior for int
(after 7.3.737) tiny build fails
leaking memory when :vimgrep restores the directory
(after 7.3.741) tiny build still fails
64 bit compiler warning
automatically setting 'ttymouse' doesn't work
memory leaks when using location lists
tab alignment does not work when characters are concealed
no tests for conceal mode
cannot build Python interface without multi-byte feature
the justify macro does not always work correctly
test 61 is flaky, it fails once in a while
test 49 script file doesn't fold properly
&:q& twice does not work when there is a QuitPre autocommand
latest nmake is not recognized
autoconf doesn't find Python 3 if it's called &python&
a location list can get a wrong count in :lvimgrep
issue 96: access freed memory if put command triggers autocmd
matchit plugin does not handle space in #ifdef
MS-Windows: Updating tabline is slow when there are many tabs
dv_ deletes the white space before the line
in Visual mode a &-p does not work
(after 7.3.759) on some systems the tabline is not redraw.
jumping to a mark does not open fold if it is in the same line
not all message translation files are installed
segfault when doing &cclose& on BufUnload in a python function
&:help cpo-*& jumps to the wrong place
(Win32) The _errno used for iconv may be the wrong one
settabvar() and setwinvar() may move the cursor
'matchpairs' does not work with multi-byte characters
vim.h indentation is inconsistent
(after 7.3.769) uninitialized variable
cursor at wrong location after doing %s/x/y/c
(after 7.3.767) crash when OriginalFirstThunk is zero
tiny GUI version misses console dialog feature
Cygwin and Mingw builds miss dependency on gui_w48.c
ml_get error when searching, caused by curwin/curbuf mismatch
when building with Gnome locale gets reset
compiler error for adding up two pointers
backwards search lands in wrong place when on a multibyte char
char2nr() and nr2char() always use 'encoding'
drawing with 'guifontwide' can be slow
Windows: IME composition may use a wrong font
crash when mark is not set
(after 7.3.781) error when 'guifontwide' has a comma
(after 7.3.776) crash with specific use of search pattern
Python threads don't run in the background (issue 103)
with 'relativenumber' can't see the absolute line number
when only using patches build fails on missing nl.po
(after 7.3.776) &\k& in regexp does not work in other window
after reloading a buffer the modelines are not processed
MzScheme interface doesn't work propely
&:substitute& works differently without confirmation
(after 7.3.792) new :substutite behavior is not tested
tiny build fails
MzScheme does not build with tiny features
&/[^\n]& does match at a line break
(after 7.3.792) compiler warning for size_t to int conversion
(after 7.3.791) MzScheme: circular list works wrong
the color column is not correct when entering a buffer
the & mark is not adjusted when inserting lines
&:window set nu?& displays the cursor line
no error when setting 'isk' to a value ending in a comma
(after 7.3.792) &:s/a/b/gc& is a no-op when typing 'q'
(after 7.3.799) compiler warning for tiny build
Lua version 5.2 is not detected properly on Arch Linux
compiler warnings in Perl code when using Visual studio 2012
popup menu does not work properly in some situations
Python threads still do not work properly
the dosinst.c program has a buffer overflow
'relativenumber is reset unexpectedly
useless termresponse parsing for SGR mouse
when 'indentexpr' moves the cursor &curswant& not restored
the CompleteDone event is not always triggered
Win32 console: problem if 'enc' differs from current codepage
building with Cygwin and Ruby doesn't work
can't compute a hash
test 89 fails with tiny and small features
when test 40 fails it may leave files behind
(CORRECTED) compiling without +eval and Python isn't working
errors when building with small features and Lua, Perl or Ruby
build with OLE and Cygwin is broken
(after 7.3.799) crash when accessing freed buffer
(after 7.3.821) building with Cygwin: '-lsupc++' is not needed
can redefine builtin functions
with Python errors are not always clear
list of features in :version output is hard to read
(after 7.3.825) Python tests fail
mappings are not aware of wildmenu mode
'showmatch' shows wrong match and may scroll the screen
:mksession confuses bytes and characters when placing cursor
clumsy to handle the situation that a variable does not exist
compiler warning
In the terminal scroll wheel always scrolls the active window
Ruby 2.0 has a few API changes
&xxd -i& fails on an empty file
clipboard does not work on Win32 when compiled with Cygwin
empty lines in :version output when 'columns' is 320
(after 7.3.830) insufficient testing for mksession
some files missing in the list of distributed files
&\@&!& in regexp does not work correctly with cp932
parse error in &cond ? one : two& expression with a subscript
compiler warning
(after 7.3.841) missing test file changes
enum is not indented correctly with &public& etc
(after 7.3.844) enum indenting is not tested
missing proto file, listing a non-existing proto file
test 55 fails when messages are translated
can't build with Ruby 2.0 when using MinGW x64 or MSVC10
&:g//& gives &Pattern not found error& with E486
&:vimgrep //& matches everywhere
empty pattern with :sort incorrect without previous pattern
system() breaks clipboard text
&ra& does not replace all chars on multi-byte chars & 1 line
after BS in insert mode completion current entry is wrong
compiler warnings
system() garbles multi-byte clipboard contents
QuitPre autocommand event does not trigger for :qa and :wq
&gv& selects the wrong area after some operators
'ambiwidth' must be set by the user
in --remote-expr try/catch does not work
&:setlocal number& clears global value of 'relativenumber'
dragging the status line can be slow
(after 7.3.859) 'ambiwidth' detection for ANSI terminal
(after 7.3.862) can't build without the mouse feature
(after 7.3.862) mouse position can be wrong
not serving the X selection during system() isn't nice
matchparen does not update match when using auto-indenting
empty line at hit-return prompt with few lines of text
bufwinnr() matches buffers in other tabs
compiler warnings when using MingW 4.5.3
search('^$', 'c') does not use empty match under the cursor
on some systems file name case is always ignored
cannot easily use :s to make title case
comparing file names does not handle multi-byte chars properly
(after 7.3.866) build problem with a combination of features
#if indents are off
(after 7.3.871) forward searching with search() is broken
'fileignorecase' is missing in options window and quickref
aborting an ex command does not abort a pending operator
new viminfo history lines may be replacd with old lines
Python list does not work correctly
CursorHold may trigger after receiving the termresponse
(after 7.3.880) can't build with some combination of features
compiler warning for variable shadowing another
double free for list and dict in Lua
can't build with multi-byte on Solaris 10
no tests for Visual mode operators, what 7.3.879 fixes
filename completion with 'fic' does not work for multi-byte
can't build with Ruby 2.0 on a 64 bit system
test 79 fails on Windows
merging viminfo history doesn't work well
(after 7.3.891) still merging problems for viminfo history
crash when using b:, w: or t: after closing the buffer etc.
using wrong RUBY_VER causing Ruby build to break
valgrind error in test 91
memory leaks in Lua interface
configure doesn't always find the shared library
memory leak reported by valgrind in test 91
#if indents are off
not obvious that some mouse features are mutual-exclusive
outdated comment, ugly condition
tabline not updated when deleting last buffer in other tab
(after 7.3.892) crash on exit writing viminfo
(after 7.3.893) using memory freed by the garbage collector
(after 7.3.903) crash when writing viminfo
the &sleep .2& for running tests does not work on Solaris
Python uses IndexError when a dict key is not found
possible crash when using a list in Python
duplicate Python code
Python code in #ifdef branches with only minor differences
Python: Access to Vim variables is not so easy
typing &:& at hit-enter dialog fails if the a file changed
(after 7.3.905) still a crash when writing viminfo
~/.viminfo is messed up when running tests
next encoding in 'fencs' is not used if error at the end
using freed memory when pasting with the mouse (Issue 130)
when a path ends in backslash appending a comma fails
repeating Ex command after using Visual motion does not work
(after 7.3.788) empty nl.po file does not work with old msgfmt
compiler warning for size_t to int
trying to create a fontset handle when 'guifontset' is not set
no test for what 7.3.918 fixes
configure check for X11 header files fails on Solaris
Python interface can't easily access options
typos in source code and build files
triggering autocommands is wrong for :tabclose et al.
missing combining characters when putting text in a register
(after 7.3.924) can't build with strict C compiler
(after 7.3.924) unused variable, not freeing unused string
MSVC 2012 update is not recognized
no completion for :xmap and :smap
compiler warning for uninitialized variable
Ruby on Mac crashes due to GC failure
E381 and E380 make the user think nothing happened
(after 7.3.933) Ruby init stack differs on 64 bit systems
(after 7.3.935) Ruby missing piece for static 64 bit linking
more can be shared between Python 2 and 3
Python: not so easy to get the window number
Using Py_BuildValue is inefficient sometimes
Python: Can't get position of window
Python: Stuff in if_py_both.h is ordered badly
Python: SEGV in Buffer functions
Python: Negative indices were failing
external program receives the termrespone
Python: List of buffers is not very useful
sometimes keys starting with &Esc&[ ar not working
Python: No iterator for vim.list and vim.bufferlist
cannot build with Python 2.2
Python: no easy access to tabpages
Python: Stack trace printer can't handle messages
Python exceptions have problems
Python: It's not easy to change window/buffer/tabpage
Python: string exceptions are deprecated
No check if PyObject_IsTrue fails
Python: Not enough tests
Python vim.bindeval() causes SIGABRT
Python does not have a &do& command like Perl or Lua
Python: Iteration destructor not set
(after 7.3.957) missing error number
compiler warning for unused variable
tests 86 and 87 fail when using another language than English
Python tests are not portable
setting curbuf without curwin causes trouble
Python: not so easy to access tab pages
Python garbage collection not working properly
there is &:py3do& but no &:pydo&
(after 7.3.965) build fails on Mac OSX
multi-byte support is only available with &big& features
can't built with Python 3 and without Python 2
(fixed) pattern matching is slow, include the NFA engine
no support for VS2012 static code analysis
cursor not restored properly after InsertEnter autocommand
(after 7.3.970) compiler warnings, crash on startup
can't build with ruby 1.8.5
(after 7.3.970) crash in regexp parsing
(after 7.3.970) can't build with HP-UX
compiler warnings, white space, uncommented for testing
regexp debug logs don't have a good name
complex NFA regexp doesn't work
character classes don't work
old regexp engine fails on \i, \I, \f and \F with mbyte chars
\p does not work on multi-byte chars in new regexp engine
uneccessary temp variable
Visual mapping using CTRL-G works differently from Insert mode
GTK vim not started as gvim has WM_CLASS property wrong
test 95 doesn't pass when 'encoding' isn't utf-8
no easy to ru test 64 may fail
new regexp engine is slow
new regexp engine compares negative numbers to character
memory leak in new regexp engine
more can be shared between python 2 and 3
Python: Too many type casts
(after 7.3.992) later patch does things slightly differently
Python: using magic constants
Python: Module initialization is duplicated
Python: Can't check types of what is returned by bindeval()
Vim and Python exceptions are different
Python: garbage collection issues
new regexp engine sets curbuf temporarily
(whoa!) typo in char value causes out of bounds access
duplicate condition in if
valgrind errors for Python interface
Python interface does not compile with Python 2.2
Python: no error when option could not be set
get stuck on regexp &\n*& and on &%s/^\n\+/\r&
NFA engine not used for &\_[0-9]&
can't build on Minix 3.2.1
test 95 fails on MS-Windows
Python: compiler warning for ambiguous else
new regexp: adding \Z makes every character match
new regexp engine is inefficient with multi-byte characters
\Z does not work properly with the new regexp engine
new regexp logging is a bit messy
new regexp state dump is hard to read
new regexp engine: Matching composing characters is wrong
unused field in nfa_state
zero width match changes length of match
new regexp engine wastes memory
not working with the new regexp engine: \%[oxduU]123
not all patterns are tested with auto / old / new engine
new regexp engine does not ignore order of composing chars
compiler warning for shadowed variable
mixed results for pattern with composing char only and \Z
new regexp: End of matching pattern not set correctly
new regexp: not matching newline in string
new regexp: pattern that includs a new-line matches too early
new regexp performance: Calling no_Magic() very often
new regexp performance: Copying a lot of position state
(after 7.3.1028) can't build for debugging
compiler warnings for shadowed variable
&\ze& is not supported by the new regexp engine
&\1& .. &\9& are not supported in the new regexp engine
new regexp code using strange multi-byte code
compiler warning on 64 bit windows
can't build on HP-UX
look-behind matching is very slow on long lines
crash when using Cscope
new regexp engine does not support \%23c, \%&23c and the like
Python: Problems with debugging dynamic build
Python: valgrind invalid read errors.
Python: can't assign to vim.Buffer.name
Python: Dynamic compilation with 2.3 fails
Python: No {Buffer,TabPage,Window}.valid attributes
Python: No error handling for VimToPython function
Python: Using Py_BuildValue for building strings
Python: dir() does not work properly
Python: no consistent naming
Python: no consistent naming
Python: Typo in pyiter_to_tv
Python: possible memory leaks
Python: possible SEGV and negative refcount
Python: no flag for types with tp_traverse+tp_clear
(after 7.3.1042) can't build without the +autocmd feature
negated collection does not match newline
Python: possible memory leaks
Python: not enough compatibilty
call of funcref does not succeed in other script
Python: Using fixed size buffers
Python: can't repr() a function
Python: Dictionary is not standard
Python: List is not standard
Python: Function is not standard
Python: insufficient error checking
Python: key mapping is not standard
Python: Insufficient exception and error testing
Python: documentation lags behind
Python: Script is auto-loaded on function creation
Python: memory leaks
crash in P compiler warning for unused function
new regexp engine: backreferences don't work correctly
compiler warning for uninitialized variable
new regexp engine may run out of states
compiler warning for printf format
compiler warning for storing a long_u in an int
new regexp engine: \@= and \& don't work
Python: Allocating dict the wrong way, causing a crash
new regexp engine: \@! doesn't work
test 87 fails
test 86 fails
compiler warnings on 64-bit Windows
new regexp engine: Problem with \@= matching
new regexp engine: Does not support \%^ and \%$
new regexp engine: only accepts up to \{,10}
new regexp engine: Non-greedy multi doesn't work
old regexp engine accepts illegal range, new one doesn't
a leading star is not seen as a normal char when \{} follows
tests 86 and 87 fail on MS-Windows
new regexp engine does not support \z1 .. \z9 and \z(
new regexp engine: no error for \z1 or \z( when not working
regexp debugging: can't build, debug output has wrong pattern
new regexp engine: empty \1 skips a character
new regexp engine: Attempts to match &^& at every character
compiler warnings for shadowed variables
Python: popitem() was not defined in a standard way
Python: a few recently added items are not documented
Python: Possible memory leaks
Python: changing directory causes problems
Python: a few more memory problems
configure doesn't find Python 3 on Ubuntu 13.04
completion of &:py3do& and &:py3file& fails after &:py3&
new regexp engine: overhead in saving and restoring
new regexp engine does not handle &~&
new regexp engine: too much
new regexp engine: save/restore lastlist takes a lot of time
compiler warnings for unused variables
error message for os.fchdir()
building on MS-Windows doesn't see changes in if_py_both.h
new regexp matching: Using \@= and the like can be slow
nfa_recognize_char_class() implementation is inefficient
new regexp engine: \%V not supported
new regexp engine: \%'m not supported
(after 7.3.1110) can't build without the syntax feature
users don't like cursor line number with 'relativenumber' set
can't build without Visual mode
new regexp engine: \%[abc] not supported
match failure rate is not very specific
flags in 'cpo' are searched for several times
crash when regexp logging is enabled
new regexp engine: adding states that are not used
new regexp engine: \@& not supported
can't build tiny Vim on MS-Windows
Python: Crash on MS-Windows when os.fchdir() is not available
error for using \%V in a pattern in tiny Vim
compiler warning for uninitialized variable
no error for using empty \%[]
every failure in the NFA engine is a syntax error
can't see what pattern in syntax highlighting is slow
(after 7.3.1129) can't build with anything but huge features
new regexp engine is a bit slow
crash when debugging regexp
new regexp engine is a bit slow
running test 49 takes a long time
compiler warning for unused argument
&:func Foo& does not show attributes
new regexp engine: collections are slow
new regexp engine: neglist no longer used
new regexp engine: negated flag is hardly used
new regexp engine: can skip expensive match
Win32: Check for available memory is not reliable
memory leak in &:syntime report&
when mapping NUL it is displayed as an X
&RO& is not translated everywhere
new regexp engine: addstate() is called very often
new regexp engine: look-behind followed by zero-width fails
new regexp engine: regstart is only used to find first match
no command line completion for &:syntime&
new regexp engine: Matching plain text could be faster
new regexpengine: Slow for look-behind match without a width
new regexp engine: Slow for look-behind plus zero-width match
In tiny build ireg_icombine is undefined
new regexp engine: look-behind matches can be very expensive
new regexp_nfa engine: Uneccessary code
MS-DOS: &make test& uses external rmdir command
compiler warnings
new regexp engine fails on &\(\&command\)\@&=.*&
crash when running test 86
the round() function is not always available
mixing long and pointer doesn't always work
Python: PyList_SetItem() is inefficient
Python: Memory leaks
not easy to load Python modules
can't test what is actually displayed on screen
HP-UX compiler can't handle zero size array
loading Python modules is not tested
no good Python 3 may need -pthreads
Python &sane& configure checks give a warning message
new regexp engine: doing work while executing a pattern
(after 7.3.1058) can'tuse a function reference as a string
check for digits and ascii letters can be faster
Python 2: loading modules doesn't work well
Python 2 tests don't have the same output everywhere
Python 2 and 3 use different ways to load modules
using isalpha() and isalnum() can be slow
compiler warnings on 64 bit system
wasting memory on padding
can't put all Vim config files together in one directory
waiting for character after buffer-local map match
path from cscope may not be valid after changing directory
wrong error message for 1.0[0]
'backupcopy' default on MS-Windows does not work for links
Python tests 86 and 87 fail
highlighting is sometimes wrong
new regexp engine: no match with ^ after \n
Python 3: test 87 may crash
(after 7.3.1170) &s:& is recognized but &&SID&& is not
newline characters messing up error message
(after 7.3.1185) highlighting is still wrong sometimes
compiler warning for parentheses
Backreference to previous line doesn't work
valgrind reports errors when using backreferences
fail_if_missing not used for Python 3
Yaml highlighting is slow
compiler warning for unitialized variable
old regexp engine does not match pattern with backref right
&:wviminfo!& does not write history read from a viminfo file
build error when using Perl 5.18.0 and dynamic loading
error from evaluating 'foldexpr' is silently ignored
calling setline() from Insert mode messes up undo
on startup preview window may be used as the current window
tags are not found in case-folded tags file
matches from matchadd() might be highlighted incorrectly
calling gettabwinvar() in 'tabline' cancels Visual mode
logtalk.dict is not removed on uninstall
inconsistent function argument declarations
new regexp engine: no match found on &#if FOO&
compiler warnings on MS-Windows
no completion for &:tabdo&
(after 7.3.1182) 'backupcopy' default on MS-Windows is wrong
MS-Windows: &:hardcopy& does not work properly
&make test& on MS-Windows does not report like Unix does
can't build with Python and small features.
missing declaration for init_users() and realloc_post_list()
compiler warning for function not defined
configure can't find Motif on Ubuntu
new regexp engine: Can't handle \%[[ao]]
&make test& on MS-Windows does not clean all temporary files
no test for using []] inside \%[]
MS-Windows: When using wide font italic/bold are not included
when build flags change &make distclean& causes an error
cannot execute some tests from the src directly
tests fail on MS-Windows
Clang gives warnings on xxd
compiler warnings when building with Motif
Python: duplicate code
Python: inconsistent string conversion
Python: various inconsistencies and problems
Python: not so easy to delete/restore translating
Python: Exception messages are not clear
Python: use of numbers not consistent
Python: inconsistencies in variable names
various Python problems
(after 7.3.1229) Python: Strings are not marked for translate
inserting CTRL-] differs between insert and command-line mode
Python: WindowSetattr() missing support for NUMBER_UNSIGNED
Python: non-import errors not handled correctly
crash in Python interface on 64 bit machines
can't build with Python and MSVC10
memory leak in findfile()
(after 7.3.1236) some test files missing from distribution
no failure when trying to use a number as a string
back references in look-behind match don't work
MS-Windows: confirm() dialog text may not fit
MS-Windows: confirm() dialog text may still not fit
wrong window layout when resizing with 'winfixheight' set
pattern '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match
still have old hacking code for Input Method
modeline not recognized when using &Vim& instead of &vim&
Python tests fail on MS-Windows
test 61 messes up viminf.
Win32: Gvim does not always find the toolbar bitmap file
still undo problem after using CTRL-R = setline()
(after 7.3.1252) can't build without the multi-lang feature
Clang warnings when building with Athena
can't build without eval or autocmd feature
GNU gettext() ignores :lang language setting
using submatch() may crash Vim
no test for patch 7.3.1258
completion gets incomplete command line in cmdline window
(after 7.3.1179) keymap causes global mapping to stop working
crash and compilation warnings with Cygwin
typo in short option name
(after 7.3.1261) missing m_nowait
(after 7.3.1249) errors for allowing &Vim:& in a modeline
QNX: GUI fails to start
MS-Windows ACL support doesn't work well
ACL support doesn't work when when compiled with MingW
insert completion keeps wrong entry selected
using &Vp& in an empty buffer can't be undone
(after 7.3.1260) command line completion does not work
crash when editing Ruby file
when copying a location list the index might be wrong
using wrong window when using entry from location list
&gn& does not work when the match is a single character
resizing the window may send SIGWINCH to cscope and it quits
in diff mode 'cursorline' also draws in the non-active window
limit the screen size set by &stty&
compiler warning for variable uninitialized
(after 7.3.1247) reading memory already freed
When 'ttymouse' is &xterm2& click in column 123 moves to 96
'cursorline' not drawn in any other window
test 71 fails on MS-Windows
compiler warnings in MS-Windows clipboard handling
no tests for picking window when using entry in location list
check for screen size missing for Athena and Motif
Python SystemExit exception is not handled properly
the first &:echo 'hello'& command output doesn't show
get GLIB warning when removing a menu item
(after 7.3.1253) CTRL-R = in Insert mode starts new insert
(after 7.3.1288) compiler warnings for uninitialized variable
possibly using invalid pointer when searcing for window
put in empty buffer cannot be undone
&:diffoff& resets options
glob()/globpath() do not handle escaped special chars well
only MS-Windows limits GUI window size to fit on the monitor
findfile() directory matching fails with a star after text
(after 7.3.1297) crash
errors when doing &make proto&; dependencies outdated
Mac: tiny and small build fails
some tests fail on MS-Windows
test 17 fails on MS-Windows, includes line break in file name
(after 7.3.1290) undo is synced whenever CTRL-R = is called
test 89 still fails on MS-Windows
warnings from 64 bit compiler
when redrawing screen during startup intro message is cleared
MS-Windows build instructions are outdated
minor typos in MS-Windows files
no wait to hit enter when a script defines a function
typos in nsis script. Can use better compression
compiler warnings on Cygwin
Python: not giving correct error messages for SystemExit()
:py and :py3 don't work with Cygwin or MingW and 64 bit
test 87 fails with Python 3.3
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!}

我要回帖

更多关于 ftps 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信