index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ex_cmds2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.2021: some global functions can be local to the file
v8.1.2021
Bram Moolenaar
2019-09-10
1
-4
/
+4
*
patch 8.1.1989: the evalfunc.c file is still too big
v8.1.1989
Bram Moolenaar
2019-09-05
1
-3
/
+116
*
patch 8.1.1927: code for dealing with script files is spread out
v8.1.1927
Bram Moolenaar
2019-08-25
1
-1550
/
+0
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-7
/
+6
*
patch 8.1.1869: code for the argument list is spread out
v8.1.1869
Bram Moolenaar
2019-08-17
1
-649
/
+0
*
patch 8.1.1800: function call functions have too many arguments
v8.1.1800
Bram Moolenaar
2019-08-03
1
-3
/
+1
*
patch 8.1.1795: no syntax HL after splitting windows with :bufdo
v8.1.1795
Bram Moolenaar
2019-08-03
1
-1
/
+33
*
patch 8.1.1689: profiling code is spread out
v8.1.1689
Bram Moolenaar
2019-07-14
1
-219
/
+0
*
patch 8.1.1684: profiling functionality is spread out
v8.1.1684
Bram Moolenaar
2019-07-13
1
-503
/
+2
*
patch 8.1.1625: script line numbers are not exactly right
v8.1.1625
Bram Moolenaar
2019-07-04
1
-15
/
+28
*
patch 8.1.1591: on error garbage collection may free memory in use
v8.1.1591
Bram Moolenaar
2019-06-25
1
-2
/
+2
*
patch 8.1.1588: in :let-heredoc line continuation is recognized
v8.1.1588
Bram Moolenaar
2019-06-25
1
-4
/
+8
*
patch 8.1.1575: callbacks may be garbage collected
v8.1.1575
Bram Moolenaar
2019-06-20
1
-1
/
+1
*
patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing
v8.1.1555
Bram Moolenaar
2019-06-16
1
-1
/
+1
*
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
v8.1.1498
Bram Moolenaar
2019-06-08
1
-2
/
+2
*
patch 8.1.1438: some commands cause trouble in a popup window
v8.1.1438
Bram Moolenaar
2019-06-01
1
-0
/
+2
*
patch 8.1.1437: code to handle callbacks is duplicated
v8.1.1437
Bram Moolenaar
2019-06-01
1
-17
/
+7
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-5
/
+5
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-1
/
+1
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
1
-2
/
+2
*
patch 8.1.1363: ":vert options" does not make a vertical split
v8.1.1363
Bram Moolenaar
2019-05-21
1
-1
/
+3
*
patch 8.1.1319: computing function length name in many places
v8.1.1319
Bram Moolenaar
2019-05-11
1
-1
/
+1
*
patch 8.1.1312: Coverity warning for using uninitialized variable
v8.1.1312
Bram Moolenaar
2019-05-09
1
-3
/
+3
*
patch 8.1.1300: in a terminal 'ballooneval' does not work right away
v8.1.1300
Bram Moolenaar
2019-05-08
1
-0
/
+7
*
patch 8.1.1261: no error for quickfix commands with negative range
v8.1.1261
Bram Moolenaar
2019-05-04
1
-1
/
+1
*
patch 8.1.1195: Vim script debugger functionality needs cleanup
v8.1.1195
Bram Moolenaar
2019-04-21
1
-975
/
+0
*
patch 8.1.1188: not all Vim variables require the v: prefix
v8.1.1188
Bram Moolenaar
2019-04-20
1
-1
/
+1
*
patch 8.1.1117: build failure without the +eval feature
v8.1.1117
Bram Moolenaar
2019-04-04
1
-0
/
+2
*
patch 8.1.1116: cannot enforce a Vim script style
v8.1.1116
Bram Moolenaar
2019-04-04
1
-5
/
+29
*
patch 8.1.0989: various small code ugliness
v8.1.0989
Bram Moolenaar
2019-03-02
1
-1
/
+1
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-23
/
+23
*
patch 8.1.0928: stray log function call
v8.1.0928
Bram Moolenaar
2019-02-16
1
-1
/
+0
*
patch 8.1.0927: USE_CR is never defined
v8.1.0927
Bram Moolenaar
2019-02-15
1
-106
/
+4
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-3
/
+1
*
patch 8.1.0805: too many #ifdefs
v8.1.0805
Bram Moolenaar
2019-01-24
1
-12
/
+1
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-1
/
+1
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-7
/
+7
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-51
/
+51
*
patch 8.1.0732: cannot build without the eval feature
v8.1.0732
Bram Moolenaar
2019-01-12
1
-3
/
+2
*
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost
v8.1.0729
Bram Moolenaar
2019-01-12
1
-0
/
+12
*
patch 8.1.0651: :args \"foo works like :args without argument
v8.1.0651
Bram Moolenaar
2018-12-28
1
-1
/
+1
*
patch 8.1.0553: it is not easy to edit a script that was sourced
v8.1.0553
Bram Moolenaar
2018-11-30
1
-1
/
+14
*
patch 8.1.0515: reloading a script gives errors for existing functions
v8.1.0515
Bram Moolenaar
2018-11-10
1
-4
/
+5
*
patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8
v8.1.0512
Bram Moolenaar
2018-11-05
1
-3
/
+13
*
patch 8.1.0475: memory not freed on exit when quit in autocmd
v8.1.0475
Bram Moolenaar
2018-10-14
1
-3
/
+3
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-13
/
+0
*
patch 8.1.0369: continuation lines cannot contain comments
v8.1.0369
Bram Moolenaar
2018-09-11
1
-15
/
+22
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-25
/
+27
*
patch 8.1.0353: an "after" directory of a package is appended to 'rtp'
v8.1.0353
Bram Moolenaar
2018-09-08
1
-27
/
+75
[next]