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
/
globals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0847: typval related code is spread out
v8.2.0847
Bram Moolenaar
2020-05-30
1
-0
/
+3
*
patch 8.2.0839: dropping modifier when putting a character back in typeahead
v8.2.0839
Bram Moolenaar
2020-05-29
1
-1
/
+6
*
patch 8.2.0823: Vim9: script reload test is disabled
v8.2.0823
Bram Moolenaar
2020-05-25
1
-1
/
+1
*
patch 8.2.0816: terminal test fails when compiled with Athena
v8.2.0816
Bram Moolenaar
2020-05-24
1
-0
/
+3
*
patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'
v8.2.0774
Bram Moolenaar
2020-05-17
1
-1
/
+1
*
patch 8.2.0730: Vim9: Assignment to dict member does not work
v8.2.0730
Bram Moolenaar
2020-05-10
1
-0
/
+1
*
patch 8.2.0711: temp directory might be cleared
v8.2.0711
Bram Moolenaar
2020-05-07
1
-0
/
+3
*
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
Bram Moolenaar
2020-04-30
1
-3
/
+10
*
patch 8.2.0662: cannot use input() in a channel callback
v8.2.0662
Bram Moolenaar
2020-04-29
1
-0
/
+3
*
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script
v8.2.0626
Bram Moolenaar
2020-04-23
1
-0
/
+6
*
patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'
v8.2.0614
Bram Moolenaar
2020-04-21
1
-2
/
+3
*
patch 8.2.0602: :unlet $VAR does not work properly
v8.2.0602
Bram Moolenaar
2020-04-19
1
-0
/
+1
*
patch 8.2.0573: using :version twice leaks memory
v8.2.0573
Bram Moolenaar
2020-04-13
1
-1
/
+1
*
patch 8.2.0523: loops are repeated
v8.2.0523
Bram Moolenaar
2020-04-06
1
-11
/
+26
*
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
v8.2.0517
Bram Moolenaar
2020-04-05
1
-3
/
+5
*
patch 8.2.0512: Vim9: no optional arguments in func type
v8.2.0512
Bram Moolenaar
2020-04-05
1
-33
/
+33
*
patch 8.2.0508: Vim9: func and partial types not done yet
v8.2.0508
Bram Moolenaar
2020-04-03
1
-30
/
+33
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-0
/
+14
*
patch 8.2.0469: Vim9: no error for missing ] after list
v8.2.0469
Bram Moolenaar
2020-03-28
1
-0
/
+1
*
patch 8.2.0464: typos and other small problems
v8.2.0463
Bram Moolenaar
2020-03-27
1
-2
/
+0
*
patch 8.2.0320: no Haiku support
v8.2.0320
Bram Moolenaar
2020-02-26
1
-1
/
+1
*
patch 8.2.0318: Vim9: types not sufficiently tested
v8.2.0318
Bram Moolenaar
2020-02-25
1
-0
/
+2
*
patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work
v8.2.0291
Bram Moolenaar
2020-02-20
1
-2
/
+4
*
patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global
v8.2.0274
Bram Moolenaar
2020-02-18
1
-0
/
+4
*
patch 8.2.0251: a couple of function return types can be more specific
v8.2.0251
Bram Moolenaar
2020-02-12
1
-2
/
+2
*
patch 8.2.0179: still a few places where range() does not work
v8.2.0179
Bram Moolenaar
2020-01-30
1
-1
/
+1
*
patch 8.2.0154: reallocating the list of scripts is inefficient
v8.2.0154
Bram Moolenaar
2020-01-26
1
-3
/
+3
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-16
/
+81
*
patch 8.2.0103: using null object with execute() has strange effects
v8.2.0103
Bram Moolenaar
2020-01-08
1
-0
/
+1
*
patch 8.2.0073: initializing globals with COMMA is clumsy
v8.2.0073
Bram Moolenaar
2020-01-01
1
-5
/
+5
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-2
/
+9
*
patch 8.2.0047: cannot skip tests for specific MS-Windows platform
v8.2.0047
Bram Moolenaar
2019-12-27
1
-0
/
+3
*
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-12-23
1
-1
/
+1
*
patch 8.2.0030: "gF" does not work on output of "verbose command"
v8.2.0030
Bram Moolenaar
2019-12-22
1
-0
/
+2
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
*
patch 8.1.2366: using old C style comments
v8.1.2366
Bram Moolenaar
2019-11-30
1
-5
/
+5
*
patch 8.1.2331: the option.c file is still very big
v8.1.2331
Bram Moolenaar
2019-11-21
1
-1
/
+0
*
patch 8.1.2327: cannot build with Hangul input
v8.1.2327
Bram Moolenaar
2019-11-21
1
-5
/
+0
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-2
/
+2
*
patch 8.1.2205: sign entry structure has confusing name
v8.1.2205
Bram Moolenaar
2019-10-24
1
-1
/
+1
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-9
/
+5
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-0
/
+4
*
patch 8.1.2134: modifier keys are not always recognized
v8.1.2134
Bram Moolenaar
2019-10-10
1
-0
/
+2
*
patch 8.1.2127: the indent.c file is a bit big
v8.1.2127
Bram Moolenaar
2019-10-09
1
-0
/
+2
*
patch 8.1.2104: the normal.c file is too big
v8.1.2104
Bram Moolenaar
2019-09-30
1
-0
/
+7
*
patch 8.1.2096: too many #ifdefs
v8.1.2096
Bram Moolenaar
2019-09-28
1
-2
/
+0
*
patch 8.1.2075: get many log messages when waiting for a typed character
v8.1.2075
Bram Moolenaar
2019-09-25
1
-0
/
+6
*
patch 8.1.2057: the screen.c file is much too big
v8.1.2057
Bram Moolenaar
2019-09-19
1
-0
/
+25
*
patch 8.1.1985: code for dealing with paths is spread out
v8.1.1985
Bram Moolenaar
2019-09-04
1
-0
/
+2
*
patch 8.1.1966: some code in options.c fits better elsewhere
v8.1.1966
Bram Moolenaar
2019-09-02
1
-0
/
+1
[next]