Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
b4fe0eb4b4fe52a68a1df05162c03fe51c2fce79
/
src
/
eval.c
2458200
patch 8.1.1723: heredoc assignment has no room for new features
by Bram Moolenaar
· 7 years ago
61343f0
patch 8.1.1722: error when scriptversion is 2 a making a dictionary access
by Bram Moolenaar
· 7 years ago
4c6d904
patch 8.1.1705: using ~{} for a literal dict is not nice
by Bram Moolenaar
· 7 years ago
b8be54d
patch 8.1.1692: using *{} for literal dict is not backwards compatible
by Bram Moolenaar
· 7 years ago
ecaa70e
patch 8.1.1687: the evalfunc.c file is too big
by Bram Moolenaar
· 7 years ago
2898ebb
patch 8.1.1686: "*" of "*{" is recognized as multipy operator
by Bram Moolenaar
· 7 years ago
d5abb4c
patch 8.1.1683: dictionary with string keys is longer than needed
by Bram Moolenaar
· 7 years ago
7780e5c
patch 8.1.1660: assert_fails() does not fail inside try/catch
by Bram Moolenaar
· 7 years ago
28fc247
patch 8.1.1639: changing an autoload name into a file name is inefficient
by Bram Moolenaar
· 7 years ago
e96a249
patch 8.1.1588: in :let-heredoc line continuation is recognized
by Bram Moolenaar
· 7 years ago
e7eb927
patch 8.1.1585: :let-heredoc does not trim enough
by Bram Moolenaar
· 7 years ago
7be3ab2
patch 8.1.1583: set_ref_in_list() only sets ref in items
by Bram Moolenaar
· 7 years ago
75a1a94
patch 8.1.1575: callbacks may be garbage collected
by Bram Moolenaar
· 7 years ago
d7c9687
patch 8.1.1542: an OptionSet autocommand does not get enough info
by Bram Moolenaar
· 7 years ago
9937a05
patch 8.1.1539: not easy to define a variable and lock it
by Bram Moolenaar
· 7 years ago
37df9a4
patch 8.1.1526: no numerical value for the patchlevel
by Bram Moolenaar
· 7 years ago
6064073
patch 8.1.1491: when skipping over code a function call may cause trouble
by Bram Moolenaar
· 7 years ago
c07f67a
patch 8.1.1485: double free when garbage_collect() is used in autocommand
by Bram Moolenaar
· 7 years ago
75ee544
patch 8.1.1484: some tests are slow
by Bram Moolenaar
· 7 years ago
3a97bb3
patch 8.1.1437: code to handle callbacks is duplicated
by Bram Moolenaar
· 7 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 7 years ago
9c27b1c
patch 8.1.1400: using global pointer for tab-local popups is clumsy
by Bram Moolenaar
· 7 years ago
4d784b2
patch 8.1.1391: no popup window support
by Bram Moolenaar
· 7 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 7 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 7 years ago
16e9b85
patch 8.1.1355: obvious mistakes are accepted as valid expressions
by Bram Moolenaar
· 7 years ago
f5842c5
patch 8.1.1354: getting a list of text lines is clumsy
by Bram Moolenaar
· 7 years ago
6ed8819
patch 8.1.1319: computing function length name in many places
by Bram Moolenaar
· 7 years ago
25190db
patch 8.1.1261: no error for quickfix commands with negative range
by Bram Moolenaar
· 7 years ago
00aa069
patch 8.1.1218: cannot set a directory for a tab page
by Bram Moolenaar
· 7 years ago
ac9fb18
patch 8.1.1210: support for user commands is spread out
by Bram Moolenaar
· 7 years ago
1f3601e
patch 8.1.1207: some compilers give warning messages
by Bram Moolenaar
· 7 years ago
d2e716e
patch 8.1.1188: not all Vim variables require the v: prefix
by Bram Moolenaar
· 7 years ago
543c9b1
patch 8.1.1120: cannot easily get directory entry matches
by Bram Moolenaar
· 7 years ago
558ca4a
patch 8.1.1116: cannot enforce a Vim script style
by Bram Moolenaar
· 7 years ago
0f248b0
patch 8.1.1114: confusing overloaded operator "." for string concatenation
by Bram Moolenaar
· 7 years ago
2d04a91
patch 8.1.1090: MS-Windows: modify_fname() has problems with some 'encoding'
by Bram Moolenaar
· 7 years ago
2c519cf
patch 8.1.1032: warnings from clang static analyzer
by Bram Moolenaar
· 7 years ago
61be376
patch 8.1.1023: may use NULL pointer when indexing a blob
by Bram Moolenaar
· 7 years ago
ab89d7a
patch 8.1.1012: memory leak with E461
by Bram Moolenaar
· 7 years ago
e21c158
patch 8.1.0990: floating point exception with "%= 0" and "/= 0"
by Bram Moolenaar
· 7 years ago
38f08e7
patch 8.1.0958: compiling weird regexp pattern is very slow
by Bram Moolenaar
· 7 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 7 years ago
ff697e6
patch 8.1.0902: incomplete set of assignment operators
by Bram Moolenaar
· 7 years ago
e0fb7d1
patch 8.1.0899: no need to check restricted mode for setwinvar()
by Bram Moolenaar
· 7 years ago
05c00c0
patch 8.1.0897: can modify a:000 when using a reference
by Bram Moolenaar
· 7 years ago
eeb1b9c
patch 8.1.0892: failure when closing a window when location list is in use
by Bram Moolenaar
· 7 years ago
31b8160
patch 8.1.0888: the a: dict is not immutable as documented
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
8657671
patch 8.1.0819: a failed assert with a long string is hard to read
by Bram Moolenaar
· 7 years ago
1350597
patch 8.1.0805: too many #ifdefs
by Bram Moolenaar
· 7 years ago
4b9e91f
patch 8.1.0804: crash when setting v:errmsg to empty list
by Bram Moolenaar
· 7 years ago
a5be9b6
patch 8.1.0802: negative index doesn't work for Blob
by Bram Moolenaar
· 7 years ago
dd29ea1
patch 8.1.0798: changing a blob while iterating over it works strangely
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
88c86eb
patch 8.1.0766: various problems when using Vim on VMS
by Bram Moolenaar
· 7 years ago
4131fd5
patch 8.1.0765: string format of a Blob can't be parsed back
by Bram Moolenaar
· 7 years ago
3d28b58
patch 8.1.0756: copy() does not make a copy of a Blob
by Bram Moolenaar
· 7 years ago
b5443cc
patch 8.1.0753: printf format not checked for semsg()
by Bram Moolenaar
· 7 years ago
6acc79f
patch 8.1.0749: error message contains garbage
by Bram Moolenaar
· 7 years ago
ce9d50d
patch 8.1.0747: map() with a bad expression doesn't give an error
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
8c8b8bb
patch 8.1.0741: viminfo with Blob is not tested
by Bram Moolenaar
· 7 years ago
8309b05
patch 8.1.0740: Tcl test fails
by Bram Moolenaar
· 7 years ago
ecc8bc4
patch 8.1.0738: using freed memory, for loop over blob leaks memory
by Bram Moolenaar
· 7 years ago
e519dfd
patch 8.1.0737: compiler warning for uninitialized variable
by Bram Moolenaar
· 7 years ago
c0f5a78
patch 8.1.0736: code for Blob not sufficiently tested
by Bram Moolenaar
· 7 years ago
6e5ea8d
patch 8.1.0735: cannot handle binary data
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
8f66717
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()
by Bram Moolenaar
· 7 years ago
88b53fd
patch 8.1.0564: setting v:errors to wrong type still possible
by Bram Moolenaar
· 7 years ago
74ea88c
patch 8.1.0563: setting v:errors to a string give confusing error
by Bram Moolenaar
· 7 years ago
8ff5af9
patch 8.1.0551: expression evaluation may repeat an error message
by Bram Moolenaar
· 7 years ago
76a6345
patch 8.1.0550: expression evaluation may repeat an error message
by Bram Moolenaar
· 7 years ago
f86db78
patch 8.1.0495: :filter only supports some commands
by Bram Moolenaar
· 7 years ago
e6e3989
patch 8.1.0493: argv() and argc() only work on the current argument list
by Bram Moolenaar
· 7 years ago
27e80c8
patch 8.1.0475: memory not freed on exit when quit in autocmd
by Bram Moolenaar
· 7 years ago
1307d1c
patch 8.1.0460: assert_fails() does not take a message argument
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 8 years ago
f29c1c6
patch 8.1.0362: cannot get the script line number when executing a function
by Bram Moolenaar
· 8 years ago
ded27a1
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE
by Bram Moolenaar
· 8 years ago
00136dc
patch 8.1.0211: expanding a file name "~" results in $HOME
by Bram Moolenaar
· 8 years ago
6f8d2ac
patch 8.1.0210: still a few K&R function declarations
by Bram Moolenaar
· 8 years ago
a43ebe9
patch 8.1.0181: memory leak with trailing characters in skip expression
by Bram Moolenaar
· 8 years ago
ffa9684
patch 8.1.0053: first argument of 'completefunc' has inconsistent type
by Bram Moolenaar
· 8 years ago
137374f
patch 8.0.1832: cannot use :unlet for an environment variable
by Bram Moolenaar
· 8 years ago
b0f42ba
patch 8.0.1817: a timer may change v:count unexpectedly
by Bram Moolenaar
· 8 years ago
65a5464
patch 8.0.1770: assert functions don't return anything
by Bram Moolenaar
· 8 years ago
ea39176
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
by Bram Moolenaar
· 8 years ago
333b80a
patch 8.0.1660: the terminal API "drop" command doesn't support options
by Bram Moolenaar
· 8 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 8 years ago
3049418
patch 8.0.1529: assert_equalfile() does not close file descriptors
by Bram Moolenaar
· 8 years ago
d96ff16
patch 8.0.1523: cannot write and read terminal screendumps
by Bram Moolenaar
· 8 years ago
3198870
patch 8.0.1511: some code for the debugger watch expression is clumsy
by Bram Moolenaar
· 8 years ago
b48e96f
patch 8.0.1510: cannot test if a command causes a beep
by Bram Moolenaar
· 8 years ago
c6f9f73
patch 8.0.1505: debugger can't break on a condition
by Bram Moolenaar
· 8 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
7e1652c
patch 8.0.1394: cannot intercept a yank command
by Bram Moolenaar
· 8 years ago
6e65d59
patch 8.0.1377: cannot call a dict function in autoloaded dict
by Bram Moolenaar
· 8 years ago
Next »