|
Karsten Hopp |
5a0d8b |
Patches for Vim - Vi IMproved 7.3
|
|
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
|
|
Karsten Hopp |
1f2971 |
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 |
5a0d8b |
patch -p < 7.3.001
|
|
Karsten Hopp |
5a0d8b |
patch -p0 < 7.3.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 |
ae9d9f |
These patches were edited after their original submission to avoid patch to
|
|
Karsten Hopp |
ae9d9f |
fail. The original files are available with "orig." prepended:
|
|
Karsten Hopp |
ae9d9f |
22565 7.3.202 cannot influence the indent inside a namespace
|
|
Karsten Hopp |
ae9d9f |
5725 7.3.203 MS-Windows: Can't run external command without console window
|
|
Karsten Hopp |
ae9d9f |
10891 7.3.223 MingW cross compilation doesn't work with tiny feat.
|
|
Karsten Hopp |
ae9d9f |
|
|
Karsten Hopp |
1f2971 |
|
|
Karsten Hopp |
5a0d8b |
Individual patches for Vim 7.3:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
5a0d8b |
1720 7.3.001 ":find" completion does not always shorten match properly
|
|
Karsten Hopp |
5a0d8b |
1610 7.3.002 ":find" completion didn't work halfway an environment variable
|
|
Karsten Hopp |
5a0d8b |
1299 7.3.003 crash with specific BufWritePost autocmd
|
|
Karsten Hopp |
5a0d8b |
1300 7.3.004 crash when using very long regexp
|
|
Karsten Hopp |
5a0d8b |
2747 7.3.005 crash when using undotree()
|
|
Karsten Hopp |
5a0d8b |
2987 7.3.006 can't build some multi-byte code with C89
|
|
Karsten Hopp |
5a0d8b |
4442 7.3.007 Python code redefines "buffer", re-implements a grow-array
|
|
Karsten Hopp |
5a0d8b |
11982 7.3.008 'cursorbind' is kept in places where 'scrollbind' is reset
|
|
Karsten Hopp |
5a0d8b |
3197 7.3.009 Win32: Crash when using a bad argument for strftime()
|
|
Karsten Hopp |
5a0d8b |
5466 7.3.010 Mac GUI: Missing break statements
|
|
Karsten Hopp |
5a0d8b |
8811 7.3.011 X11 clipboard doesn't work in GUI, after :sh selection fails
|
|
Karsten Hopp |
2afbaf |
2127 7.3.012 problems building with MingW
|
|
Karsten Hopp |
2afbaf |
5979 7.3.013 dynamic loading with Ruby doesn't work for 1.9.2
|
|
Karsten Hopp |
2afbaf |
2497 7.3.014 "a" in Ex mode with backslash at end of line doesn't work
|
|
Karsten Hopp |
2afbaf |
2223 7.3.015 a test is using an error message that no longer exists
|
|
Karsten Hopp |
2afbaf |
7448 7.3.016 netbeans interface doesn't work under Athena
|
|
Karsten Hopp |
2afbaf |
4314 7.3.017 errors reported by smatch
|
|
Karsten Hopp |
2afbaf |
2488 7.3.018 (after 7.3.012) missing argument to windres in MingW makefiles
|
|
Karsten Hopp |
170e68 |
1577 7.3.019 ":nbstart" can fail silently
|
|
Karsten Hopp |
ba0f81 |
3696 7.3.020 cursor position wrong when joining lines and 'fo' contains "a"
|
|
Karsten Hopp |
75f0b3 |
2145 7.3.021 Mac: Boolean redefined when building with X11
|
|
Karsten Hopp |
9fdb10 |
1750 7.3.022 when opening a new window 'spellcapcheck' is cleared
|
|
Karsten Hopp |
9fdb10 |
2086 7.3.023 external program may hang when it tries to write to the tty
|
|
Karsten Hopp |
9fdb10 |
3222 7.3.024 named signs do not use a negative number as intended
|
|
Karsten Hopp |
9fdb10 |
3412 7.3.025 ":mksession" does not escape file name properly
|
|
Karsten Hopp |
9fdb10 |
1848 7.3.026 CTRL-] in a help file doesn't always work
|
|
Karsten Hopp |
bcadb1 |
2668 7.3.027 MS-Windows: Opening a file on a network share is very slow
|
|
Karsten Hopp |
04abb0 |
5065 7.3.028 (after 7.3.024) signs don't show up
|
|
Karsten Hopp |
33bc3e |
4623 7.3.029 ":sort n" sorts lines without a number as number zero
|
|
Karsten Hopp |
53d69c |
12512 7.3.030 cannot store Dict and List in viminfo file
|
|
Karsten Hopp |
53d69c |
3620 7.3.031 can't pass the X window ID to another application
|
|
Karsten Hopp |
7f84e5 |
21839 7.3.032 maparg() doesn't return the flags, e.g., <buffer>, <script>
|
|
Karsten Hopp |
69d6d8 |
1395 7.3.033 (after 7.3.032) can't build without FEAT_LOCALMAP
|
|
Karsten Hopp |
3f122c |
12987 7.3.034 Win32: may load .dll from wrong directory
|
|
Karsten Hopp |
c0ca7c |
1882 7.3.035 (after 7.3.034) stray semicolon
|
|
Karsten Hopp |
38ba7b |
1946 7.3.036 Win32 GUI: different dialog font when building without menus
|
|
Karsten Hopp |
38ba7b |
4147 7.3.037 compiler warnings for loss of data
|
|
Karsten Hopp |
38ba7b |
2638 7.3.038 v:windowid isn't set for MS-Windows
|
|
Karsten Hopp |
38ba7b |
2567 7.3.039 crash when using skk.vim plugin
|
|
Karsten Hopp |
bb0096 |
1627 7.3.040 go past end of string when comparing while ignoring case
|
|
Karsten Hopp |
bb0096 |
1857 7.3.041 compiler warning for mediumVersion
|
|
Karsten Hopp |
bb0096 |
1915 7.3.042 no spell highlighting when re-using an empty buffer
|
|
Karsten Hopp |
bb0096 |
14836 7.3.043 can't load Ruby dynamically on Unix
|
|
Karsten Hopp |
bb0096 |
1857 7.3.044 preview window too high when opened by the popup menu
|
|
Karsten Hopp |
bb0096 |
1739 7.3.045 compiler warning for uninitialized variable
|
|
Karsten Hopp |
bb0096 |
2126 7.3.046 can't build Ruby on MS-Windows
|
|
Karsten Hopp |
5846bd |
6058 7.3.047 (after 7.3.032) missing makefile updates for test 75
|
|
Karsten Hopp |
993cb7 |
3410 7.3.048 ":earlier 1f" doesn't work after loading undo file
|
|
Karsten Hopp |
30e5ba |
19335 7.3.049 PLT has rebranded their Scheme to Racket
|
|
Karsten Hopp |
e6a4fc |
6138 7.3.050 the link script is clumsy, should use --as-needed
|
|
Karsten Hopp |
e6a4fc |
3305 7.3.051 crash when $PATH is empty
|
|
Karsten Hopp |
3f0301 |
10719 7.3.052 various errors when 'completefunc' opens a new window
|
|
Karsten Hopp |
3f0301 |
2948 7.3.053 complete() function doesn't reset complete direction
|
|
Karsten Hopp |
3f0301 |
3354 7.3.054 can define a user command for :Print, but it doesn't work
|
|
Karsten Hopp |
3f0301 |
10470 7.3.055 endless loop when recursively comparing lists and dicts
|
|
Karsten Hopp |
f616a1 |
17935 7.3.056 "getline" argument in do_cmdline() shadows global
|
|
Karsten Hopp |
801eae |
1980 7.3.057 segfault with command line abbreviation
|
|
Karsten Hopp |
801eae |
4735 7.3.058 error "code converter not found" when loading Ruby script
|
|
Karsten Hopp |
801eae |
3226 7.3.059 Netbeans: Problem with recursive messages for Athena/Motif
|
|
Karsten Hopp |
801eae |
5326 7.3.060 Netbeans: crash when socket is disconnected unexpectedly
|
|
Karsten Hopp |
801eae |
3307 7.3.061 remote ":drop" does not respect 'autochdir'
|
|
Karsten Hopp |
1b7cbb |
23639 7.3.062 Python has problems when installed in an unusual directory
|
|
Karsten Hopp |
494496 |
2250 7.3.063 Win32: Running a filter command makes Vim lose focus
|
|
Karsten Hopp |
f7f62f |
2493 7.3.064 Win32: ":dis +" shows nothing, but "+p does insert text
|
|
Karsten Hopp |
f7f62f |
3389 7.3.065 can't get current line number in a source file
|
|
Karsten Hopp |
f7f62f |
2852 7.3.066 crash when changing to another window during :vimgrep command
|
|
Karsten Hopp |
f7f62f |
2315 7.3.067 Ruby: Init_prelude is not always available
|
|
Karsten Hopp |
f7f62f |
1550 7.3.068 using freed memory on ":saveas" if autocommand sets 'acd'
|
|
Karsten Hopp |
b1e6cb |
1618 7.3.069 GTK: pressing Enter in inputdialog() doesn't work like OK
|
|
Karsten Hopp |
0ce1a0 |
1604 7.3.070 can set environment variables in the sandbox
|
|
Karsten Hopp |
0ce1a0 |
2095 7.3.071 cursor binding not reset when editing another file
|
|
Karsten Hopp |
0ce1a0 |
9432 7.3.072 can't complete file names while ignoring case
|
|
Karsten Hopp |
0ce1a0 |
2466 7.3.073 double free memory when netbeans command follows DETACH
|
|
Karsten Hopp |
aa679f |
7659 7.3.074 can't use the "+ register like "* for yank and put
|
|
Karsten Hopp |
aa679f |
3872 7.3.075 (after 7.3.072) also use 'wildignorecase' in expand()
|
|
Karsten Hopp |
f8a2dc |
5538 7.3.076 Clang warnings for dead code
|
|
Karsten Hopp |
f8a2dc |
3099 7.3.077 when updating swapfile crypt fails there is no error message
|
|
Karsten Hopp |
f8a2dc |
1565 7.3.078 warning for unused variable
|
|
Karsten Hopp |
f8a2dc |
1377 7.3.079 duplicate lines in MSVC makefile
|
|
Karsten Hopp |
f8a2dc |
6011 7.3.080 spelling doesn't work on VMS
|
|
Karsten Hopp |
e96537 |
2257 7.3.081 non-printable characters in 'statusline' cause trouble
|
|
Karsten Hopp |
c7242f |
1634 7.3.082 leaking file descriptor when netbeans hostname doesn't exist
|
|
Karsten Hopp |
c7242f |
9996 7.3.083 when a read() or write() is interrupted by a signal it fails
|
|
Karsten Hopp |
c7242f |
3508 7.3.084 after window split the new one scrolls with cursor at top
|
|
Karsten Hopp |
c7242f |
8843 7.3.085 (after 7.3.083) inconsistency with preproc symbols
|
|
Karsten Hopp |
c7242f |
4005 7.3.086 v:count has value of previous command in expression mapping
|
|
Karsten Hopp |
c7242f |
4349 7.3.087 (after 7.3.083) missing include for errno.h
|
|
Karsten Hopp |
c7242f |
4868 7.3.088 Ruby can't load Gems sometimes, may cause a crash
|
|
Karsten Hopp |
c7242f |
1550 7.3.089 compiler warning on 64 bit MS-Windows
|
|
Karsten Hopp |
c7242f |
2377 7.3.090 wrong help text for Cscope
|
|
Karsten Hopp |
c7242f |
9421 7.3.091 "vim -w foo" writes key codes for removed escape sequences
|
|
Karsten Hopp |
c7242f |
1678 7.3.092 resizing the window when exiting
|
|
Karsten Hopp |
c7242f |
5483 7.3.093 new DLL dependencies in MingW with gcc 4.5.0
|
|
Karsten Hopp |
c7242f |
2167 7.3.094 using abs() requires type cast to int
|
|
Karsten Hopp |
d72fe2 |
1999 7.3.095 Win32: In Chinese tear-off menu doesn't work
|
|
Karsten Hopp |
d72fe2 |
2767 7.3.096 can't interrupt "gvim -nb", leak file descriptor on errro
|
|
Karsten Hopp |
d72fe2 |
1760 7.3.097 ":call" inside "if 0" gives error for dict function
|
|
Karsten Hopp |
d72fe2 |
1712 7.3.098 ignored error may still cause status line to be disabled
|
|
Karsten Hopp |
d72fe2 |
1628 7.3.099 crash when splitting a window with zero height
|
|
Karsten Hopp |
9f9d9e |
1497 7.3.100 when using ":normal" v:count isn't set
|
|
Karsten Hopp |
9f9d9e |
2449 7.3.101 ino_t defined with wrong size in Ruby and Lua interfaces
|
|
Karsten Hopp |
9f9d9e |
23045 7.3.102 Ex command typed at reload prompt is ignored
|
|
Karsten Hopp |
9f9d9e |
4500 7.3.103 changing 'ff', then using ":w" in empty file sets 'mod'
|
|
Karsten Hopp |
9f9d9e |
1428 7.3.104 conceal: using Tab for cchar causes problems
|
|
Karsten Hopp |
9f9d9e |
1539 7.3.105 can't get the value of "b:changedtick" with getbufvar()
|
|
Karsten Hopp |
9f9d9e |
1650 7.3.106 other window scrolls if both 'scrollbind' and 'cursorbind' set
|
|
Karsten Hopp |
9f9d9e |
1986 7.3.107 year in :undolist can be confusing
|
|
Karsten Hopp |
1cb31e |
3425 7.3.108 useless check for NULL when calling vim_free()
|
|
Karsten Hopp |
1cb31e |
7203 7.3.109 processing new Esperanto spell file fails and crashes Vim
|
|
Karsten Hopp |
1cb31e |
2122 7.3.110 the "nbsp" item in 'listchars' isn't used for ":list"
|
|
Karsten Hopp |
1cb31e |
4010 7.3.111 :normal command in 'statusline' causes the cursor to move
|
|
Karsten Hopp |
1cb31e |
1978 7.3.112 setting 'statusline' to "%!'asdf%' reads uninitialized memory
|
|
Karsten Hopp |
1cb31e |
1838 7.3.113 Windows: Fall back directory for creating temp file is wrong
|
|
Karsten Hopp |
1cb31e |
1568 7.3.114 potential problem using 'verbosefile' uninitialized
|
|
Karsten Hopp |
1cb31e |
1645 7.3.115 Vim can crash when tmpnam() returns NULL
|
|
Karsten Hopp |
1cb31e |
1788 7.3.116 'cursorline' too short with concealed chars and 'list' set
|
|
Karsten Hopp |
1cb31e |
3835 7.3.117 build failed when --as-needed excludes ncurses
|
|
Karsten Hopp |
1cb31e |
2283 7.3.118 Ruby uses SIGVTALARM which makes Vim exit
|
|
Karsten Hopp |
1cb31e |
1637 7.3.119 (after 7.3.114) build problem on Mac
|
|
Karsten Hopp |
1cb31e |
2597 7.3.120 message for existing swap file does not fit in 25 lines
|
|
Karsten Hopp |
1cb31e |
1721 7.3.121 crash when using complicated 'statusline'
|
|
Karsten Hopp |
1cb31e |
3936 7.3.122 having src/auto/config.mk in the distribution causes problems
|
|
Karsten Hopp |
1cb31e |
1954 7.3.123 ml_get error when 'conceallevel' is set
|
|
Karsten Hopp |
1cb31e |
6777 7.3.124 EOL may be missing from written file
|
|
Karsten Hopp |
1cb31e |
2672 7.3.125 MSVC: quote in link argument causes trouble
|
|
Karsten Hopp |
1cb31e |
1652 7.3.126 compiler warning for signed pointer
|
|
Karsten Hopp |
1cb31e |
1747 7.3.127 compiler complains about comma after last enum item
|
|
Karsten Hopp |
1cb31e |
1706 7.3.128 another compiler warning for signed pointer
|
|
Karsten Hopp |
1cb31e |
6608 7.3.129 using integer like a boolean
|
|
Karsten Hopp |
1cb31e |
1908 7.3.130 clipboard_event_time misplaced in #ifdef
|
|
Karsten Hopp |
1cb31e |
1280 7.3.131 including errno.h too often
|
|
Karsten Hopp |
1cb31e |
2648 7.3.132 C++ style comments
|
|
Karsten Hopp |
1cb31e |
3169 7.3.133 when using encryption it's not clear what method was used
|
|
Karsten Hopp |
1cb31e |
1470 7.3.134 drag-n-drop doesn't work in KDE Dolphin
|
|
Karsten Hopp |
1cb31e |
2678 7.3.135 inconsistency: last substitute pattern isn't used for search
|
|
Karsten Hopp |
1cb31e |
1653 7.3.136 duplicate include of assert.h
|
|
Karsten Hopp |
1cb31e |
2881 7.3.137 when 'lazyredraw' is set the screen may not be updated
|
|
Karsten Hopp |
1cb31e |
2399 7.3.138 ":com" changes the multi-byte text of :echo
|
|
Karsten Hopp |
75de58 |
3685 7.3.139 (after 7.3.137) can't read ":ver" output when 'lazyredraw' set
|
|
Karsten Hopp |
75de58 |
1797 7.3.140 crash when 'cursorline' and 'list' both set
|
|
Karsten Hopp |
75de58 |
2968 7.3.141 when a key code is not set get a confusing error message
|
|
Karsten Hopp |
75de58 |
2593 7.3.142 Python stdout doesn't have flush(), causing an import to fail
|
|
Karsten Hopp |
75de58 |
45956 7.3.143 memfile insufficiently tested; inefficient with many blocks
|
|
Karsten Hopp |
75de58 |
2387 7.3.144 crash with ":python help(dir)"
|
|
Karsten Hopp |
75de58 |
2400 7.3.145 (after 7.3.144) can't build with Python dynamically loading
|
|
Karsten Hopp |
75de58 |
6571 7.3.146 can assign to dict member with invalid name
|
|
Karsten Hopp |
75de58 |
1575 7.3.147 (after 7.3.143) can't build on HP-UX
|
|
Karsten Hopp |
75de58 |
7615 7.3.148 huge number of syntax items or clusters causes hang or crash
|
|
Karsten Hopp |
75de58 |
2205 7.3.149 the cursor disappears after the 'setDot' netbeans command
|
|
Karsten Hopp |
75de58 |
2960 7.3.150 readline() does not return the last line when NL is missing
|
|
Karsten Hopp |
75de58 |
2077 7.3.151 with "unnamedplus" in 'clipboard' selection also copied to "*
|
|
Karsten Hopp |
75de58 |
14784 7.3.152 xxd does not check for errors of library functions
|
|
Karsten Hopp |
75de58 |
1775 7.3.153 compiler warning for ambiguous else, missing prototype in xxd
|
|
Karsten Hopp |
75de58 |
3570 7.3.154 (after 7.3.148) can't compile with tiny features
|
|
Karsten Hopp |
75de58 |
8459 7.3.155 crash when using map(), filter(), remove(), extend() on v:
|
|
Karsten Hopp |
75de58 |
2727 7.3.156 Tty names possibly left unterminated
|
|
Karsten Hopp |
75de58 |
1583 7.3.157 superfluous assignment
|
|
Karsten Hopp |
75de58 |
1497 7.3.158 might use uninitialized memory in C indenting
|
|
Karsten Hopp |
75de58 |
1587 7.3.159 using uninitialized pointer when out of memory
|
|
Karsten Hopp |
75de58 |
13647 7.3.160 unsafe string copying
|
|
Karsten Hopp |
75de58 |
43528 7.3.161 items on the stack may be too big
|
|
Karsten Hopp |
75de58 |
2564 7.3.162 no error message assigning to a list with index out of range
|
|
Karsten Hopp |
75de58 |
2016 7.3.163 the default 'shellpipe' doesn't recognize "mksh" and "pdksh"
|
|
Karsten Hopp |
75de58 |
4014 7.3.164 C-indenting doesn't recognize some function declarations
|
|
Karsten Hopp |
75de58 |
1558 7.3.165 ":find" completion does not escape spaces in directory name
|
|
Karsten Hopp |
75de58 |
1765 7.3.166 buffer on the stack may be too big
|
|
Karsten Hopp |
75de58 |
2932 7.3.167 when using internal grep QuickFixCmdPost is not triggered
|
|
Karsten Hopp |
75de58 |
2019 7.3.168 CR in second argument of input() causes problems
|
|
Karsten Hopp |
75de58 |
3659 7.3.169 freeing memory already freed, warning from code analyzer
|
|
Karsten Hopp |
75de58 |
2429 7.3.170 VMS: test77 missing from Makefile
|
|
Karsten Hopp |
75de58 |
4511 7.3.171 confusing message from ":yank" when no clipboard support
|
|
Karsten Hopp |
75de58 |
8382 7.3.172 MS-Windows: rename() might delete a file
|
|
Karsten Hopp |
75de58 |
2429 7.3.173 ":cwindow" may open a window when the quickfix list is empty
|
|
Karsten Hopp |
75de58 |
4618 7.3.174 when Exuberant ctags binary is exctags it's not found
|
|
Karsten Hopp |
75de58 |
1482 7.3.175 ":new" may result in wrong 'colorcolumn' highlighting
|
|
Karsten Hopp |
75de58 |
6968 7.3.176 Ruby linking doesn't work properly on Mac OS X
|
|
Karsten Hopp |
75de58 |
2814 7.3.177 MS-Windows: mkdir() works wrong when 'encoding' is "utf-8"
|
|
Karsten Hopp |
75de58 |
4019 7.3.178 C-indent doesn't handle code right after { correctly
|
|
Karsten Hopp |
75de58 |
2144 7.3.179 C-indent doesn't handle colon in string correctly
|
|
Karsten Hopp |
75de58 |
8439 7.3.180 better matching end part of 'comments' not used after middle
|
|
Karsten Hopp |
75de58 |
4509 7.3.181 display update error when repeating insert of CTRL-V / digraph
|
|
Karsten Hopp |
75de58 |
1684 7.3.182 (after 7.3.180) unused variable compiler warning
|
|
Karsten Hopp |
75de58 |
3761 7.3.183 when Exuberant ctags binary is exuberant-ctags it's not found
|
|
Karsten Hopp |
75de58 |
2532 7.3.184 static code analysis errors in riscOS
|
|
Karsten Hopp |
75de58 |
2570 7.3.185 ":windo g/pattern/q" reports wrong number of lines
|
|
Karsten Hopp |
75de58 |
1713 7.3.186 v:register wrong when 'clipboard' contains "unnamed"
|
|
Karsten Hopp |
75de58 |
173872 7.3.187 the RISC OS port is not being maintained, remove it
|
|
Karsten Hopp |
75de58 |
7901 7.3.188 some more RISC OS files to be removed
|
|
Karsten Hopp |
75de58 |
1476 7.3.189 (after 7.3.186) build fails without +clipboard
|
|
Karsten Hopp |
ae9e7b |
1462 7.3.190 "containedin" syntax argument may make highlighting be wrong
|
|
Karsten Hopp |
ae9e7b |
13294 7.3.191 still some RISC OS stuff to remove
|
|
Karsten Hopp |
ae9e7b |
1701 7.3.192 command ":s/ \?/ /g" splits multi-byte characters into bytes
|
|
Karsten Hopp |
ae9e7b |
1998 7.3.193 in the command line window ":close" doesn't work properly
|
|
Karsten Hopp |
ae9e7b |
1397 7.3.194 "!mkdir a | ln -s a b", resolve("b/") doesn't result in "a/"
|
|
Karsten Hopp |
ae9e7b |
4951 7.3.195 "} else" causes following lines to be indented too much
|
|
Karsten Hopp |
ae9e7b |
7478 7.3.196 can't intercept a character that is going to be inserted
|
|
Karsten Hopp |
ae9e7b |
2367 7.3.197 get E42 error when a QuickfixCmdPost event removes all errors
|
|
Karsten Hopp |
ae9e7b |
12240 7.3.198 there is no completion for ":lang"
|
|
Karsten Hopp |
ae9e7b |
1857 7.3.199 MS-Windows: Compilation problem of OLE with MingW compiler
|
|
Karsten Hopp |
ae9e7b |
2213 7.3.200 (after 7.3.198) CTRL-D doesn't complete :lang
|
|
Karsten Hopp |
ae9e7b |
3303 7.3.201 (after 7.3.195) still bad indenting after "} else"
|
|
Karsten Hopp |
ae9d9f |
21467 7.3.202 (fixed) cannot influence the indent inside a namespace
|
|
Karsten Hopp |
ae9d9f |
3199 7.3.203 (fixed) MS-Windows: Can't run ext. cmd without console window
|
|
Karsten Hopp |
ae9e7b |
1588 7.3.204 (after 7.3.201) compiler warning
|
|
Karsten Hopp |
ae9e7b |
2430 7.3.205 syntax "extend" doesn't work correctly
|
|
Karsten Hopp |
ae9e7b |
1617 7.3.206 64bit MS-Windows compiler warning
|
|
Karsten Hopp |
ae9d9f |
1603 7.3.207 can't compile with MSVC with pentium4 and 64 bit
|
|
Karsten Hopp |
ae9d9f |
1597 7.3.208 early terminated if statement in Mac code
|
|
Karsten Hopp |
ae9d9f |
2886 7.3.209 MSVC Install instructions point to wrong batch file
|
|
Karsten Hopp |
ae9d9f |
5906 7.3.210 can't always find the file when using cscope
|
|
Karsten Hopp |
ae9d9f |
1730 7.3.211 (after 7.3.210) compiler warning
|
|
Karsten Hopp |
ae9d9f |
11261 7.3.212 with Python 3.2 ":py3" fails
|
|
Karsten Hopp |
ae9d9f |
2985 7.3.213 javascript object literal is not indented correctly
|
|
Karsten Hopp |
ae9d9f |
1615 7.3.214 the text displayed by ":z-" isn't exactly like old Vi
|
|
Karsten Hopp |
ae9d9f |
2079 7.3.215 (after 7.3.210) wrong file names in previous patch
|
|
Karsten Hopp |
ae9d9f |
9055 7.3.216 when recovering a file a range of lines is missing
|
|
Karsten Hopp |
ae9d9f |
1916 7.3.217 inside an "if" a ":wincmd" causes problems
|
|
Karsten Hopp |
ae9d9f |
4735 7.3.218 (after 7.3.212) tiny configuration problem with Python 3
|
|
Karsten Hopp |
ae9d9f |
3087 7.3.219 can't compile with GTK on Mac
|
|
Karsten Hopp |
ae9d9f |
37536 7.3.220 various Python 3 problems
|
|
Karsten Hopp |
ae9d9f |
8061 7.3.221 text from clipboard is not consistently handled as linewise
|
|
Karsten Hopp |
ae9d9f |
2214 7.3.222 warning for building GvimExt
|
|
Karsten Hopp |
ae9d9f |
10890 7.3.223 (fixed) MingW cross compilation doesn't work with tiny feat.
|
|
Karsten Hopp |
ae9d9f |
5522 7.3.224 can't pass dict to sort function
|
|
Karsten Hopp |
ae9d9f |
18841 7.3.225 "\n" in a substitute() inside ":s" not handled correctly
|
|
Karsten Hopp |
ae9d9f |
1838 7.3.226 on a 64 bit system "syn sync fromstart" is very slow
|
|
Karsten Hopp |
ae9d9f |
3430 7.3.227 after 7.3.221) Mac OS doesn't have the linewise clipboard fix
|
|
Karsten Hopp |
ae9d9f |
1390 7.3.228 "2gj" does not always move to the correct position
|
|
Karsten Hopp |
ae9d9f |
1645 7.3.229 fork() makes Mac gvim crash when build with CoreFoundation
|
|
Karsten Hopp |
ae9d9f |
2295 7.3.230 ":wundo" and ":rundo" don't unescape their argument
|
|
Karsten Hopp |
ae9d9f |
5151 7.3.231 runtime file patches failed for 7.3.202 and 7.3.203
|
|
Karsten Hopp |
ae9d9f |
2324 7.3.232 Python doesn't compile without +multi_byte
|
|
Karsten Hopp |
ae9d9f |
2476 7.3.233 ":scriptnames" and ":breaklist" show long file names
|
|
Karsten Hopp |
ae9d9f |
5209 7.3.234 with GTK menu may be popping down
|
|
Karsten Hopp |
ae9d9f |
11651 7.3.235 ";" gets stuck on a "t" command, it's not useful
|
|
Karsten Hopp |
ae9d9f |
2994 7.3.236 (after 7.3.232) Python 3 doesn't compile without +multi_byte
|
|
Karsten Hopp |
ae9d9f |
7267 7.3.237 filetype completion doesn't work on Windows
|
|
Karsten Hopp |
ae9d9f |
1599 7.3.238 compiler warning for conversion
|
|
Karsten Hopp |
ae9d9f |
8837 7.3.239 Python corrects cursor column without using 'virtualedit'
|
|
Karsten Hopp |
ae9d9f |
22002 7.3.240 external commands can't use pipes on MS-Windows
|
|
Karsten Hopp |
ae9d9f |
2115 7.3.241 CTRL-R CTRL-W on command line may insert only part of word
|
|
Karsten Hopp |
ae9d9f |
2070 7.3.242 illegal memory access in after_pathsep()
|
|
Karsten Hopp |
ae9d9f |
1652 7.3.243 illegal memory access in readline()
|
|
Karsten Hopp |
ae9d9f |
1537 7.3.244 MS-Windows: Build problem with old compiler
|
|
Karsten Hopp |
9d9845 |
4115 7.3.245 Python 3.2 libraries not correctly detected
|
|
Karsten Hopp |
9d9845 |
1927 7.3.246 Repeating "f4" in "4444" skips one 4
|
|
Karsten Hopp |
9d9845 |
2825 7.3.247 tests change users viminfo file; no test for patch 7.3.246
|
|
Karsten Hopp |
9d9845 |
4825 7.3.248 PC Install instructions missing install instructions
|
|
Karsten Hopp |
9d9845 |
3283 7.3.249 wrong indenting for array initializer
|
|
Karsten Hopp |
9d9845 |
3509 7.3.250 Python: Errors in Unicode characters not handled nicely
|
|
Karsten Hopp |
9d9845 |
5229 7.3.251 "gH" deletes current line, except when it's the last line
|
|
Karsten Hopp |
9d9845 |
1220 7.3.252 (after 7.3.247) tests fail
|
|
Karsten Hopp |
9d9845 |
16588 7.3.253 "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'
|
|
Karsten Hopp |
9d9845 |
1369 7.3.254 coladd not reset for ":call" command
|
|
Karsten Hopp |
9d9845 |
2839 7.3.255 Windows: error when editing a file with invalid wildcard
|
|
Karsten Hopp |
9d9845 |
5982 7.3.256 Javascript indenting not sufficiently tested
|
|
Karsten Hopp |
9d9845 |
3310 7.3.257 not all completions are available to user commands
|
|
Karsten Hopp |
9d9845 |
2128 7.3.258 MS-Windows: can't disable edit with existing vim menu entries
|
|
Karsten Hopp |
9d9845 |
21799 7.3.259 equivalence classes only work for latin characters
|
|
Karsten Hopp |
9d9845 |
2138 7.3.260 CursorHold triggers on an incomplete mapping
|
|
Karsten Hopp |
9d9845 |
2969 7.3.261 G++ error message errornously recognized as error
|
|
Karsten Hopp |
9d9845 |
30045 7.3.262 Photon code style doesn't match Vim style
|
|
Karsten Hopp |
9d9845 |
4291 7.3.263 Perl and Tcl have a few code style problems
|
|
Karsten Hopp |
9d9845 |
5190 7.3.264 tags file not find when current dir name contains wildcards
|
|
Karsten Hopp |
9d9845 |
4017 7.3.265 storing search pattern in history without separator check
|
|
Karsten Hopp |
9d9845 |
1677 7.3.266 in Gvim with iBus typing space in Insert mode doesn't work
|
|
Karsten Hopp |
9d9845 |
1784 7.3.267 Ruby on Mac OS X 10.7 may crash
|
|
Karsten Hopp |
bcafa0 |
2093 7.3.268 Vim freezes when executing an external command with zsh
|
|
Karsten Hopp |
9d9845 |
2871 7.3.269 'shellcmdflag' only works with one flag
|
|
Karsten Hopp |
9d9845 |
1514 7.3.270 illegal memory access
|
|
Karsten Hopp |
9d9845 |
12980 7.3.271 code not following Vim coding style
|
|
Karsten Hopp |
9d9845 |
1545 7.3.272 ":put =list" does not add empty line for trailing empty item
|
|
Karsten Hopp |
9d9845 |
3544 7.3.273 a BOM in an error file is seen as text
|
|
Karsten Hopp |
9d9845 |
1791 7.3.274 with concealed characters tabs do not have the right size
|
|
Karsten Hopp |
9d9845 |
2872 7.3.275 MS-Windows: screen flicker when using a black background
|
|
Karsten Hopp |
9d9845 |
4279 7.3.276 GvimExt sets $LANG in the wrong way
|
|
Karsten Hopp |
9d9845 |
9130 7.3.277 MS-Windows: some characters do not show in dialogs
|
|
Karsten Hopp |
9d9845 |
2098 7.3.278 passing the file name to open in VisVim doesn't work
|
|
Karsten Hopp |
9d9845 |
3769 7.3.279 GTK: opening new tab may cause gvim window to be too big
|
|
Karsten Hopp |
9d9845 |
5024 7.3.280 ":lmake" does not update the quickfix window title
|
|
Karsten Hopp |
9d9845 |
3803 7.3.281 after expand('%:8') the current buffer name is changed
|
|
Karsten Hopp |
9d9845 |
1915 7.3.282 text displayed incorrect when using input() + :echo in a loop
|
|
Karsten Hopp |
9d9845 |
3387 7.3.283 multi-byte text in an expression mapping gets messed up
|
|
Karsten Hopp |
9d9845 |
5785 7.3.284 str2special() doesn't handle multi-byte chars properly
|
|
Karsten Hopp |
9d9845 |
3983 7.3.285 (after 7.3.284) mapping <char-123> does not work
|
|
Karsten Hopp |
9d9845 |
2682 7.3.286 crash when using "zd" on a large number of folds
|
|
Karsten Hopp |
9d9845 |
2829 7.3.287 can't compile with MSVC and tiny options
|
|
Karsten Hopp |
9d9845 |
2545 7.3.288 has('python') may give an error message
|
|
Karsten Hopp |
9d9845 |
1763 7.3.289 complete function isn't called when the leader changed
|
|
Karsten Hopp |
a76eda |
2494 7.3.290 if BufWriteCmd autocmd resets 'modified' undo state is wrong
|
|
Karsten Hopp |
a76eda |
4345 7.3.291 configure doesn't work properly with Python3
|
|
Karsten Hopp |
a76eda |
1940 7.3.292 crash with fold markers and visual block that goes to EOL
|
|
Karsten Hopp |
a76eda |
2390 7.3.293 MSVC compiler has a problem with non-ASCII characters
|
|
Karsten Hopp |
a76eda |
1978 7.3.294 (after 7.3.289) patch 289 causes more problems than it solves
|
|
Karsten Hopp |
a76eda |
3455 7.3.295 when filtering text Vim may not read all the output
|
|
Karsten Hopp |
a76eda |
5673 7.3.296 zombie process may remain when writing to external command
|
|
Karsten Hopp |
a76eda |
5101 7.3.297 can't load Perl 5.14 dynamically
|
|
Karsten Hopp |
a76eda |
6312 7.3.298 built-in colors are different from rgb.txt
|
|
Karsten Hopp |
a76eda |
12218 7.3.299 source code not in Vim style
|
|
Karsten Hopp |
a76eda |
2281 7.3.300 Python doesn't parse multi-byte argument correctly
|
|
Karsten Hopp |
a76eda |
2901 7.3.301 Tab inserted when 'expandtab' and 'copyindent' are set
|
|
Karsten Hopp |
a76eda |
2107 7.3.302 (after 7.3.301) test 19 fails without 'smartindent' and +eval
|
|
Karsten Hopp |
a76eda |
1726 7.3.303 (after 7.3.296) compilation error
|
|
Karsten Hopp |
a76eda |
3125 7.3.304 strawberry Perl doesn't work on MS-Windows
|
|
Karsten Hopp |
a76eda |
1763 7.3.305 display scrolls up when auto-loading a function
|
|
Karsten Hopp |
a76eda |
6330 7.3.306 unexpected GUI resize may cause a crash
|
|
Karsten Hopp |
a76eda |
5383 7.3.307 Python 3 does not support slice assignment
|
|
Karsten Hopp |
a76eda |
6788 7.3.308 writing to 'verbosefile' has problems, e.g. for :highlight
|
|
Karsten Hopp |
a76eda |
3536 7.3.309 (after 7.3.307) warnings for pointer types
|
|
Karsten Hopp |
a76eda |
92586 7.3.310 source code not in Vim style
|
|
Karsten Hopp |
a76eda |
11313 7.3.311 complete function isn't called when the leader changed
|
|
Karsten Hopp |
a76eda |
1815 7.3.312 (after 7.3.306) can't compile with tiny features
|
|
Karsten Hopp |
a76eda |
2141 7.3.313 (after 7.3.307) warning compiling with dynamic Python 3
|
|
Karsten Hopp |
a76eda |
1740 7.3.314 (after 7.3.304) missing parenthesis
|
|
Karsten Hopp |
a76eda |
13684 7.3.315 opening a window before forking causes problems for GTK
|
|
Karsten Hopp |
f3ca87 |
1499 7.3.316 (after 7.3.306) crash if 'colorcolumn' set and closing buffer
|
|
Karsten Hopp |
f3ca87 |
3918 7.3.317 Lua: debug.debug() may hang
|
|
Karsten Hopp |
f3ca87 |
2662 7.3.318 "C" on the last line deletes that line if it's blank
|
|
Karsten Hopp |
f3ca87 |
4573 7.3.319 redobuff doesn't always include completion leader changes
|
|
Karsten Hopp |
f3ca87 |
3363 7.3.320 0xa0 character in sourced file is hard to spot
|
|
Karsten Hopp |
f3ca87 |
7855 7.3.321 code not following Vim style
|
|
Karsten Hopp |
f3ca87 |
1585 7.3.322 #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef
|
|
Karsten Hopp |
429646 |
3022 7.3.323 the default 'efm' does not ignore some "included from" lines
|
|
Karsten Hopp |
429646 |
1676 7.3.324 (after 7.3.237) completion for ":compiler" shows color schemes
|
|
Karsten Hopp |
429646 |
1901 7.3.325 a duplicated function argument gives an internal error
|
|
Karsten Hopp |
429646 |
8244 7.3.326 MingW 4.6 no longer supports the -mno-cygwin option
|
|
Karsten Hopp |
429646 |
1902 7.3.327 when jumping to a help tag a closed fold doesn't open
|
|
Karsten Hopp |
429646 |
1487 7.3.328 wrapping command line displays wrong multi-byte cursor
|
|
Karsten Hopp |
429646 |
2337 7.3.329 error when skipping over dict function inside :for
|
|
Karsten Hopp |
429646 |
1340 7.3.330 state not properly restored when longjmp() is invoked
|
|
Karsten Hopp |
429646 |
1815 7.3.331 "vit" gets confused when one tag name starts contains another
|
|
Karsten Hopp |
429646 |
4994 7.3.332 indent after "public:" is not increased in C++ code
|
|
Karsten Hopp |
429646 |
7688 7.3.333 "." repeats a Visual delete by byte size instead of characters
|
|
Karsten Hopp |
429646 |
1710 7.3.334 latest MingW complains about XSUBPP referencing itself
|
|
Karsten Hopp |
429646 |
1532 7.3.335 changing 'imdisable' in Insert mode takes effect only later
|
|
Karsten Hopp |
e5d40b |
30156 7.3.336 encoding in tags file causes trouble (NOW IN LATIN1)
|
|
Karsten Hopp |
429646 |
1876 7.3.337 no screen update after resizing xterm until character typed
|
|
Karsten Hopp |
429646 |
2851 7.3.338 using getchar() in an expression mapping doesn't work well
|
|
Karsten Hopp |
429646 |
1762 7.3.339 "make shadow" doesn't link all test files
|
|
Karsten Hopp |
429646 |
1887 7.3.340 when 'verbosefile' is set ftplugof.vim can give an error
|
|
Karsten Hopp |
429646 |
9335 7.3.341 translated and local help files are not listed in help.*
|
|
Karsten Hopp |
429646 |
3079 7.3.342 code not in Vim style
|
|
Karsten Hopp |
429646 |
6949 7.3.343 no mouse support for urxvt
|
|
Karsten Hopp |
429646 |
3131 7.3.344 problem with GUI startup related to XInitThreads
|
|
Karsten Hopp |
429646 |
1395 7.3.345 window title not updated when switching language with ":lang"
|
|
Karsten Hopp |
429646 |
5238 7.3.346 it's hard to test netbeans commands
|
|
Karsten Hopp |
429646 |
1689 7.3.347 dropped text is HTML although "html" is not in 'clipboard'
|
|
Karsten Hopp |
429646 |
1634 7.3.348 "call range(1, 947948399)" causes a crash
|
|
Karsten Hopp |
429646 |
2793 7.3.349 opening swapfile loops forever when out of memory in startup
|
|
Karsten Hopp |
429646 |
1525 7.3.350 block of code after ":lua << EOF" may not work
|
|
Karsten Hopp |
429646 |
1453 7.3.351 text formatting uses insert start position when it should not
|
|
Karsten Hopp |
429646 |
3276 7.3.352 when completing functions script-local functions come first
|
|
Karsten Hopp |
429646 |
4245 7.3.353 (after 7.3.343) missing urxvt patch for term.c
|
|
Karsten Hopp |
429646 |
2182 7.3.354 ":set backspace+=eol" doesn't work when 'backspace' is 2
|
|
Karsten Hopp |
429646 |
1683 7.3.355 GTK warnings when using netrw.vim
|
|
Karsten Hopp |
429646 |
2453 7.3.356 using "o" with 'cindent' set may freeze Vim
|
|
Karsten Hopp |
429646 |
1511 7.3.357 compiler warning in MS-Windows console build
|
|
Karsten Hopp |
429646 |
1994 7.3.358 (after 7.3.353) mouse support doesn't work properly
|
|
Karsten Hopp |
429646 |
1727 7.3.359 command line completion shows dict functions
|
|
Karsten Hopp |
429646 |
2183 7.3.360 interrupting autoload function load may cause a crash
|
|
Karsten Hopp |
429646 |
1733 7.3.361 accessing memory after it is freed when EXITFREE is defined
|
|
Karsten Hopp |
429646 |
1828 7.3.362 ml_get error when using ":g" with folded lines
|
|
Karsten Hopp |
429646 |
2914 7.3.363 C indenting is wrong after #endif followed by a semicolon
|
|
Karsten Hopp |
429646 |
1924 7.3.364 (after 7.3.353) can't compile on HP-UX
|
|
Karsten Hopp |
429646 |
3451 7.3.365 crash when using a large Unicode character with syntax highl.
|
|
Karsten Hopp |
429646 |
2192 7.3.366 a tags file with an extremely long name causes errors
|
|
Karsten Hopp |
429646 |
1650 7.3.367 :wundo and :rundo use a wrong checksum
|
|
Karsten Hopp |
429646 |
4734 7.3.368 gcc complains about redefining _FORTIFY_SOURCE
|
|
Karsten Hopp |
429646 |
1452 7.3.369 get an error message when using --help and compiled with Gnome
|
|
Karsten Hopp |
429646 |
1766 7.3.370 compiler warns for unused variable in Lua interface
|
|
Karsten Hopp |
429646 |
2155 7.3.371 crash in autocomplete
|
|
Karsten Hopp |
429646 |
1603 7.3.372 command line mapping to <Up> doesn't work for file completion
|
|
Karsten Hopp |
429646 |
2464 7.3.373 (after 7.3.366) infinite loop in tags file with long name
|
|
Karsten Hopp |
429646 |
1670 7.3.374 ++encoding is not recognized
|
|
Karsten Hopp |
429646 |
1716 7.3.375 duplicate return statement
|
|
Karsten Hopp |
429646 |
1817 7.3.376 Win32: Toolbar repainting not always right
|
|
Karsten Hopp |
429646 |
12178 7.3.377 no support for bitwise AND, OR, XOR and invert
|
|
Karsten Hopp |
429646 |
2773 7.3.378 configure fails when cross-compiling
|
|
Karsten Hopp |
429646 |
2257 7.3.379 C-indenting wrong for static enum
|
|
Karsten Hopp |
429646 |
7825 7.3.380 C-indenting wrong for function header
|
|
Karsten Hopp |
429646 |
7960 7.3.381 configure can't be told to stop when a language is unavailable
|
|
Karsten Hopp |
429646 |
4585 7.3.382 (after 7.3.376) IME characters are inserted twice
|
|
Karsten Hopp |
429646 |
1489 7.3.383 for EBCDIC pound sign is defined as 't'
|
|
Karsten Hopp |
429646 |
1869 7.3.384 mapping CTRL-K breaks CTRL-X CTRL-K for dictionary completion
|
|
Karsten Hopp |
429646 |
2220 7.3.385 with expression mapping cursor may end up in the wrong place
|
|
Karsten Hopp |
429646 |
1577 7.3.386 test 83 fails when iconv does not support cp932
|
|
Karsten Hopp |
9ba71d |
1708 7.3.387 (after 7.3.386) test 83 may fail for some encodings
|
|
Karsten Hopp |
9ba71d |
1378 7.3.388 crash on exit when EXITFREE is defined and using tiny features
|
|
Karsten Hopp |
9ba71d |
2117 7.3.389 after typing at a prompt the "MORE" message appears too soon
|
|
Karsten Hopp |
9ba71d |
4295 7.3.390 using NULL buffer pointer in a window
|
|
Karsten Hopp |
9ba71d |
1520 7.3.391 can't check if the XPM_W32 feature is enabled
|
|
Karsten Hopp |
9ba71d |
3505 7.3.392 setting 'undofile' does not trigger reading the undo file
|
|
Karsten Hopp |
9ba71d |
4803 7.3.393 Win32: When resizing Vim it may be moved to another monitor
|
|
Karsten Hopp |
7656b7 |
1866 7.3.394 screen messed up when placing a mark while starting up
|
|
Karsten Hopp |
7656b7 |
3012 7.3.395 (after 7.3.251) "dv?bar" deletes too much and breaks undo
|
|
Karsten Hopp |
7656b7 |
1598 7.3.396 operator can become linewise after forcing it characterwise
|
|
Karsten Hopp |
7656b7 |
6186 7.3.397 ":helpgrep" does not work when 'encoding' is not utf-8
|
|
Karsten Hopp |
7656b7 |
1928 7.3.398 jumping to wrong location after creating 10 location lists
|
|
Karsten Hopp |
7656b7 |
4052 7.3.399 ":cd" doesn't work when the path contains wildcards
|
|
Karsten Hopp |
7656b7 |
44950 7.3.400 compiler warnings for shadowed variables
|
|
Karsten Hopp |
7656b7 |
5138 7.3.401 couple more compiler warning for shadowed variables
|
|
Karsten Hopp |
7656b7 |
2006 7.3.402 line of text redrawn while at the more prompt
|
|
Karsten Hopp |
7656b7 |
2976 7.3.403 ":helpgrep" does not trigger QuickFixCmd* autocommands
|
|
Karsten Hopp |
7656b7 |
2638 7.3.404 using refresh "always" in a complete function breaks redo
|
|
Karsten Hopp |
7656b7 |
3074 7.3.405 xterm may delete the urxvt mouse termcap code
|
|
Karsten Hopp |
7656b7 |
2830 7.3.406 Win32: multi-byte characters in b:browsefilter broken
|
|
Karsten Hopp |
7656b7 |
7268 7.3.407 ":12verbose call F()" duplicates text while trying to truncate
|
|
Karsten Hopp |
7656b7 |
1446 7.3.408 (after 7.3.406) missing declaration breaks compilation
|
|
Karsten Hopp |
7656b7 |
1565 7.3.409 the license in pty.c is unclear
|
|
Karsten Hopp |
7656b7 |
1396 7.3.410 compiler error for // comment
|
|
Karsten Hopp |
7656b7 |
1775 7.3.411 pasting in Visual mode using the "" register does not work
|
|
Karsten Hopp |
7656b7 |
1502 7.3.412 storing a float in a session file has an additional '&'
|
|
Karsten Hopp |
7656b7 |
2770 7.3.413 compiler warnings on MS-Windows
|
|
Karsten Hopp |
7656b7 |
2304 7.3.414 using CTRL-A on "000" drops the leading zero
|
|
Karsten Hopp |
7656b7 |
1727 7.3.415 (after 7.3.359) function completion stops after a dictionary
|
|
Karsten Hopp |
7656b7 |
1687 7.3.416 (after 7.3.415) compiler warning for pointer type
|
|
Karsten Hopp |
7656b7 |
1460 7.3.417 (after 7.3.395) test 43 fails with a tiny build
|
|
Karsten Hopp |
7656b7 |
1705 7.3.418 get an error message when a user complete function returns -1
|
|
Karsten Hopp |
7656b7 |
2376 7.3.419 DBCS encoding in a user command does not always work
|
|
Karsten Hopp |
7656b7 |
2202 7.3.420 "it" and "at" don't work properly with a dash in the tag name
|
|
Karsten Hopp |
7656b7 |
2161 7.3.421 get E832 when setting 'undofile' in vimrc
|
|
Karsten Hopp |
7656b7 |
3076 7.3.422 Python 3 does not have __members__
|
|
Karsten Hopp |
7656b7 |
4733 7.3.423 small mistakes in comments, proto and indent
|
|
Karsten Hopp |
7656b7 |
2210 7.3.424 Win16 version missing some functions
|
|
Karsten Hopp |
7656b7 |
2572 7.3.425 (after 7.3.265) search history lines are duplicated
|
|
Karsten Hopp |
7656b7 |
8345 7.3.426 with '$' in 'cpoptions' $ is not displayed in the first column
|
|
Karsten Hopp |
dc868b |
10278 7.3.427 readfile() can be slow with long lines
|
|
Karsten Hopp |
7656b7 |
2881 7.3.428 Win32: an xpm file without a mask crashes Vim
|
|
Karsten Hopp |
7656b7 |
5441 7.3.429 with 'E' in 'cpoptions' redo wrong after "c0" in first column
|
|
Karsten Hopp |
7656b7 |
2949 7.3.430 conf filetype detection may end up in the wrong augroup
|
|
Karsten Hopp |
7656b7 |
8810 7.3.431 fetching a key at a prompt may be confused by escape sequences
|
|
Karsten Hopp |
7656b7 |
6926 7.3.432 ACLs are not supported for ZFS or NFSv4 on Solaris
|
|
Karsten Hopp |
7656b7 |
2538 7.3.433 using continued lines in a Vim script can be slow
|
|
Karsten Hopp |
7656b7 |
6194 7.3.434 using join() can be slow
|
|
Karsten Hopp |
dc868b |
1864 7.3.435 compiler warning for unused variable
|
|
Karsten Hopp |
dc868b |
3128 7.3.436 compiler warnings for types on Windows
|
|
Karsten Hopp |
dc868b |
2282 7.3.437 looping inside FOR_ALL_TAB_WINDOWS even when already done
|
|
Karsten Hopp |
dc868b |
4305 7.3.438 there is no way to avoid ":doautoall" reading modelines
|
|
Karsten Hopp |
dc868b |
2487 7.3.439 compiler warnings to size casts in Perl interface
|
|
Karsten Hopp |
dc868b |
5664 7.3.440 Vim does not support UTF8_STRING for the X selection
|
|
Karsten Hopp |
dc868b |
9578 7.3.441 newer versions of MzScheme require earlier initialisation
|
|
Karsten Hopp |
dc868b |
5445 7.3.442 (after 7.3.438) still read modelines for ":doautocmd"
|
|
Karsten Hopp |
dc868b |
8329 7.3.443 MS-Windows: 'shcf' and 'sxq' defaults are not very good
|
|
Karsten Hopp |
dc868b |
3159 7.3.444 ":all!" and ":sall!" give error E477
|
|
Karsten Hopp |
0d5b4b |
6224 7.3.445 (after 7.3.443) can't properly escape commands for cmd.exe
|
|
Karsten Hopp |
0d5b4b |
5338 7.3.446 (after 7.3.445) external command with special char doesnt work
|
|
Karsten Hopp |
0d5b4b |
10262 7.3.447 (after 7.3.446) External commands with "start" do not work
|
|
Karsten Hopp |
0d5b4b |
5192 7.3.448 (after 7.3.447) Win32: Still a problem with "!start /b"
|
|
Karsten Hopp |
0d5b4b |
15177 7.3.449 crash when a BufWinLeave autocmd closes the only other window
|
|
Karsten Hopp |
0d5b4b |
2359 7.3.450 (after 7.3.448) Win32: Still a problem with "!start /b"
|
|
Karsten Hopp |
0d5b4b |
10656 7.3.451 Tcl doesn't work on 64 bit MS-Windows
|
|
Karsten Hopp |
0d5b4b |
2329 7.3.452 undo broken when pasting close to the last line
|
|
Karsten Hopp |
0d5b4b |
1718 7.3.453 pasting in the command line is slow
|
|
Karsten Hopp |
0d5b4b |
2299 7.3.454 re-allocating memory slows Vim down
|
|
Karsten Hopp |
0d5b4b |
1891 7.3.455 using many continuation lines can be slow
|
|
Karsten Hopp |
0d5b4b |
10445 7.3.456 ":tab drop file" handling doesn't work well
|
|
Karsten Hopp |
0d5b4b |
2123 7.3.457 message translation dir not set when setting $VIMRUNTIME later
|
|
Karsten Hopp |
0d5b4b |
1532 7.3.458 crash when calling smsg() during startup
|
|
Karsten Hopp |
0d5b4b |
2196 7.3.459 compiler warnings for types on Windows
|
|
Karsten Hopp |
0d5b4b |
2785 7.3.460 Win32: UPX does not compress 64 bit binaries
|
|
Karsten Hopp |
0d5b4b |
6734 7.3.461 InsertCharPre event not always triggered
|
|
Karsten Hopp |
0d5b4b |
5129 7.3.462 when using ":loadview" folds may be closed unexpectedly
|
|
Karsten Hopp |
0d5b4b |
1774 7.3.463 cursor moved after using ":s///c"
|
|
Karsten Hopp |
0d5b4b |
1969 7.3.464 compiler warning for sprintf
|
|
Karsten Hopp |
0d5b4b |
14135 7.3.465 cannot get file name with newline from glob()
|
|
Karsten Hopp |
0d5b4b |
1606 7.3.466 ml_get error when replacing several selected lines
|
|
Karsten Hopp |
0d5b4b |
1526 7.3.467 cursor position wrong at command line when using input method
|
|
Karsten Hopp |
0d5b4b |
4775 7.3.468 for some compilers the error file is not easily readable
|
|
Karsten Hopp |
0d5b4b |
1557 7.3.469 compiler warning for unused argument
|
|
Karsten Hopp |
0d5b4b |
1892 7.3.470 test 62 fails when compiled without GUI and X11
|
|
Karsten Hopp |
0d5b4b |
2817 7.3.471 can't abort listing placed signs
|
|
Karsten Hopp |
e5d40b |
2792 7.3.472 crash when using ":redraw" in a BufEnter autocmd
|
|
Karsten Hopp |
e5d40b |
2119 7.3.473 'cursorbind' does not work correctly with 'virtualedit' "all"
|
|
Karsten Hopp |
e5d40b |
1682 7.3.474 gcc 4 build with Perl fails
|
|
Karsten Hopp |
e5d40b |
3670 7.3.475 in terminal with few colors omnicomplete menu is hard to see
|
|
Karsten Hopp |
e5d40b |
1874 7.3.476 backspacing in a Visual block selection causes problems.
|
|
Karsten Hopp |
e5d40b |
1725 7.3.477 scrolling back at the more prompt shows the wrong text
|
|
Karsten Hopp |
e5d40b |
1354 7.3.478 memory leak when the ':rv!' command reads a dict or list
|
|
Karsten Hopp |
e5d40b |
6622 7.3.479 'cursorline' line number highlighting can't be set separately
|
|
Karsten Hopp |
e5d40b |
6208 7.3.480 when using ":qa" priority of changed buffers could be better
|
|
Karsten Hopp |
e5d40b |
1945 7.3.481 changing 'virtualedit' in an operator function does not work
|
|
Karsten Hopp |
e5d40b |
1827 7.3.482 with 'cursorbind' set moving up/down does not keep the column
|
|
Karsten Hopp |
e5d40b |
3003 7.3.483 (after 7.3.477) more prompt shows up too ofte.
|
|
Karsten Hopp |
e5d40b |
2206 7.3.484 "vim --help" does not mention -E and --echo-wid
|
|
Karsten Hopp |
e5d40b |
1677 7.3.485 LDFLAGS isn't passed on to building xxd
|
|
Karsten Hopp |
e5d40b |
1803 7.3.486 build error with mingw64 on Windows 7
|
|
Karsten Hopp |
e5d40b |
19665 7.3.487 column position is reset unnecessarily when setting an option
|
|
Karsten Hopp |
e5d40b |
1458 7.3.488 ":help!" in a help file does not work as documented
|
|
Karsten Hopp |
e5d40b |
2783 7.3.489 Insert mode CTRL-] does not expand abbr. from a mapping
|
|
Karsten Hopp |
e5d40b |
74085 7.3.490 Lua interface: Member confusion, missing luaeval()
|
|
Karsten Hopp |
e5d40b |
7738 7.3.491 no tests for Lua
|
|
Karsten Hopp |
e5d40b |
14093 7.3.492 can't indent conditions separately from function arguments
|
|
Karsten Hopp |
e5d40b |
1565 7.3.493 (after 7.3.492) two unused variables
|
|
Karsten Hopp |
e5d40b |
6811 7.3.494 (after 7.3.491) can't build with Lua 9.1 or dynamic Lua
|
|
Karsten Hopp |
e5d40b |
3559 7.3.495 (after 7.3.492) compiler warnings
|
|
Karsten Hopp |
e5d40b |
2262 7.3.496 MS-DOS: tests fail when "diff" trips over line separators
|
|
Karsten Hopp |
e5d40b |
1606 7.3.497 crash when doing ":python print", compiled with gcc -O2
|
|
Karsten Hopp |
e5d40b |
2021 7.3.498 the behavior of "- register changes depending on 'clipboard'
|
|
Karsten Hopp |
e5d40b |
2561 7.3.499 may wait for the wrong child process to terminate
|
|
Karsten Hopp |
e5d40b |
1414 7.3.500 Ming makefile unconditionally sets WINVER
|
|
Karsten Hopp |
e5d40b |
1761 7.3.501 error for "flush" not being defined when using Ruby command
|
|
Karsten Hopp |
e5d40b |
2010 7.3.502 Netbeans insert halfway a line actually appends to the line
|
|
Karsten Hopp |
e5d40b |
1288 7.3.503 (after 7.3.501) warning for unused argument
|
|
Karsten Hopp |
e5d40b |
2602 7.3.504 commands in help files are not highlighted
|
|
Karsten Hopp |
e5d40b |
3376 7.3.505 test 11 fails on MS-Windows in some versions
|
|
Karsten Hopp |
e5d40b |
3040 7.3.506 GTK gives an error when selecting a non-existent file
|
|
Karsten Hopp |
e5d40b |
5241 7.3.507 overwriting existing file without question from file dialog
|
|
Karsten Hopp |
e5d40b |
2838 7.3.508 default for v:register is not set
|
|
Karsten Hopp |
e5d40b |
8621 7.3.509 'autochdir' causes :vimgrep to fail
|
|
Karsten Hopp |
e5d40b |
1462 7.3.510 test 77 fails on Solaris 7
|
|
Karsten Hopp |
e5d40b |
1563 7.3.511 crash when using FileReadCmd autocmd that does :e {file}
|
|
Karsten Hopp |
e5d40b |
2049 7.3.512 undofile() returns a useless name when passed an empty string
|
|
Karsten Hopp |
e5d40b |
3925 7.3.513 cannot use CTRL-E and CTRL-Y with "r"
|
|
Karsten Hopp |
e5d40b |
7792 7.3.514 no completion for :history command
|
|
Karsten Hopp |
e5d40b |
2073 7.3.515 'wildignorecase' only applies to the last part of the path
|
|
Karsten Hopp |
9a7543 |
2784 7.3.516 extend(o, o) may crash Vim
|
|
Karsten Hopp |
9a7543 |
1718 7.3.517 crash when using "vipvv"
|
|
Karsten Hopp |
9a7543 |
1976 7.3.518 ":helptags" cannot find tag when 'encoding' is double-byte
|
|
Karsten Hopp |
9a7543 |
1894 7.3.519 completefunction cannot indicate end of completion mode
|
|
Karsten Hopp |
9a7543 |
4238 7.3.520 Gvim starts up slow on Unbuntu 12.04
|
|
Karsten Hopp |
9a7543 |
3388 7.3.521 spell checking may crash when using multi-byte characters
|
|
Karsten Hopp |
9a7543 |
1885 7.3.522 crash in vim_realloc() when using MEM_PROFILE
|
|
Karsten Hopp |
9a7543 |
3493 7.3.523 ":diffupdate" doesn't check for files changed elsewhere
|
|
Karsten Hopp |
9a7543 |
1271 7.3.524 missing comma in version.c
|
|
Karsten Hopp |
9a7543 |
1884 7.3.525 compiler warning on 64 bit MS-Windows
|
|
Karsten Hopp |
9a7543 |
1950 7.3.526 confusing indenting for #ifdef
|
|
Karsten Hopp |
9a7543 |
4408 7.3.527 clang complains about non-ASCII characters in a string
|
|
Karsten Hopp |
9a7543 |
5919 7.3.528 crash when closing last window in a tab
|
|
Karsten Hopp |
9a7543 |
2439 7.3.529 using a count before "v" and "V" does not work
|
|
Karsten Hopp |
9a7543 |
1559 7.3.530 (after 7.3.520) gvim does not work when 'guioptions' has "f"
|
|
Karsten Hopp |
9a7543 |
1546 7.3.531 (after 7.3.530) GUI does not work on MS-Windows
|
|
Karsten Hopp |
9a7543 |
1685 7.3.532 compiler warning from Clang
|
|
Karsten Hopp |
9a7543 |
1323 7.3.533 memory leak when writing undo file
|
|
Karsten Hopp |
9a7543 |
2944 7.3.534 (after 7.3.461) autoindent fails with InsertCharPre autocmd
|
|
Karsten Hopp |
9a7543 |
8436 7.3.535 many #ifdefs for MB_MAXBYTES
|
|
Karsten Hopp |
9a7543 |
2014 7.3.536 German sharp s is not seen as a word character
|
|
Karsten Hopp |
9a7543 |
1352 7.3.537 unecessary call to init_spell_chartab()
|
|
Karsten Hopp |
9a7543 |
9735 7.3.538 'efm' does not handle Tabs in pointer lines
|
|
Karsten Hopp |
9a7543 |
1625 7.3.539 redraw multi-byte char on command line does not work properly
|
|
Karsten Hopp |
9a7543 |
1658 7.3.540 cursor is left on the text instead of the command line
|
|
Karsten Hopp |
9a7543 |
31063 7.3.541 when joining lines comment leaders need to be removed manually
|
|
Karsten Hopp |
9a7543 |
2240 7.3.542 (after 7.3.506) function is sometimes unused
|
|
Karsten Hopp |
9a7543 |
1632 7.3.543 the cursor is in the wrong line after using ":copen"
|
|
Karsten Hopp |
9a7543 |
3088 7.3.544 no autocommand for :quit before deciding to exit
|
|
Karsten Hopp |
9a7543 |
10435 7.3.545 autocommands may close a window that is already being closed
|
|
Karsten Hopp |
9a7543 |
1628 7.3.546 weird line break
|
|
Karsten Hopp |
9a7543 |
1661 7.3.547 (after 7.3.541) compiler warning for uninitialized variable
|
|
Karsten Hopp |
9a7543 |
1552 7.3.548 compiler warning on 64 bit Windows
|
|
Karsten Hopp |
9a7543 |
2957 7.3.549 in 'cinoptions' "0s" is interpreted as one shiftwidth
|
|
Karsten Hopp |
9a7543 |
4392 7.3.550 (after 7.3.541) with "j" in 'fo' a list leader is not removed
|
|
Karsten Hopp |
9a7543 |
13725 7.3.551 on :tablose a TabEnter autocommand is triggered too early
|
|
Karsten Hopp |
9a7543 |
17001 7.3.552 inside comments formatting does not use the "2" flag in 'fo'
|
|
Karsten Hopp |
9a7543 |
2515 7.3.553 text displayed one cell off if 'listchars' contains "precedes"
|
|
Karsten Hopp |
9a7543 |
1660 7.3.554 compiler warning for unused argument
|
|
Karsten Hopp |
9a7543 |
7968 7.3.555 building on IBM z/OS fails
|
|
Karsten Hopp |
9a7543 |
2194 7.3.556 compiler warnings on 64 bit Windows
|
|
Karsten Hopp |
b301d0 |
2958 7.3.557 crash when an autocommand wipes out a buffer when it is hidden
|
|
Karsten Hopp |
b301d0 |
2956 7.3.558 (after 7.3.552) memory access error
|
|
Karsten Hopp |
b301d0 |
3483 7.3.559 home_replace() does not work with 8.3 filename
|
|
Karsten Hopp |
b301d0 |
1551 7.3.560 get an error for a locked argument in extend()
|
|
Karsten Hopp |
b301d0 |
1511 7.3.561 refresh: always in a complete function breaks the "." command
|
|
Karsten Hopp |
b301d0 |
1659 7.3.562 ":profdel" works when the +profile feature is disabled
|
|
Karsten Hopp |
b301d0 |
2742 7.3.563 (after 7.3.557) can't build with tiny features
|
|
Karsten Hopp |
b301d0 |
1785 7.3.564 (after 7.3.559) warning for pointer conversion
|
|
Karsten Hopp |
b301d0 |
1806 7.3.565 can't generate proto file for Python 3
|
|
Karsten Hopp |
b301d0 |
2363 7.3.566 (after 7.3.561) redo works incorrectly without refresh:always
|
|
Karsten Hopp |
b301d0 |
1739 7.3.567 missing copyright notice
|
|
Karsten Hopp |
b301d0 |
3890 7.3.568 bad indents for #ifdefs
|
|
Karsten Hopp |
b301d0 |
133265 7.3.569 evaluating Vim expression in Python is insufficient
|
|
Karsten Hopp |
b301d0 |
4659 7.3.570 ":vimgrep" does not obey 'wildignore'
|
|
Karsten Hopp |
b301d0 |
3915 7.3.571 duplicated condition
|
|
Karsten Hopp |
b301d0 |
1915 7.3.572 duplicate statement in if and else
|
|
Karsten Hopp |
b301d0 |
1419 7.3.573 using array index before bounds checking
|
|
Karsten Hopp |
b301d0 |
2491 7.3.574 a CTRL-L character is not pasted on the search command line
|
|
Karsten Hopp |
b301d0 |
1586 7.3.575 "ygt" tries to yank instead of giving an error
|
|
Karsten Hopp |
b301d0 |
7301 7.3.576 formatting of lists inside comments is not right yet
|
|
Karsten Hopp |
b301d0 |
6542 7.3.577 size of memory does not fit in 32 bit unsigned
|
|
Karsten Hopp |
b301d0 |
2025 7.3.578 misplaced declaration.
|
|
Karsten Hopp |
b301d0 |
7644 7.3.579 (after 7.3.569) can't compile with Python 2.5
|
|
Karsten Hopp |
b301d0 |
1517 7.3.580 warning on 64 bit MS-Windows
|
|
Karsten Hopp |
b301d0 |
4236 7.3.581 problems compiling with Python
|
|
Karsten Hopp |
b301d0 |
1342 7.3.582 missing pieces in test OK file
|
|
Karsten Hopp |
b301d0 |
3125 7.3.583 PyObject_NextNotImplemented is not defined before Python 2.7
|
|
Karsten Hopp |
b301d0 |
4088 7.3.584 PyCObject is not always defined
|
|
Karsten Hopp |
6f0e69 |
1696 7.3.585 calling changed_bytes() too often
|
|
Karsten Hopp |
6f0e69 |
3055 7.3.586 MEMORYSTATUSEX not defined when compiling with Cygwin or MingW
|
|
Karsten Hopp |
6f0e69 |
2248 7.3.587 compiler warning for local var shadowing global var
|
|
Karsten Hopp |
6f0e69 |
2464 7.3.588 crash on NULL pointer
|
|
Karsten Hopp |
6f0e69 |
1974 7.3.589 crash when $HOME is not set
|
|
Karsten Hopp |
6f0e69 |
1804 7.3.590 the '< and '> marks cannot be set directly
|
|
Karsten Hopp |
6f0e69 |
5247 7.3.591 can only move to a tab by absolute number
|
|
Karsten Hopp |
6f0e69 |
3343 7.3.592 Vim on GTK does not support g:browsefilter
|
|
Karsten Hopp |
2df842 |
2237 7.3.593 no easy way to decide if b:browsefilter will work
|
|
Karsten Hopp |
2df842 |
4873 7.3.594 the X command server sends an empty reply for as-keys requests
|
|
Karsten Hopp |
f26c8d |
3921 7.3.595 the X command server responds slowly
|
|
Karsten Hopp |
f26c8d |
4967 7.3.596 can't remove all signs for a file or buffer
|
|
Karsten Hopp |
f26c8d |
21669 7.3.597 'clipboard' "autoselect" only applies to the * register
|
|
Karsten Hopp |
f26c8d |
2635 7.3.598 cannot act upon end of insert mode completion
|
|
Karsten Hopp |
f26c8d |
3042 7.3.599 (after 7.3.597) missing change in one file
|
|
Karsten Hopp |
f26c8d |
1572 7.3.600 <f-args> is not expanded properly with DBCS encoding
|
|
Karsten Hopp |
f26c8d |
1492 7.3.601 bad code style
|
|
Karsten Hopp |
f26c8d |
1532 7.3.602 missing files in distribution
|
|
Karsten Hopp |
f26c8d |
11248 7.3.603 it is possible to add or replace builtin functions
|
|
Karsten Hopp |
f26c8d |
1861 7.3.604 inputdialog() doesn't use the cancel argument in the console
|
|
Karsten Hopp |
bbcf58 |
2334 7.3.605 MS-Windows: Can't compile with older compilers
|
|
Karsten Hopp |
bbcf58 |
2522 7.3.606 CTRL-P completion has a problem with multi-byte characters
|
|
Karsten Hopp |
bbcf58 |
2139 7.3.607 with 8 color terminal selected menu item is black on black
|
|
Karsten Hopp |
bbcf58 |
3847 7.3.608 winrestview() does not always restore the view correctly
|
|
Karsten Hopp |
bbcf58 |
5843 7.3.609 file names in :checkpath! output are garbled
|
|
Karsten Hopp |
bbcf58 |
12106 7.3.610 cannot operate on the text that a search pattern matches
|
|
Karsten Hopp |
bbcf58 |
1895 7.3.611 can't use Vim dictionary as self argument in Python
|
|
Karsten Hopp |
bbcf58 |
2081 7.3.612 auto formatting messes up text when 'fo' contains "2"
|
|
Karsten Hopp |
bbcf58 |
6886 7.3.613 including Python's config.c in the build causes trouble
|
|
Karsten Hopp |
bbcf58 |
5747 7.3.614 number arg gets turned into number while it should be string
|
|
Karsten Hopp |
bbcf58 |
2915 7.3.615 completion does not recognized escaped spaces
|
|
Karsten Hopp |
bbcf58 |
1289 7.3.616 (after 7.3.610) can't compile without +visual
|
|
Karsten Hopp |
bbcf58 |
1781 7.3.617 (after 7.3.615) hang on completion
|
|
Karsten Hopp |
bbcf58 |
10033 7.3.618 (after 7.3.616) still doesn't compile with small features
|
|
Karsten Hopp |
bbcf58 |
1583 7.3.619 when executing a shell command Vim may become slow to respond
|
|
Karsten Hopp |
bbcf58 |
4897 7.3.620 building with recent Ruby on Win32 doesn't work
|
|
Karsten Hopp |
bbcf58 |
2259 7.3.621 compiler warnings on 64 bit windows
|
|
Karsten Hopp |
bbcf58 |
1867 7.3.622 XPM library for Win32 can't be found
|
|
Karsten Hopp |
230159 |
2426 7.3.623 Perl 5.14 commands crash Vim on MS-Windows
|
|
Karsten Hopp |
230159 |
1800 7.3.624 when cancelling input() it returns the third argument
|
|
Karsten Hopp |
230159 |
4327 7.3.625 "gn" does not handle zero-width matches correctly
|
|
Karsten Hopp |
230159 |
1500 7.3.626 Python interface doesn't build with Python 2.4 or older
|
|
Karsten Hopp |
230159 |
2803 7.3.627 expression not evaluated when using "n" flag with ":s"
|
|
Karsten Hopp |
230159 |
1802 7.3.628 ":open!" results in a confusing error message
|
|
Karsten Hopp |
230159 |
12019 7.3.629 there is no way to make 'shiftwidth' follow 'tabstop'
|
|
Karsten Hopp |
230159 |
1487 7.3.630 "|" does not behave correctly when 'virtualedit' is set
|
|
Karsten Hopp |
230159 |
10100 7.3.631 cannot complete user names
|
|
Karsten Hopp |
230159 |
14770 7.3.632 cannot select beyond 222 columns with the mouse in xterm
|
|
Karsten Hopp |
230159 |
2238 7.3.633 selection remains highlighted after selecting another text
|
|
Karsten Hopp |
230159 |
1884 7.3.634 Month/Day format for undo is confusing
|
|
Karsten Hopp |
230159 |
1586 7.3.635 system call during startup sets 'lines' to a wrong value
|
|
Karsten Hopp |
230159 |
4539 7.3.636 (after 7.3.625) "gn" fails for some zero-width matches
|
|
Karsten Hopp |
230159 |
3117 7.3.637 cannot catch error caused by a foldopen when there is no fold
|
|
Karsten Hopp |
230159 |
1783 7.3.638 unecessary redraw of the previous character
|
|
Karsten Hopp |
acfd5f |
31440 7.3.639 it's not easy to build Vim on Windows with XPM support
|
|
Karsten Hopp |
acfd5f |
455297 7.3.640 binary files for 7.3.639
|
|
Karsten Hopp |
acfd5f |
2219 7.3.641 ":mkview" uses ":normal" instead of ":normal!" for folds
|
|
Karsten Hopp |
acfd5f |
1810 7.3.642 segfault with specific autocommands
|
|
Karsten Hopp |
acfd5f |
2060 7.3.643 MS-Windows: 'lines' is wrong when starting up maximized
|
|
Karsten Hopp |
acfd5f |
1925 7.3.644 dead code for BeOS GUI
|
|
Karsten Hopp |
acfd5f |
2910 7.3.645 no tests for patch 7.3.625 and 7.3.637
|
|
Karsten Hopp |
acfd5f |
2353 7.3.646 undo file unusable after reloading a buffer
|
|
Karsten Hopp |
acfd5f |
5213 7.3.647 "gnd" doesn't work correctly in Visual mode
|
|
Karsten Hopp |
acfd5f |
3831 7.3.648 crash when using a very long file name
|
|
Karsten Hopp |
acfd5f |
2256 7.3.649 with 'clipboard' set to "unnamed" small deletes go to "1
|
|
Karsten Hopp |
acfd5f |
1679 7.3.650 Completing ":help \{-" gives error and messes up command line
|
|
Karsten Hopp |
acfd5f |
3120 7.3.651 Completing ":help \{-" gives error message
|
|
Karsten Hopp |
acfd5f |
2304 7.3.652 workaround for Python crash isn't perfect
|
|
Karsten Hopp |
acfd5f |
7986 7.3.653 lacking XPM support for MingW, 32 and 64 objects mixed up
|
|
Karsten Hopp |
acfd5f |
3301 7.3.654 creating Vim dictionary from Python an empty key might be used
|
|
Karsten Hopp |
acfd5f |
88812 7.3.655 64 bit MingW xpm .a file is missing
|
|
Karsten Hopp |
acfd5f |
3106 7.3.656 internal error in :pyeval
|
|
Karsten Hopp |
acfd5f |
6680 7.3.657 Python bindings silently truncate string values containing NUL
|
|
Karsten Hopp |
acfd5f |
4244 7.3.658 NUL bytes truncate strings when converted from Python
|
|
Karsten Hopp |
acfd5f |
6242 7.3.659 recent Python changes are not tested
|
|
Karsten Hopp |
acfd5f |
1448 7.3.660 ":help !" jumps to help for ":!"
|
|
Karsten Hopp |
acfd5f |
5339 7.3.661 (after 7.3.652) SEGV in Python code
|
|
Karsten Hopp |
acfd5f |
3126 7.3.662 can't build Ruby interface with Ruby 1.9.3
|
|
Karsten Hopp |
acfd5f |
1498 7.3.663 end of color scheme name not clear in E185
|
|
Karsten Hopp |
acfd5f |
2171 7.3.664 buffer overflow in unescaping multi-byte characters
|
|
Karsten Hopp |
acfd5f |
2414 7.3.665 MSVC 11 is not supported
|
|
Karsten Hopp |
acfd5f |
3195 7.3.666 Win32.mak can't be found
|
|
Karsten Hopp |
acfd5f |
3213 7.3.667 unused variables in Perl interface
|
|
Karsten Hopp |
acfd5f |
2763 7.3.668 loading Perl dynamically still uses static library
|
|
Karsten Hopp |
acfd5f |
4757 7.3.669 when building with Cygwin loading Python dynamically fails
|
|
Karsten Hopp |
acfd5f |
2318 7.3.670 tiny memory leak when throwing exception in Python
|
|
Karsten Hopp |
acfd5f |
8213 7.3.671 more Python code can be shared between Python 2 and 3
|
|
Karsten Hopp |
acfd5f |
22436 7.3.672 not possible to lock/unlock lists in Python interface
|
|
Karsten Hopp |
acfd5f |
1967 7.3.673 "gN" while 'selection' is "exclusive" misses one character
|
|
Karsten Hopp |
acfd5f |
10873 7.3.674 can't compile with Lua/dyn on Cygwin
|
|
Karsten Hopp |
acfd5f |
1597 7.3.675 accessing uninitialized memory with a very long file name
|
|
Karsten Hopp |
acfd5f |
2721 7.3.676 Ruby compilation on Windows 32 bit doesn't work
|
|
Karsten Hopp |
acfd5f |
8428 7.3.677 buf_spname() is used inconsistently
|
|
Karsten Hopp |
acfd5f |
2887 7.3.678 Ruby .so name may not be correct
|
|
Karsten Hopp |
acfd5f |
11455 7.3.679 Ruby detection uses Config, newer Ruby versions use RbConfig
|
|
Karsten Hopp |
acfd5f |
2190 7.3.680 some files missing in the list of distributed files
|
|
Karsten Hopp |
acfd5f |
2014 7.3.681 list of distributed files picks up backup files
|
|
Karsten Hopp |
acfd5f |
1791 7.3.682 (after 7.3.677) compiler complains about incompatible types
|
|
Karsten Hopp |
4f0789 |
2578 7.3.683 ":python" may crash when vimbindeval() returns None
|
|
Karsten Hopp |
4f0789 |
4714 7.3.684 "make test" does not delete lua.vim
|
|
Karsten Hopp |
4f0789 |
1827 7.3.685 no test for what patch 7.3.673 fixes
|
|
Karsten Hopp |
4f0789 |
2226 7.3.686 cannot use CTRL-\ e mapping when entering an expression
|
|
Karsten Hopp |
4f0789 |
1386 7.3.687 test 16 fails when $DISPLAY is not set
|
|
Karsten Hopp |
4f0789 |
5283 7.3.688 Python 3.3 is not supported
|
|
Karsten Hopp |
4f0789 |
2266 7.3.689 MzScheme and Lua may use a NULL string
|
|
Karsten Hopp |
4f0789 |
1806 7.3.690 crash with directory name equal to maximum path length
|
|
Karsten Hopp |
4f0789 |
1910 7.3.691 state specific to the Python thread is discarded
|
|
Karsten Hopp |
32cfa5 |
1598 7.3.692 can't build GTK version with GTK 2.0
|
|
Karsten Hopp |
32cfa5 |
5071 7.3.693 can't make 'softtabstop' follow 'shiftwidth'
|
|
Karsten Hopp |
32cfa5 |
4631 7.3.694 'shiftwidth' is not so easy to use in indent files
|
|
Karsten Hopp |
32cfa5 |
3710 7.3.695 balloon cannot show multi-byte text
|
|
Karsten Hopp |
32cfa5 |
2994 7.3.696 message about added spell language can be wrong
|
|
Karsten Hopp |
32cfa5 |
6108 7.3.697 leaking resources when setting GUI font
|
|
Karsten Hopp |
32cfa5 |
2742 7.3.698 Python 3 does not preserve state beween commands
|
|
Karsten Hopp |
32cfa5 |
2522 7.3.699 manually set 'ttymouse' is overruled by automatic detection
|
|
Karsten Hopp |
32cfa5 |
2214 7.3.700 cannot detect URXVT and SGR mouse support
|
|
Karsten Hopp |
32cfa5 |
2616 7.3.701 MS-Windows: Crash with stack overflow when setting 'encoding'
|
|
Karsten Hopp |
32cfa5 |
1352 7.3.702 nmake from VS6 service pack 6 is not recognized
|
|
Karsten Hopp |
32cfa5 |
3326 7.3.703 when 'undofile' is reset the hash is computed unnecessarily
|
|
Karsten Hopp |
32cfa5 |
2906 7.3.704 repeating "cgn" does not always work correctly
|
|
Karsten Hopp |
32cfa5 |
2581 7.3.705 mouse features are not in alphabetical order
|
|
Karsten Hopp |
32cfa5 |
1638 7.3.706 (after 7.3.697) can't build Motif version
|
|
Karsten Hopp |
32cfa5 |
4088 7.3.707 (after 7.3.701) library name with non-latin characters fails
|
|
Karsten Hopp |
32cfa5 |
3001 7.3.708 filler lines above the first line may be hidden
|
|
Karsten Hopp |
32cfa5 |
1513 7.3.709 compiler warning for unused argument
|
|
Karsten Hopp |
32cfa5 |
1685 7.3.710 (after 7.3.704) "fn" is broken
|
|
Karsten Hopp |
32cfa5 |
7579 7.3.711 (after 7.3.688) vim.current.buffer is not available
|
|
Karsten Hopp |
32cfa5 |
1474 7.3.712 nmake from VS2010 SP1 is not recognized
|
|
Karsten Hopp |
f977c8 |
3513 7.3.713 printf() can only align to bytes, not characters
|
|
Karsten Hopp |
f977c8 |
2296 7.3.714 :setlocal and :setglobal do not work in the sandbox
|
|
Karsten Hopp |
f977c8 |
8244 7.3.715 crash when calling setloclist() in BufUnload autocmd
|
|
Karsten Hopp |
86a5db |
1857 7.3.716 error on exit when using Python 3
|
|
Karsten Hopp |
86a5db |
1581 7.3.717 when changing font size only MS-Windows limits window size
|
|
Karsten Hopp |
86a5db |
1559 7.3.718 when re-using the current buffer the buffer-local options stay
|
|
Karsten Hopp |
86a5db |
18500 7.3.719 cannot run new version of cproto
|
|
Karsten Hopp |
86a5db |
11303 7.3.720 proto files are outdated
|
|
Karsten Hopp |
86a5db |
1624 7.3.721 Ruby interface defines local functions globally
|
|
Karsten Hopp |
86a5db |
2244 7.3.722 Perl flags may contain "-g", which breaks "make proto"
|
|
Karsten Hopp |
86a5db |
7337 7.3.723 various tiny problem.
|
|
Karsten Hopp |
86a5db |
2294 7.3.724 building with Ruby and Tcl on MS-Windows 64 bit does not work
|
|
Karsten Hopp |
86a5db |
2064 7.3.725 :aboveleft and :belowright have no effect on :copen
|
|
Karsten Hopp |
86a5db |
1900 7.3.726 typos and duplicate info in README
|
|
Karsten Hopp |
86a5db |
1405 7.3.727 can't always find Win32.mak when building GvimExt
|
|
Karsten Hopp |
86a5db |
7176 7.3.728 cannot compile with MzScheme interface on Ubuntu 12.10
|
|
Karsten Hopp |
86a5db |
1763 7.3.729 building with Ruby fails on some systems
|
|
Karsten Hopp |
86a5db |
2575 7.3.730 crash in PHP file when using syntastic
|
|
Karsten Hopp |
86a5db |
2188 7.3.731 Py3Init_vim() is exported uneccessarily
|
|
Karsten Hopp |
86a5db |
3772 7.3.732 compiler warnings for function arguments
|
|
Karsten Hopp |
86a5db |
2735 7.3.733 tests fail when including MzScheme
|
|
Karsten Hopp |
86a5db |
3680 7.3.734 cannot put help files in a sub-directory
|
|
Karsten Hopp |
86a5db |
3694 7.3.735 cannot build Ruby 1.9 with MingW or Cygwin
|
|
Karsten Hopp |
86a5db |
7558 7.3.736 file name completion in input() escapes white space
|
|
Karsten Hopp |
86a5db |
1380 7.3.737 when using do_cmdline() recursively did_endif is not reset
|
|
Karsten Hopp |
86a5db |
5106 7.3.738 (after 7.3.730) unused function argument
|
|
Karsten Hopp |
86a5db |
2326 7.3.739 computing number of lines may have an integer overflow
|
|
Karsten Hopp |
86a5db |
4818 7.3.740 IOC tool complains about undefined behavior for int
|
|
Karsten Hopp |
86a5db |
1576 7.3.741 (after 7.3.737) tiny build fails
|
|
Karsten Hopp |
86a5db |
1302 7.3.742 leaking memory when :vimgrep restores the directory
|
|
Karsten Hopp |
86a5db |
1773 7.3.743 (after 7.3.741) tiny build still fails
|
|
Karsten Hopp |
86a5db |
1467 7.3.744 64 bit compiler warning
|
|
Karsten Hopp |
86a5db |
2697 7.3.745 automatically setting 'ttymouse' doesn't work
|
|
Karsten Hopp |
86a5db |
2902 7.3.746 memory leaks when using location lists
|
|
Karsten Hopp |
86a5db |
2285 7.3.747 tab alignment does not work when characters are concealed
|
|
Karsten Hopp |
86a5db |
14505 7.3.748 no tests for conceal mode
|
|
Karsten Hopp |
86a5db |
1675 7.3.749 cannot build Python interface without multi-byte feature
|
|
Karsten Hopp |
86a5db |
3050 7.3.750 the justify macro does not always work correctly
|
|
Karsten Hopp |
86a5db |
3267 7.3.751 test 61 is flaky, it fails once in a while
|
|
Karsten Hopp |
86a5db |
2410 7.3.752 test 49 script file doesn't fold properly
|
|
Karsten Hopp |
86a5db |
3777 7.3.753 ":q" twice does not work when there is a QuitPre autocommand
|
|
Karsten Hopp |
86a5db |
1488 7.3.754 latest nmake is not recognized
|
|
Karsten Hopp |
86a5db |
5332 7.3.755 autoconf doesn't find Python 3 if it's called "python"
|
|
Karsten Hopp |
86a5db |
2957 7.3.756 a location list can get a wrong count in :lvimgrep
|
|
Karsten Hopp |
86a5db |
1549 7.3.757 issue 96: access freed memory if put command triggers autocmd
|
|
Karsten Hopp |
86a5db |
3173 7.3.758 matchit plugin does not handle space in #ifdef
|
|
Karsten Hopp |
86a5db |
3080 7.3.759 MS-Windows: Updating tabline is slow when there are many tabs
|
|
Karsten Hopp |
86a5db |
3055 7.3.760 dv_ deletes the white space before the line
|
|
Karsten Hopp |
86a5db |
2828 7.3.761 in Visual mode a "-p does not work
|
|
Karsten Hopp |
86a5db |
1798 7.3.762 (after 7.3.759) on some systems the tabline is not redraw.
|
|
Karsten Hopp |
86a5db |
2044 7.3.763 jumping to a mark does not open fold if it is in the same line
|
|
Karsten Hopp |
86a5db |
4060 7.3.764 not all message translation files are installed
|
|
Karsten Hopp |
86a5db |
3254 7.3.765 segfault when doing "cclose" on BufUnload in a python function
|
|
Karsten Hopp |
86a5db |
2865 7.3.766 ":help cpo-*" jumps to the wrong place
|
|
Karsten Hopp |
86a5db |
4437 7.3.767 (Win32) The _errno used for iconv may be the wrong one
|
|
Karsten Hopp |
86a5db |
1979 7.3.768 settabvar() and setwinvar() may move the cursor
|
|
Karsten Hopp |
86a5db |
9748 7.3.769 'matchpairs' does not work with multi-byte characters
|
|
Karsten Hopp |
86a5db |
3912 7.3.770 vim.h indentation is inconsistent
|
|
Karsten Hopp |
86a5db |
2074 7.3.771 (after 7.3.769) uninitialized variable
|
|
Karsten Hopp |
86a5db |
1539 7.3.772 cursor at wrong location after doing %s/x/y/c
|
|
Karsten Hopp |
86a5db |
1496 7.3.773 (after 7.3.767) crash when OriginalFirstThunk is zero
|
|
Karsten Hopp |
86a5db |
2567 7.3.774 tiny GUI version misses console dialog feature
|
|
Karsten Hopp |
86a5db |
2761 7.3.775 Cygwin and Mingw builds miss dependency on gui_w48.c
|
|
Karsten Hopp |
86a5db |
12411 7.3.776 ml_get error when searching, caused by curwin/curbuf mismatch
|
|
Karsten Hopp |
86a5db |
2035 7.3.777 when building with Gnome locale gets reset
|
|
Karsten Hopp |
86a5db |
1664 7.3.778 compiler error for adding up two pointers
|
|
Karsten Hopp |
86a5db |
4570 7.3.779 backwards search lands in wrong place when on a multibyte char
|
|
Karsten Hopp |
86a5db |
6443 7.3.780 char2nr() and nr2char() always use 'encoding'
|
|
Karsten Hopp |
86a5db |
5262 7.3.781 drawing with 'guifontwide' can be slow
|
|
Karsten Hopp |
86a5db |
4964 7.3.782 Windows: IME composition may use a wrong font
|
|
Karsten Hopp |
86a5db |
1329 7.3.783 crash when mark is not set
|
|
Karsten Hopp |
86a5db |
1914 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma
|
|
Karsten Hopp |
86a5db |
3145 7.3.785 (after 7.3.776) crash with specific use of search pattern
|
|
Karsten Hopp |
93b11c |
2928 7.3.786 Python threads don't run in the background (issue 103)
|
|
Karsten Hopp |
93b11c |
4304 7.3.787 with 'relativenumber' can't see the absolute line number
|
|
Karsten Hopp |
93b11c |
1481 7.3.788 when only using patches build fails on missing nl.po
|
|
Karsten Hopp |
93b11c |
5078 7.3.789 (after 7.3.776) "\k" in regexp does not work in other window
|
|
Karsten Hopp |
93b11c |
1727 7.3.790 after reloading a buffer the modelines are not processed
|
|
Karsten Hopp |
93b11c |
61514 7.3.791 MzScheme interface doesn't work propely
|
|
Karsten Hopp |
93b11c |
4000 7.3.792 ":substitute" works differently without confirmation
|
|
Karsten Hopp |
93b11c |
1768 7.3.793 (after 7.3.792) new :substutite behavior is not tested
|
|
Karsten Hopp |
93b11c |
1999 7.3.794 tiny build fails
|
|
Karsten Hopp |
93b11c |
5967 7.3.795 MzScheme does not build with tiny features
|
|
Karsten Hopp |
93b11c |
3027 7.3.796 "/[^\n]" does match at a line break
|
|
Karsten Hopp |
93b11c |
2040 7.3.797 (after 7.3.792) compiler warning for size_t to int conversion
|
|
Karsten Hopp |
bcafa0 |
3208 7.3.798 (after 7.3.791) MzScheme: circular list works wrong
|
|
Karsten Hopp |
bcafa0 |
1666 7.3.799 the color column is not correct when entering a buffer
|
|
Karsten Hopp |
bcafa0 |
2085 7.3.800 the " mark is not adjusted when inserting lines
|
|
Karsten Hopp |
bcafa0 |
2053 7.3.801 ":window set nu?" displays the cursor line
|
|
Karsten Hopp |
bcafa0 |
1426 7.3.802 no error when setting 'isk' to a value ending in a comma
|
|
Karsten Hopp |
bcafa0 |
2523 7.3.803 (after 7.3.792) ":s/a/b/gc" is a no-op when typing 'q'
|
|
Karsten Hopp |
bcafa0 |
1373 7.3.804 (after 7.3.799) compiler warning for tiny build
|
|
Karsten Hopp |
bcafa0 |
3434 7.3.805 Lua version 5.2 is not detected properly on Arch Linux
|
|
Karsten Hopp |
bcafa0 |
4287 7.3.806 compiler warnings in Perl code when using Visual studio 2012
|
|
Karsten Hopp |
bcafa0 |
1620 7.3.807 popup menu does not work properly in some situations
|
|
Karsten Hopp |
bcafa0 |
8219 7.3.808 Python threads still do not work properly
|
|
Karsten Hopp |
bcafa0 |
1609 7.3.809 the dosinst.c program has a buffer overflow
|
|
Karsten Hopp |
bcafa0 |
8532 7.3.810 'relativenumber is reset unexpectedly
|
|
Karsten Hopp |
bcafa0 |
1867 7.3.811 useless termresponse parsing for SGR mouse
|
|
Karsten Hopp |
bcafa0 |
2481 7.3.812 when 'indentexpr' moves the cursor "curswant" not restored
|
|
Karsten Hopp |
bcafa0 |
2028 7.3.813 the CompleteDone event is not always triggered
|
|
Karsten Hopp |
bcafa0 |
4425 7.3.814 Win32 console: problem if 'enc' differs from current codepage
|
|
Karsten Hopp |
bcafa0 |
4694 7.3.815 building with Cygwin and Ruby doesn't work
|
|
Karsten Hopp |
bcafa0 |
12480 7.3.816 can't compute a hash
|
|
Karsten Hopp |
bcafa0 |
1567 7.3.817 test 89 fails with tiny and small features
|
|
Karsten Hopp |
bcafa0 |
4236 7.3.818 when test 40 fails it may leave files behind
|
|
Karsten Hopp |
bcafa0 |
16345 7.3.819 (CORRECTED) compiling without +eval and Python isn't working
|
|
Karsten Hopp |
bcafa0 |
3295 7.3.820 errors when building with small features and Lua, Perl or Ruby
|
|
Karsten Hopp |
bcafa0 |
2199 7.3.821 build with OLE and Cygwin is broken
|
|
Karsten Hopp |
bcafa0 |
4013 7.3.822 (after 7.3.799) crash when accessing freed buffer
|
|
Karsten Hopp |
410624 |
2051 7.3.823 (after 7.3.821) building with Cygwin: '-lsupc++' is not needed
|
|
Karsten Hopp |
410624 |
1566 7.3.824 can redefine builtin functions
|
|
Karsten Hopp |
410624 |
4540 7.3.825 with Python errors are not always clear
|
|
Karsten Hopp |
410624 |
3807 7.3.826 list of features in :version output is hard to read
|
|
Karsten Hopp |
410624 |
3112 7.3.827 (after 7.3.825) Python tests fail
|
|
Karsten Hopp |
410624 |
4780 7.3.828 mappings are not aware of wildmenu mode
|
|
Karsten Hopp |
410624 |
2664 7.3.829 'showmatch' shows wrong match and may scroll the screen
|
|
Karsten Hopp |
410624 |
2841 7.3.830 :mksession confuses bytes and characters when placing cursor
|
|
Karsten Hopp |
410624 |
20653 7.3.831 clumsy to handle the situation that a variable does not exist
|
|
Karsten Hopp |
410624 |
1830 7.3.832 compiler warning
|
|
Karsten Hopp |
410624 |
2985 7.3.833 In the terminal scroll wheel always scrolls the active window
|
|
Karsten Hopp |
410624 |
2556 7.3.834 Ruby 2.0 has a few API changes
|
|
Karsten Hopp |
410624 |
1755 7.3.835 "xxd -i" fails on an empty file
|
|
Karsten Hopp |
410624 |
59985 7.3.836 clipboard does not work on Win32 when compiled with Cygwin
|
|
Karsten Hopp |
410624 |
2221 7.3.837 empty lines in :version output when 'columns' is 320
|
|
Karsten Hopp |
94b639 |
11057 7.3.838 (after 7.3.830) insufficient testing for mksession
|
|
Karsten Hopp |
410624 |
2012 7.3.839 some files missing in the list of distributed files
|
|
Karsten Hopp |
d3b012 |
1652 7.3.840 "\@
|
|
Karsten Hopp |
410624 |
2073 7.3.841 parse error in "cond ? one : two" expression with a subscript
|
|
Karsten Hopp |
410624 |
1724 7.3.842 compiler warning
|
|
Karsten Hopp |
410624 |
3883 7.3.843 (after 7.3.841) missing test file changes
|
|
Karsten Hopp |
410624 |
5894 7.3.844 enum is not indented correctly with "public" etc
|
|
Karsten Hopp |
410624 |
2057 7.3.845 (after 7.3.844) enum indenting is not tested
|
|
Karsten Hopp |
410624 |
1442 7.3.846 missing proto file, listing a non-existing proto file
|
|
Karsten Hopp |
410624 |
1546 7.3.847 test 55 fails when messages are translated
|
|
Karsten Hopp |
410624 |
4475 7.3.848 can't build with Ruby 2.0 when using MinGW x64 or MSVC10
|
|
Karsten Hopp |
410624 |
1773 7.3.849 ":g//" gives "Pattern not found error" with E486
|
|
Karsten Hopp |
410624 |
2719 7.3.850 ":vimgrep //" matches everywhere
|
|
Karsten Hopp |
410624 |
2264 7.3.851 empty pattern with :sort incorrect without previous pattern
|
|
Karsten Hopp |
410624 |
3376 7.3.852 system() breaks clipboard text
|
|
Karsten Hopp |
410624 |
2711 7.3.853 "ra" does not replace all chars on multi-byte chars > 1 line
|
|
Karsten Hopp |
410624 |
1630 7.3.854 after BS in insert mode completion current entry is wrong
|
|
Karsten Hopp |
410624 |
1831 7.3.855 compiler warnings
|
|
Karsten Hopp |
410624 |
8587 7.3.856 system() garbles multi-byte clipboard contents
|
|
Karsten Hopp |
410624 |
2763 7.3.857 QuitPre autocommand event does not trigger for :qa and :wq
|
|
Karsten Hopp |
410624 |
4120 7.3.858 "gv" selects the wrong area after some operators
|
|
Karsten Hopp |
410624 |
9955 7.3.859 'ambiwidth' must be set by the user
|
|
Karsten Hopp |
410624 |
2602 7.3.860 in --remote-expr try/catch does not work
|
|
Karsten Hopp |
410624 |
4494 7.3.861 ":setlocal number" clears global value of 'relativenumber'
|
|
Karsten Hopp |
410624 |
5831 7.3.862 dragging the status line can be slow
|
|
Karsten Hopp |
410624 |
3025 7.3.863 (after 7.3.859) 'ambiwidth' detection for ANSI terminal
|
|
Karsten Hopp |
410624 |
1516 7.3.864 (after 7.3.862) can't build without the mouse feature
|
|
Karsten Hopp |
410624 |
2015 7.3.865 (after 7.3.862) mouse position can be wrong
|
|
Karsten Hopp |
410624 |
4745 7.3.866 not serving the X selection during system() isn't nice
|
|
Karsten Hopp |
410624 |
9641 7.3.867 matchparen does not update match when using auto-indenting
|
|
Karsten Hopp |
410624 |
2567 7.3.868 empty line at hit-return prompt with few lines of text
|
|
Karsten Hopp |
410624 |
11112 7.3.869 bufwinnr() matches buffers in other tabs
|
|
Karsten Hopp |
410624 |
6562 7.3.870 compiler warnings when using MingW 4.5.3
|
|
Karsten Hopp |
410624 |
2741 7.3.871 search('^$', 'c') does not use empty match under the cursor
|
|
Karsten Hopp |
410624 |
14914 7.3.872 on some systems file name case is always ignored
|
|
Karsten Hopp |
410624 |
5967 7.3.873 cannot easily use :s to make title case
|
|
Karsten Hopp |
410624 |
3480 7.3.874 comparing file names does not handle multi-byte chars properly
|
|
Karsten Hopp |
410624 |
1865 7.3.875 (after 7.3.866) build problem with a combination of features
|
|
Karsten Hopp |
410624 |
2182 7.3.876 #if indents are off
|
|
Karsten Hopp |
410624 |
3069 7.3.877 (after 7.3.871) forward searching with search() is broken
|
|
Karsten Hopp |
410624 |
3124 7.3.878 'fileignorecase' is missing in options window and quickref
|
|
Karsten Hopp |
410624 |
2792 7.3.879 aborting an ex command does not abort a pending operator
|
|
Karsten Hopp |
410624 |
7907 7.3.880 new viminfo history lines may be replacd with old lines
|
|
Karsten Hopp |
410624 |
2849 7.3.881 Python list does not work correctly
|
|
Karsten Hopp |
410624 |
1714 7.3.882 CursorHold may trigger after receiving the termresponse
|
|
Karsten Hopp |
410624 |
2350 7.3.883 (after 7.3.880) can't build with some combination of features
|
|
Karsten Hopp |
410624 |
2150 7.3.884 compiler warning for variable shadowing another
|
|
Karsten Hopp |
410624 |
2408 7.3.885 double free for list and dict in Lua
|
|
Karsten Hopp |
410624 |
2567 7.3.886 can't build with multi-byte on Solaris 10
|
|
Karsten Hopp |
410624 |
9601 7.3.887 no tests for Visual mode operators, what 7.3.879 fixes
|
|
Karsten Hopp |
410624 |
3933 7.3.888 filename completion with 'fic' does not work for multi-byte
|
|
Karsten Hopp |
410624 |
2040 7.3.889 can't build with Ruby 2.0 on a 64 bit system
|
|
Karsten Hopp |
410624 |
1563 7.3.890 test 79 fails on Windows
|
|
Karsten Hopp |
410624 |
3761 7.3.891 merging viminfo history doesn't work well
|
|
Karsten Hopp |
410624 |
7984 7.3.892 (after 7.3.891) still merging problems for viminfo history
|
|
Karsten Hopp |
410624 |
19606 7.3.893 crash when using b:, w: or t: after closing the buffer etc.
|
|
Karsten Hopp |
410624 |
2219 7.3.894 using wrong RUBY_VER causing Ruby build to break
|
|
Karsten Hopp |
410624 |
5927 7.3.895 valgrind error in test 91
|
|
Karsten Hopp |
410624 |
5208 7.3.896 memory leaks in Lua interface
|
|
Karsten Hopp |
410624 |
4487 7.3.897 configure doesn't always find the shared library
|
|
Karsten Hopp |
410624 |
7367 7.3.898 memory leak reported by valgrind in test 91
|
|
Karsten Hopp |
410624 |
2116 7.3.899 #if indents are off
|
|
Karsten Hopp |
410624 |
1639 7.3.900 not obvious that some mouse features are mutual-exclusive
|
|
Karsten Hopp |
410624 |
2748 7.3.901 outdated comment, ugly condition
|
|
Karsten Hopp |
410624 |
1345 7.3.902 tabline not updated when deleting last buffer in other tab
|
|
Karsten Hopp |
410624 |
1827 7.3.903 (after 7.3.892) crash on exit writing viminfo
|
|
Karsten Hopp |
94b639 |
1465 7.3.904 (after 7.3.893) using memory freed by the garbage collector
|
|
Karsten Hopp |
94b639 |
1394 7.3.905 (after 7.3.903) crash when writing viminfo
|
|
Karsten Hopp |
94b639 |
1796 7.3.906 the "sleep .2" for running tests does not work on Solaris
|
|
Karsten Hopp |
94b639 |
5559 7.3.907 Python uses IndexError when a dict key is not found
|
|
Karsten Hopp |
94b639 |
1307 7.3.908 possible crash when using a list in Python
|
|
Karsten Hopp |
94b639 |
57917 7.3.909 duplicate Python code
|
|
Karsten Hopp |
94b639 |
2955 7.3.910 Python code in #ifdef branches with only minor differences
|
|
Karsten Hopp |
94b639 |
11651 7.3.911 Python: Access to Vim variables is not so easy
|
|
Karsten Hopp |
94b639 |
1673 7.3.912 typing ":" at hit-enter dialog fails if the a file changed
|
|
Karsten Hopp |
94b639 |
2166 7.3.913 (after 7.3.905) still a crash when writing viminfo
|
|
Karsten Hopp |
94b639 |
1966 7.3.914 ~/.viminfo is messed up when running tests
|
|
Karsten Hopp |
94b639 |
1461 7.3.915 next encoding in 'fencs' is not used if error at the end
|
|
Karsten Hopp |
94b639 |
3213 7.3.916 using freed memory when pasting with the mouse (Issue 130)
|
|
Karsten Hopp |
94b639 |
2504 7.3.917 when a path ends in backslash appending a comma fails
|
|
Karsten Hopp |
94b639 |
2634 7.3.918 repeating Ex command after using Visual motion does not work
|
|
Karsten Hopp |
94b639 |
1777 7.3.919 (after 7.3.788) empty nl.po file does not work with old msgfmt
|
|
Karsten Hopp |
94b639 |
1578 7.3.920 compiler warning for size_t to int
|
|
Karsten Hopp |
94b639 |
1840 7.3.921 trying to create a fontset handle when 'guifontset' is not set
|
|
Karsten Hopp |
94b639 |
2073 7.3.922 no test for what 7.3.918 fixes
|
|
Karsten Hopp |
94b639 |
3123 7.3.923 configure check for X11 header files fails on Solaris
|
|
Karsten Hopp |
94b639 |
44449 7.3.924 Python interface can't easily access options
|
|
Karsten Hopp |
94b639 |
99193 7.3.925 typos in source code and build files
|
|
Karsten Hopp |
94b639 |
26424 7.3.926 triggering autocommands is wrong for :tabclose et al.
|
|
Karsten Hopp |
94b639 |
4329 7.3.927 missing combining characters when putting text in a register
|
|
Karsten Hopp |
94b639 |
2141 7.3.928 (after 7.3.924) can't build with strict C compiler
|
|
Karsten Hopp |
94b639 |
4270 7.3.929 (after 7.3.924) unused variable, not freeing unused string
|
|
Karsten Hopp |
94b639 |
1375 7.3.930 MSVC 2012 update is not recognized
|
|
Karsten Hopp |
94b639 |
1915 7.3.931 no completion for :xmap and :smap
|
|
Karsten Hopp |
47a0a0 |
1388 7.3.932 compiler warning for uninitialized variable
|
|
Karsten Hopp |
47a0a0 |
4739 7.3.933 Ruby on Mac crashes due to GC failure
|
|
Karsten Hopp |
47a0a0 |
2023 7.3.934 E381 and E380 make the user think nothing happened
|
|
Karsten Hopp |
47a0a0 |
3655 7.3.935 (after 7.3.933) Ruby init stack differs on 64 bit systems
|
|
Karsten Hopp |
47a0a0 |
23271 7.3.936 (after 7.3.935) Ruby missing piece for static 64 bit linking
|
|
Karsten Hopp |
47a0a0 |
16512 7.3.937 more can be shared between Python 2 and 3
|
|
Karsten Hopp |
47a0a0 |
4418 7.3.938 Python: not so easy to get the window number
|
|
Karsten Hopp |
47a0a0 |
2053 7.3.939 Using Py_BuildValue is inefficient sometimes
|
|
Karsten Hopp |
47a0a0 |
3030 7.3.940 Python: Can't get position of window
|
|
Karsten Hopp |
47a0a0 |
32095 7.3.941 Python: Stuff in if_py_both.h is ordered badly
|
|
Karsten Hopp |
47a0a0 |
5470 7.3.942 Python: SEGV in Buffer functions
|
|
Karsten Hopp |
47a0a0 |
6867 7.3.943 Python: Negative indices were failing
|
|
Karsten Hopp |
0a58ac |
2283 7.3.944 external program receives the termrespone
|
|
Karsten Hopp |
510678 |
16738 7.3.945 Python: List of buffers is not very useful
|
|
Karsten Hopp |
510678 |
3029 7.3.946 sometimes keys starting with <Esc>[ ar not working
|
|
Karsten Hopp |
510678 |
17613 7.3.947 Python: No iterator for vim.list and vim.bufferlist
|
|
Karsten Hopp |
510678 |
11841 7.3.948 cannot build with Python 2.2
|
|
Karsten Hopp |
510678 |
25668 7.3.949 Python: no easy access to tabpages
|
|
Karsten Hopp |
510678 |
5750 7.3.950 Python: Stack trace printer can't handle messages
|
|
Karsten Hopp |
510678 |
15906 7.3.951 Python exceptions have problems
|
|
Karsten Hopp |
510678 |
5245 7.3.952 Python: It's not easy to change window/buffer/tabpage
|
|
Karsten Hopp |
510678 |
3924 7.3.953 Python: string exceptions are deprecated
|
|
Karsten Hopp |
510678 |
2374 7.3.954 No check if PyObject_IsTrue fails
|
|
Karsten Hopp |
510678 |
12291 7.3.955 Python: Not enough tests
|
|
Karsten Hopp |
510678 |
5261 7.3.956 Python vim.bindeval() causes SIGABRT
|
|
Karsten Hopp |
510678 |
9959 7.3.957 Python does not have a "do" command like Perl or Lua
|
|
Karsten Hopp |
510678 |
1772 7.3.958 Python: Iteration destructor not set
|
|
Karsten Hopp |
510678 |
2058 7.3.959 (after 7.3.957) missing error number
|
|
Karsten Hopp |
510678 |
1366 7.3.960 compiler warning for unused variable
|
|
Karsten Hopp |
510678 |
3054 7.3.961 tests 86 and 87 fail when using another language than English
|
|
Karsten Hopp |
510678 |
8389 7.3.962 Python tests are not portable
|
|
Karsten Hopp |
510678 |
18867 7.3.963 setting curbuf without curwin causes trouble
|
|
Karsten Hopp |
510678 |
13179 7.3.964 Python: not so easy to access tab pages
|
|
Karsten Hopp |
510678 |
8088 7.3.965 Python garbage collection not working properly
|
|
Karsten Hopp |
510678 |
10038 7.3.966 there is ":py3do" but no ":pydo"
|
|
Karsten Hopp |
510678 |
3304 7.3.967 (after 7.3.965) build fails on Mac OSX
|
|
Karsten Hopp |
510678 |
2100 7.3.968 multi-byte support is only available with "big" features
|
|
Karsten Hopp |
510678 |
1603 7.3.969 can't built with Python 3 and without Python 2
|
|
Karsten Hopp |
ae61a4 |
182647 7.3.970 (fixed) pattern matching is slow, include the NFA engine
|
|
Karsten Hopp |
510678 |
4337 7.3.971 no support for VS2012 static code analysis
|
|
Karsten Hopp |
510678 |
3720 7.3.972 cursor not restored properly after InsertEnter autocommand
|
|
Karsten Hopp |
510678 |
3881 7.3.973 (after 7.3.970) compiler warnings, crash on startup
|
|
Karsten Hopp |
510678 |
4775 7.3.974 can't build with ruby 1.8.5
|
|
Karsten Hopp |
510678 |
2301 7.3.975 (after 7.3.970) crash in regexp parsing
|
|
Karsten Hopp |
510678 |
2254 7.3.976 (after 7.3.970) can't build with HP-UX
|
|
Karsten Hopp |
510678 |
7028 7.3.977 compiler warnings, white space, uncommented for testing
|
|
Karsten Hopp |
510678 |
4535 7.3.978 regexp debug logs don't have a good name
|
|
Karsten Hopp |
510678 |
2268 7.3.979 complex NFA regexp doesn't work
|
|
Karsten Hopp |
510678 |
3597 7.3.980 regexp logs contain garbage; character classes don't work
|
|
Karsten Hopp |
510678 |
3105 7.3.981 old regexp engine fails on \i, \I, \f and \F with mbyte chars
|
|
Karsten Hopp |
510678 |
2800 7.3.982 \p does not work on multi-byte chars in new regexp engine
|
|
Karsten Hopp |
510678 |
2675 7.3.983 uneccessary temp variable
|
|
Karsten Hopp |
510678 |
1706 7.3.984 Visual mapping using CTRL-G works differently from Insert mode
|
|
Karsten Hopp |
510678 |
1691 7.3.985 GTK vim not started as gvim has WM_CLASS property wrong
|
|
Karsten Hopp |
510678 |
2113 7.3.986 test 95 doesn't pass when 'encoding' isn't utf-8
|
|
Karsten Hopp |
510678 |
6338 7.3.987 no easy to run an individual test; test 64 may fail
|
|
Karsten Hopp |
ae61a4 |
1552 7.3.988 new regexp engine is slow
|
|
Karsten Hopp |
ae61a4 |
1944 7.3.989 new regexp engine compares negative numbers to character
|
|
Karsten Hopp |
ae61a4 |
7487 7.3.990 memory leak in new regexp engine
|
|
Karsten Hopp |
ae61a4 |
18482 7.3.991 more can be shared between python 2 and 3
|
|
Karsten Hopp |
ae61a4 |
70337 7.3.992 Python: Too many type casts
|
|
Karsten Hopp |
ae61a4 |
7832 7.3.993 (after 7.3.992) later patch does things slightly differently
|
|
Karsten Hopp |
ae61a4 |
7845 7.3.994 Python: using magic constants
|
|
Karsten Hopp |
ae61a4 |
13902 7.3.995 Python: Module initialization is duplicated
|
|
Karsten Hopp |
ae61a4 |
14039 7.3.996 Python: Can't check types of what is returned by bindeval()
|
|
Karsten Hopp |
ae61a4 |
23712 7.3.997 Vim and Python exceptions are different
|
|
Karsten Hopp |
ae61a4 |
11177 7.3.998 Python: garbage collection issues
|
|
Karsten Hopp |
ae61a4 |
4683 7.3.999 new regexp engine sets curbuf temporarily
|
|
Karsten Hopp |
ae61a4 |
1637 7.3.1000 (whoa!) typo in char value causes out of bounds access
|
|
Karsten Hopp |
4874ab |
1651 7.3.1001 duplicate condition in if
|
|
Karsten Hopp |
4874ab |
4012 7.3.1002 valgrind errors for Python interface
|
|
Karsten Hopp |
4874ab |
11873 7.3.1003 Python interface does not compile with Python 2.2
|
|
Karsten Hopp |
4874ab |
10551 7.3.1004 Python: no error when option could not be set
|
|
Karsten Hopp |
d3b012 |
6658 7.3.1005 get stuck on regexp "\n*" and on "%s/^\n\+/\r"
|
|
Karsten Hopp |
d3b012 |
2012 7.3.1006 NFA engine not used for "\_[0-9]"
|
|
Karsten Hopp |
d3b012 |
1745 7.3.1007 can't build on Minix 3.2.1
|
|
Karsten Hopp |
d3b012 |
2577 7.3.1008 test 95 fails on MS-Windows
|
|
Karsten Hopp |
d3b012 |
1517 7.3.1009 Python: compiler warning for ambiguous else
|
|
Karsten Hopp |
d3b012 |
4767 7.3.1010 new regexp: adding \Z makes every character match
|
|
Karsten Hopp |
d3b012 |
12440 7.3.1011 new regexp engine is inefficient with multi-byte characters
|
|
Karsten Hopp |
d3b012 |
5335 7.3.1012 \Z does not work properly with the new regexp engine
|
|
Karsten Hopp |
d3b012 |
8601 7.3.1013 new regexp logging is a bit messy
|
|
Karsten Hopp |
d3b012 |
5064 7.3.1014 new regexp state dump is hard to read
|
|
Karsten Hopp |
d3b012 |
5630 7.3.1015 new regexp engine: Matching composing characters is wrong
|
|
Karsten Hopp |
d3b012 |
4452 7.3.1016 unused field in nfa_state
|
|
Karsten Hopp |
d3b012 |
11523 7.3.1017 zero width match changes length of match
|
|
Karsten Hopp |
d3b012 |
2979 7.3.1018 new regexp engine wastes memory
|
|
Karsten Hopp |
d3b012 |
4149 7.3.1019 not working with the new regexp engine: \%[oxduU]123
|
|
Karsten Hopp |
d3b012 |
60056 7.3.1020 not all patterns are tested with auto / old / new engine
|
|
Karsten Hopp |
d3b012 |
6612 7.3.1021 new regexp engine does not ignore order of composing chars
|
|
Karsten Hopp |
d3b012 |
21993 7.3.1022 compiler warning for shadowed variable
|
|
Karsten Hopp |
d3b012 |
3777 7.3.1023 mixed results for pattern with composing char only and \Z
|
|
Karsten Hopp |
d3b012 |
16114 7.3.1024 new regexp: End of matching pattern not set correctly
|
|
Karsten Hopp |
d3b012 |
6270 7.3.1025 new regexp: not matching newline in string
|
|
Karsten Hopp |
d3b012 |
3384 7.3.1026 new regexp: pattern that includs a new-line matches too early
|
|
Karsten Hopp |
d3b012 |
2380 7.3.1027 new regexp performance: Calling no_Magic() very often
|
|
Karsten Hopp |
d3b012 |
22962 7.3.1028 new regexp performance: Copying a lot of position state
|
|
Karsten Hopp |
d3b012 |
2536 7.3.1030 (after 7.3.1028) can't build for debugging
|
|
Karsten Hopp |
d3b012 |
2224 7.3.1031 compiler warnings for shadowed variable
|
|
Karsten Hopp |
d3b012 |
13629 7.3.1032 "\ze" is not supported by the new regexp engine
|
|
Karsten Hopp |
d3b012 |
35107 7.3.1033 "\1" .. "\9" are not supported in the new regexp engine
|
|
Karsten Hopp |
d3b012 |
5753 7.3.1034 new regexp code using strange multi-byte code
|
|
Karsten Hopp |
d3b012 |
1624 7.3.1035 compiler warning on 64 bit windows
|
|
Karsten Hopp |
d3b012 |
13539 7.3.1036 can't build on HP-UX
|
|
Karsten Hopp |
d3b012 |
10869 7.3.1037 look-behind matching is very slow on long lines
|
|
Karsten Hopp |
d3b012 |
4527 7.3.1038 crash when using Cscope
|
|
Karsten Hopp |
d3b012 |
10088 7.3.1039 new regexp engine does not support \%23c, \%<23c and the like
|
|
Karsten Hopp |
d3b012 |
11134 7.3.1040 Python: Problems with debugging dynamic build
|
|
Karsten Hopp |
d3b012 |
4010 7.3.1041 Python: valgrind invalid read errors.
|
|
Karsten Hopp |
d3b012 |
25871 7.3.1042 Python: can't assign to vim.Buffer.name
|
|
Karsten Hopp |
d3b012 |
9319 7.3.1043 Python: Dynamic compilation with 2.3 fails
|
|
Karsten Hopp |
d3b012 |
11091 7.3.1044 Python: No {Buffer,TabPage,Window}.valid attributes
|
|
Karsten Hopp |
d3b012 |
4247 7.3.1045 Python: No error handling for VimToPython function
|
|
Karsten Hopp |
d3b012 |
3272 7.3.1046 Python: Using Py_BuildValue for building strings
|
|
Karsten Hopp |
d3b012 |
20246 7.3.1047 Python: dir() does not work properly
|
|
Karsten Hopp |
d3b012 |
14215 7.3.1048 Python: no consistent naming
|
|
Karsten Hopp |
d3b012 |
4082 7.3.1049 Python: no consistent naming
|
|
Karsten Hopp |
d3b012 |
1447 7.3.1050 Python: Typo in pyiter_to_tv
|
|
Karsten Hopp |
d3b012 |
6973 7.3.1051 Python: possible memory leaks
|
|
Karsten Hopp |
d3b012 |
1536 7.3.1052 Python: possible SEGV and negative refcount
|
|
Karsten Hopp |
d3b012 |
4324 7.3.1053 Python: no flag for types with tp_traverse+tp_clear
|
|
Karsten Hopp |
d3b012 |
4802 7.3.1054 (after 7.3.1042) can't build without the +autocmd feature
|
|
Karsten Hopp |
d3b012 |
3228 7.3.1055 negated collection does not match newline
|
|
Karsten Hopp |
d3b012 |
14318 7.3.1056 Python: possible memory leaks
|
|
Karsten Hopp |
d3b012 |
5348 7.3.1057 Python: not enough compatibilty
|
|
Karsten Hopp |
d3b012 |
5291 7.3.1058 call of funcref does not succeed in other script
|
|
Karsten Hopp |
d3b012 |
9667 7.3.1059 Python: Using fixed size buffers
|
|
Karsten Hopp |
d3b012 |
1959 7.3.1060 Python: can't repr() a function
|
|
Karsten Hopp |
d3b012 |
57340 7.3.1061 Python: Dictionary is not standard
|
|
Karsten Hopp |
d3b012 |
14819 7.3.1062 Python: List is not standard
|
|
Karsten Hopp |
d3b012 |
17732 7.3.1063 Python: Function is not standard
|
|
Karsten Hopp |
d3b012 |
4594 7.3.1064 Python: insufficient error checking
|
|
Karsten Hopp |
d3b012 |
11849 7.3.1065 Python: key mapping is not standard
|
|
Karsten Hopp |
d3b012 |
117512 7.3.1066 Python: Insufficient exception and error testing
|
|
Karsten Hopp |
d3b012 |
6571 7.3.1067 Python: documentation lags behind
|
|
Karsten Hopp |
d3b012 |
6483 7.3.1068 Python: Script is auto-loaded on function creation
|
|
Karsten Hopp |
d3b012 |
4576 7.3.1069 Python: memory leaks
|
|
Karsten Hopp |
d3b012 |
3020 7.3.1070 crash in Python tests; compiler warning for unused function
|
|
Karsten Hopp |
d3b012 |
12592 7.3.1071 new regexp engine: backreferences don't work correctly
|
|
Karsten Hopp |
d3b012 |
1428 7.3.1072 compiler warning for uninitialized variable
|
|
Karsten Hopp |
d3b012 |
10492 7.3.1073 new regexp engine may run out of states
|
|
Karsten Hopp |
d3b012 |
1955 7.3.1074 compiler warning for printf format
|
|
Karsten Hopp |
d3b012 |
1394 7.3.1075 compiler warning for storing a long_u in an int
|
|
Karsten Hopp |
d3b012 |
12338 7.3.1076 new regexp engine: \@= and \& don't work
|
|
Karsten Hopp |
d3b012 |
10048 7.3.1077 Python: Allocating dict the wrong way, causing a crash
|
|
Karsten Hopp |
d3b012 |
6808 7.3.1078 new regexp engine: \@! doesn't work
|
|
Karsten Hopp |
d3b012 |
50300 7.3.1079 test 87 fails
|
|
Karsten Hopp |
d3b012 |
11448 7.3.1080 test 86 fails
|
|
Karsten Hopp |
d3b012 |
2133 7.3.1081 compiler warnings on 64-bit Windows
|
|
Karsten Hopp |
d3b012 |
5220 7.3.1082 new regexp engine: Problem with \@= matching
|
|
Karsten Hopp |
d3b012 |
4273 7.3.1083 new regexp engine: Does not support \%^ and \%$
|
|
Karsten Hopp |
d3b012 |
8656 7.3.1084 new regexp engine: only accepts up to \{,10}
|
|
Karsten Hopp |
d3b012 |
8679 7.3.1085 new regexp engine: Non-greedy multi doesn't work
|
|
Karsten Hopp |
d3b012 |
3841 7.3.1086 old regexp engine accepts illegal range, new one doesn't
|
|
Karsten Hopp |
d3b012 |
7441 7.3.1087 a leading star is not seen as a normal char when \{} follows
|
|
Karsten Hopp |
d3b012 |
4864 7.3.1089 tests 86 and 87 fail on MS-Windows
|
|
Karsten Hopp |
d3b012 |
49092 7.3.1090 new regexp engine does not support \z1 .. \z9 and \z(
|
|
Karsten Hopp |
d3b012 |
3296 7.3.1091 new regexp engine: no error for \z1 or \z( when not working
|
|
Karsten Hopp |
d3b012 |
5478 7.3.1092 regexp debugging: can't build, debug output has wrong pattern
|
|
Karsten Hopp |
d3b012 |
3094 7.3.1093 new regexp engine: empty \1 skips a character
|
|
Karsten Hopp |
d3b012 |
8453 7.3.1094 new regexp engine: Attempts to match "^" at every character
|
|
Karsten Hopp |
d3b012 |
8835 7.3.1095 compiler warnings for shadowed variables
|
|
Karsten Hopp |
d3b012 |
10518 7.3.1096 Python: popitem() was not defined in a standard way
|
|
Karsten Hopp |
d3b012 |
2779 7.3.1097 Python: a few recently added items are not documented
|
|
Karsten Hopp |
d3b012 |
2298 7.3.1098 Python: Possible memory leaks
|
|
Karsten Hopp |
d3b012 |
15612 7.3.1099 Python: changing directory causes problems
|
|
Karsten Hopp |
d3b012 |
34271 7.3.1100 Python: a few more memory problems
|
|
Karsten Hopp |
d3b012 |
9379 7.3.1101 configure doesn't find Python 3 on Ubuntu 13.04
|
|
Karsten Hopp |
d3b012 |
1450 7.3.1102 completion of ":py3do" and ":py3file" fails after ":py3"
|
|
Karsten Hopp |
d3b012 |
11276 7.3.1103 new regexp engine: overhead in saving and restoring
|
|
Karsten Hopp |
d3b012 |
2663 7.3.1104 new regexp engine does not handle "~"
|
|
Karsten Hopp |
d3b012 |
12905 7.3.1105 new regexp engine: too much code in one function; dead code
|
|
Karsten Hopp |
d3b012 |
10519 7.3.1106 new regexp engine: save/restore lastlist takes a lot of time
|
|
Karsten Hopp |
d3b012 |
2325 7.3.1107 compiler warnings for unused variables
|
|
Karsten Hopp |
d3b012 |
1327 7.3.1108 error message for os.fchdir()
|
|
Karsten Hopp |
d3b012 |
4969 7.3.1109 building on MS-Windows doesn't see changes in if_py_both.h
|
|
Karsten Hopp |
a24f9a |
23743 7.3.1110 new regexp matching: Using \@= and the like can be slow
|
|
Karsten Hopp |
a24f9a |
16934 7.3.1111 nfa_recognize_char_class() implementation is inefficient
|
|
Karsten Hopp |
a24f9a |
7450 7.3.1112 new regexp engine: \%V not supported
|
|
Karsten Hopp |
a24f9a |
8095 7.3.1113 new regexp engine: \%'m not supported
|
|
Karsten Hopp |
a24f9a |
1807 7.3.1114 (after 7.3.1110) can't build without the syntax feature
|
|
Karsten Hopp |
a24f9a |
8246 7.3.1115 users don't like cursor line number with 'relativenumber' set
|
|
Karsten Hopp |
a24f9a |
2461 7.3.1116 can't build without Visual mode
|
|
Karsten Hopp |
a24f9a |
8737 7.3.1117 new regexp engine: \%[abc] not supported
|
|
Karsten Hopp |
a24f9a |
4590 7.3.1118 match failure rate is not very specific
|
|
Karsten Hopp |
a24f9a |
6657 7.3.1119 flags in 'cpo' are searched for several times
|
|
Karsten Hopp |
a24f9a |
2736 7.3.1120 crash when regexp logging is enabled
|
|
Karsten Hopp |
a24f9a |
3151 7.3.1121 new regexp engine: adding states that are not used
|
|
Karsten Hopp |
a24f9a |
13428 7.3.1122 new regexp engine: \@> not supported
|
|
Karsten Hopp |
a24f9a |
1613 7.3.1123 can't build tiny Vim on MS-Windows
|
|
Karsten Hopp |
a24f9a |
1336 7.3.1124 Python: Crash on MS-Windows when os.fchdir() is not available
|
|
Karsten Hopp |
a24f9a |
3014 7.3.1125 error for using \%V in a pattern in tiny Vim
|
|
Karsten Hopp |
a24f9a |
1392 7.3.1126 compiler warning for uninitialized variable
|
|
Karsten Hopp |
a24f9a |
2533 7.3.1127 no error for using empty \%[]
|
|
Karsten Hopp |
a24f9a |
7328 7.3.1128 every failure in the NFA engine is a syntax error
|
|
Karsten Hopp |
a24f9a |
21365 7.3.1129 can't see what pattern in syntax highlighting is slow
|
|
Karsten Hopp |
a24f9a |
6016 7.3.1130 (after 7.3.1129) can't build with anything but huge features
|
|
Karsten Hopp |
a24f9a |
5173 7.3.1131 new regexp engine is a bit slow
|
|
Karsten Hopp |
a24f9a |
2704 7.3.1132 crash when debugging regexp
|
|
Karsten Hopp |
a24f9a |
8763 7.3.1133 new regexp engine is a bit slow
|
|
Karsten Hopp |
a24f9a |
2048 7.3.1134 running test 49 takes a long time
|
|
Karsten Hopp |
a24f9a |
2020 7.3.1135 compiler warning for unused argument
|
|
Karsten Hopp |
a24f9a |
1465 7.3.1136 ":func Foo" does not show attributes
|
|
Karsten Hopp |
a24f9a |
26955 7.3.1137 new regexp engine: collections are slow
|
|
Karsten Hopp |
a24f9a |
16357 7.3.1138 new regexp engine: neglist no longer used
|
|
Karsten Hopp |
a24f9a |
14897 7.3.1139 new regexp engine: negated flag is hardly used
|
|
Karsten Hopp |
a24f9a |
5298 7.3.1140 new regexp engine: can skip expensive match
|
|
Karsten Hopp |
a24f9a |
2548 7.3.1141 Win32: Check for available memory is not reliable
|
|
Karsten Hopp |
a24f9a |
1347 7.3.1142 memory leak in ":syntime report"
|
|
Karsten Hopp |
a24f9a |
1646 7.3.1143 when mapping NUL it is displayed as an X
|
|
Karsten Hopp |
a24f9a |
2557 7.3.1144 "RO" is not translated everywhere
|
|
Karsten Hopp |
a24f9a |
4036 7.3.1145 new regexp engine: addstate() is called very often
|
|
Karsten Hopp |
a24f9a |
10156 7.3.1146 new regexp engine: look-behind followed by zero-width fails
|
|
Karsten Hopp |
a24f9a |
4905 7.3.1147 new regexp engine: regstart is only used to find first match
|
|
Karsten Hopp |
a24f9a |
5345 7.3.1148 no command line completion for ":syntime"
|
|
Karsten Hopp |
a24f9a |
41306 7.3.1149 new regexp engine: Matching plain text could be faster
|
|
Karsten Hopp |
a24f9a |
10878 7.3.1150 new regexpengine: Slow for look-behind match without a width
|
|
Karsten Hopp |
a24f9a |
5073 7.3.1151 new regexp engine: Slow for look-behind plus zero-width match
|
|
Karsten Hopp |
a24f9a |
1795 7.3.1152 In tiny build ireg_icombine is undefined
|
|
Karsten Hopp |
a24f9a |
25686 7.3.1153 new regexp engine: look-behind matches can be very expensive
|
|
Karsten Hopp |
a24f9a |
2966 7.3.1154 new regexp_nfa engine: Uneccessary code
|
|
Karsten Hopp |
a24f9a |
1446 7.3.1155 MS-DOS: "make test" uses external rmdir command
|
|
Karsten Hopp |
a24f9a |
2852 7.3.1156 compiler warnings
|
|
Karsten Hopp |
a24f9a |
5289 7.3.1157 new regexp engine fails on "\(\
|
|
Karsten Hopp |
a24f9a |
3303 7.3.1158 crash when running test 86
|
|
Karsten Hopp |
a24f9a |
4965 7.3.1159 the round() function is not always available
|
|
Karsten Hopp |
a24f9a |
1649 7.3.1160 mixing long and pointer doesn't always work
|
|
Karsten Hopp |
a24f9a |
4992 7.3.1161 Python: PyList_SetItem() is inefficient
|
|
Karsten Hopp |
a24f9a |
5274 7.3.1162 Python: Memory leaks
|
|
Karsten Hopp |
a24f9a |
41871 7.3.1163 not easy to load Python modules
|
|
Karsten Hopp |
a24f9a |
4881 7.3.1164 can't test what is actually displayed on screen
|
|
Karsten Hopp |
a24f9a |
2261 7.3.1165 HP-UX compiler can't handle zero size array
|
|
Karsten Hopp |
a24f9a |
5466 7.3.1166 loading Python modules is not tested
|
|
Karsten Hopp |
a24f9a |
33215 7.3.1167 no good Python 3 configure check; may need -pthreads
|
|
Karsten Hopp |
a24f9a |
6704 7.3.1168 Python "sane" configure checks give a warning message
|
|
Karsten Hopp |
a24f9a |
13917 7.3.1169 new regexp engine: doing work while executing a pattern
|
|
Karsten Hopp |
a24f9a |
3128 7.3.1170 (after 7.3.1058) can'tuse a function reference as a string
|
|
Karsten Hopp |
a24f9a |
2400 7.3.1171 check for digits and ascii letters can be faster
|
|
Karsten Hopp |
a24f9a |
22201 7.3.1172 Python 2: loading modules doesn't work well
|
|
Karsten Hopp |
a24f9a |
93253 7.3.1173 Python 2 tests don't have the same output everywhere
|
|
Karsten Hopp |
a24f9a |
22984 7.3.1174 Python 2 and 3 use different ways to load modules
|
|
Karsten Hopp |
a24f9a |
3393 7.3.1175 using isalpha() and isalnum() can be slow
|
|
Karsten Hopp |
a24f9a |
2785 7.3.1176 compiler warnings on 64 bit system
|
|
Karsten Hopp |
a24f9a |
3624 7.3.1177 wasting memory on padding
|
|
Karsten Hopp |
a24f9a |
12533 7.3.1178 can't put all Vim config files together in one directory
|
|
Karsten Hopp |
a24f9a |
4300 7.3.1179 waiting for character after buffer-local map match
|
|
Karsten Hopp |
a24f9a |
2122 7.3.1180 path from cscope may not be valid after changing directory
|
|
Karsten Hopp |
a24f9a |
2575 7.3.1181 wrong error message for 1.0[0]
|
|
Karsten Hopp |
a24f9a |
13491 7.3.1182 'backupcopy' default on MS-Windows does not work for links
|
|
Karsten Hopp |
a24f9a |
1601 7.3.1183 Python tests 86 and 87 fail
|
|
Karsten Hopp |
a24f9a |
2023 7.3.1184 highlighting is sometimes wrong
|
|
Karsten Hopp |
a24f9a |
2734 7.3.1185 new regexp engine: no match with ^ after \n
|
|
Karsten Hopp |
a24f9a |
2903 7.3.1186 Python 3: test 87 may crash
|
|
Karsten Hopp |
a24f9a |
2647 7.3.1187 (after 7.3.1170) "s:" is recognized but "<SID>" is not
|
|
Karsten Hopp |
a24f9a |
2131 7.3.1188 newline characters messing up error message
|
|
Karsten Hopp |
a24f9a |
2305 7.3.1189 (after 7.3.1185) highlighting is still wrong sometimes
|