Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
334a8b4bde55e1095533f70616ac1e6ec337c62c
/
src
/
message.c
3d30af8
patch 8.2.1844: using "q" at the more prompt doesn't stop a long message
by Bram Moolenaar
· 4 years, 10 months ago
f4e8cdd
patch 8.2.1840: Vim9: error message is not clear about compilation error
by Bram Moolenaar
· 4 years, 10 months ago
4f25b1a
patch 8.2.1653: expand('<stack>') does not include the final line number
by Bram Moolenaar
· 5 years ago
9bd5d87
patch 8.2.1631: test_fails() does not check the context of the line number
by Bram Moolenaar
· 5 years ago
1d63454
patch 8.2.1479: Vim9: error for list index uses wrong line number
by Bram Moolenaar
· 5 years ago
a5d0423
patch 8.2.1297: when a test fails it's often not easy to see where
by Bram Moolenaar
· 5 years ago
9b7bf9e
patch 8.2.1183: assert_fails() checks the last error message
by Bram Moolenaar
· 5 years ago
27321db
patch 8.2.1147: :confirm may happen in cooked mode
by Bram Moolenaar
· 5 years ago
32ee627
patch 8.2.0943: displaying ^M or ^J depends on current buffer
by Bram Moolenaar
· 5 years ago
b42c0d5
patch 8.2.0839: dropping modifier when putting a character back in typeahead
by Bram Moolenaar
· 5 years ago
41f6918
patch 8.2.0636: :messages does not show the maintainer when $LANG is unset
by Bram Moolenaar
· 5 years ago
292b90d
patch 8.2.0399: various memory leaks
by Bram Moolenaar
· 5 years ago
693e80e
patch 8.2.0364: printf test failing on Haiku
by Bram Moolenaar
· 5 years ago
dd58923
patch 8.2.0334: abort called when using test_void()
by Bram Moolenaar
· 5 years ago
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 5 years ago
82f654e
patch 8.2.0271: the "num64" feature is available everywhere
by Bram Moolenaar
· 5 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
d0337e3
patch 8.2.0060: message test only runs with one encoding
by Bram Moolenaar
· 6 years ago
1a47ae3
patch 8.2.0056: execution stack is incomplete and inefficient
by Bram Moolenaar
· 6 years ago
5398955
patch 8.2.0035: saving and restoring called_emsg is clumsy
by Bram Moolenaar
· 6 years ago
85a2002
patch 8.2.0026: still some /* */ comments
by Bram Moolenaar
· 6 years ago
0efd1bd
patch 8.1.2419: with a long file name the hit-enter prompt appears
by Bram Moolenaar
· 6 years ago
f48ee3c
patch 8.1.2402: typos and other small things
by Bram Moolenaar
· 6 years ago
32aa102
patch 8.1.2243: typos in comments
by Bram Moolenaar
· 6 years ago
a1cb1d1
patch 8.1.2171: mouse support not always available
by Bram Moolenaar
· 6 years ago
e3a22cb
patch 8.1.2149: crash when running out of memory very early
by Bram Moolenaar
· 6 years ago
e807098
patch 8.1.2141: :tselect has an extra hit-enter prompt
by Bram Moolenaar
· 6 years ago
ce0fac2
patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()
by Bram Moolenaar
· 6 years ago
b20b9e1
patch 8.1.2062: the mouse code is spread out
by Bram Moolenaar
· 6 years ago
e5fbd73
patch 8.1.2018: using freed memory when out of memory and displaying message
by Bram Moolenaar
· 6 years ago
b005cd8
patch 8.1.1979: code for handling file names is spread out
by Bram Moolenaar
· 6 years ago
6f10c70
patch 8.1.1895: using NULL pointer when out of memory
by Bram Moolenaar
· 6 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 6 years ago
e809a4e
patch 8.1.1630: various small problems
by Bram Moolenaar
· 6 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 6 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 6 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 6 years ago
eae1b91
patch 8.1.1306: Borland support is outdated and doesn't work
by Bram Moolenaar
· 6 years ago
0b75f7c
patch 8.1.1301: when compiled with VIMDLL some messages are not shown
by Bram Moolenaar
· 6 years ago
c779c67
patch 8.1.1233: cannot build tiny version
by Bram Moolenaar
· 6 years ago
afde13b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
by Bram Moolenaar
· 6 years ago
725310d
patch 8.1.1201: output of :command is hard to read
by Bram Moolenaar
· 6 years ago
2c519cf
patch 8.1.1032: warnings from clang static analyzer
by Bram Moolenaar
· 6 years ago
97c2c05
patch 8.1.0969: message written during startup is truncated
by Bram Moolenaar
· 6 years ago
0d8562a
patch 8.1.0954: arguments of semsg() and siemsg() are not checked
by Bram Moolenaar
· 6 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 6 years ago
0059074
patch 8.1.0927: USE_CR is never defined
by Bram Moolenaar
· 6 years ago
0f77d6a
patch 8.1.0919: compiler warnings
by Bram Moolenaar
· 6 years ago
9b5c1fc
patch 8.1.0918: MS-Windows: startup messages are not converted
by Bram Moolenaar
· 6 years ago
30276f2
patch 8.1.0811: too many #ifdefs
by Bram Moolenaar
· 7 years ago
fc3abf4
patch 8.1.0806: too many #ifdefs
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
63c0ccd
patch 8.1.0783: compiler warning for signed/unsigned
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
83a5217
patch 8.1.0759: showing two characters for tab is limited
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
461a7fc
patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict
by Bram Moolenaar
· 7 years ago
d155d7a
patch 8.1.0615: get_tv function names are not consistent
by Bram Moolenaar
· 7 years ago
76a6345
patch 8.1.0550: expression evaluation may repeat an error message
by Bram Moolenaar
· 7 years ago
6a2633b
patch 8.1.0466: autocmd test fails
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
e042968
patch 8.1.0135: undo message delays screen update for CTRL-O u
by Bram Moolenaar
· 7 years ago
0c18319
patch 8.1.0122: translators don't always understand the maintainer message
by Bram Moolenaar
· 7 years ago
04958cb
patch 8.1.0105: all tab stops are the same
by Bram Moolenaar
· 7 years ago
1d4754f
patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'
by Bram Moolenaar
· 7 years ago
0b6d911
patch 8.1.0020: cannot tell whether a register is executing or recording
by Bram Moolenaar
· 7 years ago
c36651b
patch 8.0.1773: dialog messages are not translated
by Bram Moolenaar
· 7 years ago
1feab2b
patch 8.0.1728: condition always false, useless code
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
191f18b
patch 8.0.1468: illegal memory access in del_bytes()
by Bram Moolenaar
· 8 years ago
a338adc
patch 8.0.1449: slow redrawing with DirectX
by Bram Moolenaar
· 8 years ago
51b0f37
patch 8.0.1309: cannot use 'balloonexpr' in a terminal
by Bram Moolenaar
· 8 years ago
d057301
patch 8.0.1236: Mac features are confusing
by Bram Moolenaar
· 8 years ago
2f40d12
patch 8.0.1215: newer gcc warns for implicit fallthrough
by Bram Moolenaar
· 8 years ago
e723c42
patch 8.0.1067: try/catch in timer does not prevent it from being stopped
by Bram Moolenaar
· 8 years ago
cfce717
patch 8.0.0956: scrolling in a terminal window has flicker
by Bram Moolenaar
· 8 years ago
116a0f8
patch 8.0.0888: compiler warnings with 64 bit build
by Bram Moolenaar
· 8 years ago
1b66c00
patch 8.0.0852: MS-Windows: possible crash when giving a message on startup
by Bram Moolenaar
· 8 years ago
01efafa
patch 8.0.0850: MS-Windows: error message while starting up may be broken
by Bram Moolenaar
· 8 years ago
2f3a90a
patch 8.0.0848: using multiple ch_log functions is clumsy
by Bram Moolenaar
· 8 years ago
8327d1d
patch 8.0.0709: libvterm cannot use vsnprintf()
by Bram Moolenaar
· 8 years ago
f8be461
patch 8.0.0663: unexpected error message only when 'verbose' is set
by Bram Moolenaar
· 8 years ago
ace9598
patch 8.0.0520: using a function pointer while the function is known
by Bram Moolenaar
· 8 years ago
f2405ed
patch 8.0.0468: after aborting an Ex command g< does not work
by Bram Moolenaar
· 8 years ago
8820b48
patch 8.0.0466: still macros that should be all-caps
by Bram Moolenaar
· 8 years ago
1c46544
patch 8.0.0452: some macros are in lower case
by Bram Moolenaar
· 8 years ago
91acfff
patch 8.0.0451: some macros are in lower case
by Bram Moolenaar
· 8 years ago
5a66dfb
patch 8.0.0397: can't build with +viminfo but without +eval
by Bram Moolenaar
· 8 years ago
f8ab1b1
patch 8.0.0395: testing the + register fails with Motif
by Bram Moolenaar
· 8 years ago
e0c31f6
patch 8.0.0392: GUI test fails with Athena and Motif
by Bram Moolenaar
· 8 years ago
2b7bc56
patch 8.0.0184: when an error is caught Vim still exits with non-zero result
by Bram Moolenaar
· 9 years ago
958dc69
patch 8.0.0107
by Bram Moolenaar
· 9 years ago
95f0960
patch 8.0.0074
by Bram Moolenaar
· 9 years ago
2321ca2
patch 7.4.2349
by Bram Moolenaar
· 9 years ago
aeac900
patch 7.4.2341
by Bram Moolenaar
· 9 years ago
edf3f97
patch 7.4.2293
by Bram Moolenaar
· 9 years ago
965ed14
patch 7.4.2292
by Bram Moolenaar
· 9 years ago
0418609
patch 7.4.2291
by Bram Moolenaar
· 9 years ago
7f7bd29
patch 7.4.2290
by Bram Moolenaar
· 9 years ago
e999782
patch 7.4.2280
by Bram Moolenaar
· 9 years ago
Next »