Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
2ea95b61f4bec9b71cf916eebe8d11abc76617a0
/
src
/
scriptfile.c
659bb22
patch 8.2.1980: Vim9: some tests are not done at the script level
by Bram Moolenaar
· 5 years ago
02194d2
patch 8.2.1900: Vim9: command modifiers do not work
by Bram Moolenaar
· 5 years ago
e100440
patch 8.2.1898: command modifier parsing always uses global cmdmod
by Bram Moolenaar
· 5 years ago
8d739de
patch 8.2.1845: Vim9: function defined in a block can't use block variables
by Bram Moolenaar
· 5 years ago
a810db3
patch 8.2.1658: expand('<stack>') has trailing ".."
by Bram Moolenaar
· 6 years ago
4f25b1a
patch 8.2.1653: expand('<stack>') does not include the final line number
by Bram Moolenaar
· 6 years ago
e3d4685
patch 8.2.1539: using invalid script ID causes a crash
by Bram Moolenaar
· 6 years ago
66250c9
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
by Bram Moolenaar
· 6 years ago
aeb2bdd
patch 8.2.1482: Vim9: crash when using a nested lambda
by Bram Moolenaar
· 6 years ago
451c2e3
patch 8.2.1460: error messages are spread out
by Bram Moolenaar
· 6 years ago
a177344
patch 8.2.1426: Vim9: cannot call autoload function in :def function
by Bram Moolenaar
· 6 years ago
daa2f36
patch 8.2.1398: autoload script sourced twice if sourced directly
by Bram Moolenaar
· 6 years ago
d3bb6a8
patch 8.2.1299: compiler warning for using size_t for int and void pointer
by Bram Moolenaar
· 6 years ago
cb4f69c
patch 8.2.1298: compiler warning for unused argument in small version
by Bram Moolenaar
· 6 years ago
a5d0423
patch 8.2.1297: when a test fails it's often not easy to see where
by Bram Moolenaar
· 6 years ago
f398238
patch 8.2.1245: build failure in tiny version
by Bram Moolenaar
· 6 years ago
75783bd
patch 8.2.1243: Vim9: cannot have a comment line halfway a list
by Bram Moolenaar
· 6 years ago
eb6880b
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
by Bram Moolenaar
· 6 years ago
c620c05
patch 8.2.1154: Vim9: crash when using imported function
by Bram Moolenaar
· 6 years ago
5409f5d
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
by Bram Moolenaar
· 6 years ago
6797966
patch 8.2.1024: Vim9: no error for using "let g:var = val"
by Bram Moolenaar
· 6 years ago
3b74b6b
patch 8.2.1012: Vim9: cannot declare single character script variables
by Bram Moolenaar
· 6 years ago
25e0f58
patch 8.2.0823: Vim9: script reload test is disabled
by Bram Moolenaar
· 6 years ago
2eec379
patch 8.2.0822: Vim9: code left over from discovery phase
by Bram Moolenaar
· 6 years ago
0481671
patch 8.2.0734: Vim9: leaking memory when using :finish
by Bram Moolenaar
· 6 years ago
89483d4
patch 8.2.0729: Vim9: When reloading a script variables are not cleared
by Bram Moolenaar
· 6 years ago
09689a0
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script
by Bram Moolenaar
· 6 years ago
647a530
patch 8.2.0688: output clobbered if setting 'verbose' to see shell commands
by Bram Moolenaar
· 6 years ago
4c17ad9
patch 8.2.0650: Vim9: script function can be deleted
by Bram Moolenaar
· 6 years ago
7a1637f
patch 8.2.0577: not all modifiers supported for :options
by Bram Moolenaar
· 6 years ago
33fa29c
patch 8.2.0467: Vim9: some errors are not tested
by Bram Moolenaar
· 6 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 6 years ago
292b90d
patch 8.2.0399: various memory leaks
by Bram Moolenaar
· 6 years ago
750802b
patch 8.2.0311: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
21b9e97
patch 8.2.0154: reallocating the list of scripts is inefficient
by Bram Moolenaar
· 6 years ago
978d170
patch 8.2.0151: detecting a script was already sourced is unreliable
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
ca33eb2
patch 8.2.0132: script may be re-used when deleting and creating a new one
by Bram Moolenaar
· 6 years ago
7ebcba6
patch 8.2.0114: info about sourced scripts is scattered
by Bram Moolenaar
· 6 years ago
e31ee86
patch 8.2.0098: exe stack length can be wrong without being detected
by Bram Moolenaar
· 6 years ago
4d7a248
patch 8.2.0091: compiler warnings for size_t / int types
by Bram Moolenaar
· 6 years ago
85b0957
patch 8.2.0059: compiler warnings for unused variables in small build
by Bram Moolenaar
· 6 years ago
09d4640
patch 8.2.0057: cannot build with small features
by Bram Moolenaar
· 6 years ago
1a47ae3
patch 8.2.0056: execution stack is incomplete and inefficient
by Bram Moolenaar
· 6 years ago
a720be7
patch 8.1.2199: build failure when using normal features without GUI
by Bram Moolenaar
· 6 years ago
8617348
patch 8.1.2107: various memory leaks reported by asan
by Bram Moolenaar
· 7 years ago
60a8de2
patch 8.1.2035: recognizing octal numbers is confusing
by Bram Moolenaar
· 7 years ago
26262f8
patch 8.1.1985: code for dealing with paths is spread out
by Bram Moolenaar
· 7 years ago
da6c033
patch 8.1.1957: more code can be moved to evalvars.c
by Bram Moolenaar
· 7 years ago
307c5a5
patch 8.1.1927: code for dealing with script files is spread out
by Bram Moolenaar
· 7 years ago