summaryrefslogtreecommitdiff
path: root/src/userfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar2020-08-211-4/+20
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-7/+8
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-8/+8
* patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar2020-08-141-1/+3
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-3/+3
* patch 8.2.1423: Vim9: find global function when looking for script-localv8.2.1423Bram Moolenaar2020-08-111-2/+2
* patch 8.2.1418: Vim9: invalid error for missing white spacev8.2.1418Bram Moolenaar2020-08-101-1/+5
* patch 8.2.1399: Vim9: may find imported item in wrong scriptv8.2.1399Bram Moolenaar2020-08-081-7/+8
* patch 8.2.1392: Vim9: line number incorrect after skipping over comment linesv8.2.1392Bram Moolenaar2020-08-081-0/+12
* patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar2020-08-051-0/+1
* patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar2020-08-011-5/+18
* patch 8.2.1343: Vim9: cannot find global function when using g:v8.2.1343Bram Moolenaar2020-08-011-9/+15
* patch 8.2.1333: Vim9: memory leak when using nested global functionv8.2.1333Bram Moolenaar2020-08-011-3/+3
* patch 8.2.1332: Vim9: memory leak when using nested global functionv8.2.1332Bram Moolenaar2020-07-311-12/+21
* patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar2020-07-311-4/+79
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-301-0/+4
* patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314Bram Moolenaar2020-07-291-1/+2
* patch 8.2.1300: Vim9: optional argument type not parsed properlyv8.2.1300Bram Moolenaar2020-07-261-2/+2
* patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar2020-07-251-6/+9
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-231-4/+4
* patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar2020-07-221-4/+9
* patch 8.2.1251: Vim9: warning for pointer usage, test failure undetectedv8.2.1251Bram Moolenaar2020-07-191-1/+1
* patch 8.2.1210: using ht_used when looping through a hashtab is less reliablev8.2.1210Bram Moolenaar2020-07-141-10/+10
* patch 8.2.1207: Vim9: crash in expr test when run in the GUIv8.2.1207Bram Moolenaar2020-07-141-6/+6
* patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar2020-07-121-3/+2
* patch 8.2.1182: Vim9: no check for whitespace after comma in lambdav8.2.1182Bram Moolenaar2020-07-111-1/+11
* patch 8.2.1162: crash when using a lambdav8.2.1162Bram Moolenaar2020-07-081-2/+2
* patch 8.2.1161: Vim9: using freed memoryv8.2.1161Bram Moolenaar2020-07-081-12/+17
* patch 8.2.1160: Vim9: memory leak in allocated typesv8.2.1160Bram Moolenaar2020-07-081-4/+1
* patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar2020-07-011-8/+12
* patch 8.2.1084: Lua: registering function has useless codev8.2.1084Bram Moolenaar2020-06-291-15/+2
* patch 8.2.1080: Vim9: no line break allowed in a for loopv8.2.1080Bram Moolenaar2020-06-281-0/+1
* patch 8.2.1074: Vim9: no line break allowed after some operatorsv8.2.1074Bram Moolenaar2020-06-271-10/+4
* patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar2020-06-271-6/+26
* patch 8.2.1067: expression "!expr->func()" does not workv8.2.1067Bram Moolenaar2020-06-271-1/+1
* patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar2020-06-251-0/+64
* patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar2020-06-241-2/+2
* patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar2020-06-241-8/+14
* patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar2020-06-201-0/+3
* patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar2020-06-201-13/+15
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-5/+5
* patch 8.2.0960: cannot use :import in legacy Vim scriptv8.2.0960Bram Moolenaar2020-06-111-12/+37
* patch 8.2.0908: crash when changing the function table while listing itv8.2.0908Bram Moolenaar2020-06-051-31/+40
* patch 8.2.0827: Vim9: crash in :defcompilev8.2.0827Bram Moolenaar2020-05-261-0/+1
* patch 8.2.0826: Vim9: crash in :defcompilev8.2.0826Bram Moolenaar2020-05-261-1/+12
* patch 8.2.0825: def_function() may return pointer that was freedv8.2.0825Bram Moolenaar2020-05-251-0/+3
* patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar2020-05-251-3/+3
* patch 8.2.0820: Vim9: function type isn't set until compiledv8.2.0820Bram Moolenaar2020-05-241-0/+3
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-241-13/+43
* patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar2020-05-161-9/+7