Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
f9706e9df0e37d214fb08eda30ba29627e97a607
/
src
/
version.c
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 6 years ago
c036e87
patch 8.2.0295: highlighting for :s wrong when using different separator
by Bram Moolenaar
· 6 years ago
5b1c8fe
patch 8.2.0294: cannot use Ex command that is also a function name
by Bram Moolenaar
· 6 years ago
818fc9a
patch 8.2.0293: various Ex commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
09f28f4
patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not tested
by Bram Moolenaar
· 6 years ago
436472f
patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work
by Bram Moolenaar
· 6 years ago
85683ec
patch 8.2.0290: running individual test differs from all tests
by Bram Moolenaar
· 6 years ago
e0807ea
patch 8.2.0289: Vim9: :echo did not clear the rest of the line
by Bram Moolenaar
· 6 years ago
0062c2d
patch 8.2.0288: Vim9: some float and blob operators not tested
by Bram Moolenaar
· 6 years ago
f575adf
patch 8.2.0287: Vim9: return in try block not tested; catch not tested
by Bram Moolenaar
· 6 years ago
11ec807
patch 8.2.0286: cannot use popup_close() for a terminal popup
by Bram Moolenaar
· 6 years ago
0bbf722
patch 8.2.0285: unused error message; cannot create s:var
by Bram Moolenaar
· 6 years ago
c0d656c
patch 8.2.0284: Vim9: assignment test fails
by Bram Moolenaar
· 6 years ago
fd1823e
patch 8.2.0283: Vim9: failing to load script var not tested
by Bram Moolenaar
· 6 years ago
401d9ff
patch 8.2.0282: Vim9: setting number option not tested
by Bram Moolenaar
· 6 years ago
a2f6e42
patch 8.2.0281: two placed signs in the same line are not combined
by Bram Moolenaar
· 6 years ago
257cc5e
patch 8.2.0280: Vim9: throw in :def function not caught higher up
by Bram Moolenaar
· 6 years ago
63ce484
patch 8.2.0279: Vim9: no test for deleted :def function
by Bram Moolenaar
· 6 years ago
9ae3bbd
patch 8.2.0278: channel test is flaky on Mac
by Bram Moolenaar
· 6 years ago
ee2e52a
patch 8.2.0277: Vim9: not all instructions covered by tests
by Bram Moolenaar
· 6 years ago
38a5f51
patch 8.2.0276: Vim9: not allowing space before ")" in function call
by Bram Moolenaar
· 6 years ago
406cd90
patch 8.2.0275: some Ex code not covered by tests
by Bram Moolenaar
· 6 years ago
9e2bcb5
patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global
by Bram Moolenaar
· 6 years ago
1fa8d2c
patch 8.2.0273: MS-Windows uninstall may delete wrong batch file
by Bram Moolenaar
· 6 years ago
414b796
patch 8.2.0272: ":helptags ALL" gives error for some directories
by Bram Moolenaar
· 6 years ago
82f654e
patch 8.2.0271: the "num64" feature is available everywhere
by Bram Moolenaar
· 6 years ago
bc2b71d
patch 8.2.0270: some code not covered by tests
by Bram Moolenaar
· 6 years ago
b13af50
patch 8.2.0269: Vim9: operator after list index does not work
by Bram Moolenaar
· 6 years ago
40d9da2
patch 8.2.0268: trycatch test fails
by Bram Moolenaar
· 6 years ago
e51bb17
patch 8.2.0267: no check for a following cmd when calling a function fails
by Bram Moolenaar
· 6 years ago
a28be85
patch 8.2.0266: terminal in popup test sometimes fails on Mac
by Bram Moolenaar
· 6 years ago
a76b315
patch 8.2.0265: "eval" after "if 0" doesn't check for following command
by Bram Moolenaar
· 6 years ago
a36c830
patch 8.2.0264: fileformat test still fails on MS-Windows
by Bram Moolenaar
· 6 years ago
df2ecdd
patch 8.2.0263: a few new Vim9 messages are not localized
by Bram Moolenaar
· 6 years ago
50434bd
patch 8.2.0262: fileformat test fails on MS-Windows
by Bram Moolenaar
· 6 years ago
f0cee19
patch 8.2.0261: some code not covered by tests
by Bram Moolenaar
· 6 years ago
f414048
patch 8.2.0260: several lines of code are duplicated
by Bram Moolenaar
· 6 years ago
c2adc00
patch 8.2.0259: terminal in popup test sometimes fails
by Bram Moolenaar
· 6 years ago
4132eb5
patch 8.2.0258: modifyOtherKeys cannot be temporarily disabled
by Bram Moolenaar
· 6 years ago
00f3b4e
patch 8.2.0257: cannot recognize a terminal in a popup window
by Bram Moolenaar
· 6 years ago
0a8fed6
patch 8.2.0256: time and timer related code is spread out
by Bram Moolenaar
· 6 years ago
f2cecb6
patch 8.2.0255: VMS: missing files in build
by Bram Moolenaar
· 6 years ago
ae8d2de
patch 8.2.0254: compiler warning for checking size_t to be negative
by Bram Moolenaar
· 6 years ago
21456cd
patch 8.2.0253: crash when using :disassamble without argument
by Bram Moolenaar
· 6 years ago
3dd6460
patch 8.2.0252: Windows compiler warns for using size_t
by Bram Moolenaar
· 6 years ago
7306d6b
patch 8.2.0251: a couple of function return types can be more specific
by Bram Moolenaar
· 6 years ago
4f5776c
patch 8.2.0250: test_clear_search_pat() is unused
by Bram Moolenaar
· 6 years ago
3fb377f
patch 8.2.0249: MS-Windows: various warnings
by Bram Moolenaar
· 6 years ago
2f18975
patch 8.2.0248: MS-Windows: dealing with deprecation is too complicated
by Bram Moolenaar
· 6 years ago
3b0ef8c
patch 8.2.0247: misleading comment in NSIS installer script
by Bram Moolenaar
· 6 years ago
49c99fc
patch 8.2.0246: MSVC: deprecation warnings with Ruby
by Bram Moolenaar
· 6 years ago
5489eab
patch 8.2.0245: MSVC: error message if the auto directory already exists
by Bram Moolenaar
· 6 years ago
5f1d3ae
patch 8.2.0244: compiler warning in Lua interface
by Bram Moolenaar
· 6 years ago
9f6277b
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions
by Bram Moolenaar
· 6 years ago
799439a
patch 8.2.0242: preview popup window test fails with long directory name
by Bram Moolenaar
· 6 years ago
99234f2
patch 8.2.0241: crash when setting 'buftype' to "quickfix"
by Bram Moolenaar
· 6 years ago
408030e
patch 8.2.0240: using memory after it was freed
by Bram Moolenaar
· 6 years ago
355757a
patch 8.2.0239: MS-Windows: 'env' job option does not override existing vars
by Bram Moolenaar
· 6 years ago
b3e195c
patch 8.2.0238: MS-Windows: job_stop() results in exit value zero
by Bram Moolenaar
· 6 years ago
7ba3b91
patch 8.2.0237: crash when setting 'wincolor' on finished terminal window
by Bram Moolenaar
· 6 years ago
57ea292
patch 8.2.0236: MS-Windows unintall doesn't delete vimtutur.bat
by Bram Moolenaar
· 6 years ago
dbe5d36
patch 8.2.0235: draw error when an empty group is removed from 'statusline'
by Bram Moolenaar
· 6 years ago
d5b9914
patch 8.2.0234: message test fails on SunOS
by Bram Moolenaar
· 6 years ago
4f645c5
patch 8.2.0233: crash when using garbagecollect() in between rand()
by Bram Moolenaar
· 6 years ago
1653155
patch 8.2.0232: the :compiler command causes a crash
by Bram Moolenaar
· 6 years ago
d02e508
patch 8.2.0231: silent system command may clear the screen
by Bram Moolenaar
· 6 years ago
6702188
patch 8.2.0230: terminal popup test is flaky
by Bram Moolenaar
· 6 years ago
f2460a3
patch 8.2.0229: compare instructions not tested
by Bram Moolenaar
· 6 years ago
348808f
patch 8.2.0228: configure does not recognize gcc version on BSD
by Bram Moolenaar
· 6 years ago
c2a4b35
patch 8.2.0227: compiling a few instructions not tested
by Bram Moolenaar
· 6 years ago
04d0522
patch 8.2.0226: compiling for loop not tested
by Bram Moolenaar
· 6 years ago
777770f
patch 8.2.0225: compiling lambda not tested yet
by Bram Moolenaar
· 6 years ago
158906c
patch 8.2.0224: compiling :elseif not tested yet
by Bram Moolenaar
· 6 years ago
5cab73f
patch 8.2.0223: some instructions not yet tested
by Bram Moolenaar
· 6 years ago
170fcfc
patch 8.2.0222: Vim9: optional function arguments don't work yet
by Bram Moolenaar
· 6 years ago
6e587dc
patch 8.2.0221: no test for Vim9 += and ..=
by Bram Moolenaar
· 6 years ago
1af5ce0
patch 8.2.0220: terminal test did pass on Mac
by Bram Moolenaar
· 6 years ago
4af1117
patch 8.2.0219: terminal test still fails on Mac
by Bram Moolenaar
· 6 years ago
0de5086
patch 8.2.0218: several Vim9 instructions are not tested
by Bram Moolenaar
· 6 years ago
adbc11c
patch 8.2.0217: terminal test fails on Mac
by Bram Moolenaar
· 6 years ago
ff80cb6
patch 8.2.0216: several Vim9 instructions are not tested
by Bram Moolenaar
· 6 years ago
a78e9c6
patch 8.2.0215: wrong file name shortening
by Bram Moolenaar
· 6 years ago
2e6638d
patch 8.2.0214: a popup window with a terminal can be made hidden
by Bram Moolenaar
· 6 years ago
7077892
patch 8.2.0213: configure does not recognize gcc 10.0 and later
by Bram Moolenaar
· 6 years ago
07ada5f
patch 8.2.0212: missing search/substitute pattern hardly tested
by Bram Moolenaar
· 6 years ago
94255df
patch 8.2.0211: test for ANSI colors fails without an "ls" command
by Bram Moolenaar
· 6 years ago
eed3571
patch 8.2.0210: Coverity complains about uninitialized field
by Bram Moolenaar
· 6 years ago
80147dd
patch 8.2.0209: function a bit far away from where it's used
by Bram Moolenaar
· 6 years ago
d816cd9
patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."
by Bram Moolenaar
· 6 years ago
bfe1204
patch 8.2.0207: crash when missing member type on list argument
by Bram Moolenaar
· 6 years ago
26e117e
patch 8.2.0206: calling Vim9 function using default argument fails
by Bram Moolenaar
· 6 years ago
a5edb67
patch 8.2.0205: error code E899 used twice
by Bram Moolenaar
· 6 years ago
631ebc4
patch 8.2.0204: crash when using winnr('j') in a popup window
by Bram Moolenaar
· 6 years ago
e20b9ec
patch 8.2.0203: :helptags and some other functionality not tested
by Bram Moolenaar
· 6 years ago
e7ddf4e
patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated
by Bram Moolenaar
· 6 years ago
4e12a5d
patch 8.2.0201: cannot assign to an imported variable
by Bram Moolenaar
· 6 years ago
b283a8a
patch 8.2.0200: Vim9 script commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
0f18b6d
patch 8.2.0199: Vim9 script commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
43c60ed
patch 8.2.0198: no tests for y/n prompt
by Bram Moolenaar
· 6 years ago
ea3db91
patch 8.2.0197: some Ex commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
Next »