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
/
getchar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0952: no simple way to interrupt Vim
v8.2.0952
Bram Moolenaar
2020-06-10
1
-0
/
+7
*
patch 8.2.0919: merging modifier for modifyOtherKeys is done twice
v8.2.0919
Bram Moolenaar
2020-06-07
1
-11
/
+28
*
patch 8.2.0916: mapping with partly modifyOtherKeys code does not work
v8.2.0916
Bram Moolenaar
2020-06-06
1
-7
/
+50
*
patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping
v8.2.0904
Bram Moolenaar
2020-06-04
1
-1
/
+2
*
patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
v8.2.0851
Bram Moolenaar
2020-05-30
1
-5
/
+15
*
patch 8.2.0839: dropping modifier when putting a character back in typeahead
v8.2.0839
Bram Moolenaar
2020-05-29
1
-8
/
+28
*
patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work
v8.2.0835
Bram Moolenaar
2020-05-28
1
-1
/
+10
*
patch 8.2.0694: Haiku: channel and terminal do not work
v8.2.0694
Bram Moolenaar
2020-05-03
1
-1
/
+1
*
patch 8.2.0674: some source files are too big
v8.2.0674
Bram Moolenaar
2020-05-01
1
-0
/
+40
*
patch 8.2.0514: several global functions are used in only one file
v8.2.0514
Bram Moolenaar
2020-04-05
1
-1
/
+1
*
patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset
v8.2.0370
Bram Moolenaar
2020-03-11
1
-0
/
+7
*
patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI
v8.2.0356
Bram Moolenaar
2020-03-04
1
-21
/
+13
*
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.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.1.2380: using old C style comments
v8.1.2380
Bram Moolenaar
2019-12-01
1
-188
/
+187
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-4
/
+4
*
patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys
v8.1.2350
Bram Moolenaar
2019-11-26
1
-22
/
+33
*
patch 8.1.2336: when an expr mapping moves the cursor it is not restored
v8.1.2336
Bram Moolenaar
2019-11-22
1
-0
/
+7
*
patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work
v8.1.2333
Bram Moolenaar
2019-11-21
1
-5
/
+12
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-1
/
+1
*
patch 8.1.2200: crash when memory allocation fails
v8.1.2200
Bram Moolenaar
2019-10-22
1
-2
/
+10
*
patch 8.1.2191: when using modifyOtherKeys CTRL-X mode may not work
v8.1.2191
Bram Moolenaar
2019-10-20
1
-1
/
+19
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-10
/
+2
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-2
/
+3
*
patch 8.1.2135: with modifyOtherKeys Alt-a does not work properly
v8.1.2135
Bram Moolenaar
2019-10-10
1
-19
/
+19
*
patch 8.1.2134: modifier keys are not always recognized
v8.1.2134
Bram Moolenaar
2019-10-10
1
-0
/
+19
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-1
/
+1
*
patch 8.1.2110: CTRL-C closes two popups instead of one
v8.1.2110
Bram Moolenaar
2019-10-03
1
-0
/
+4
*
patch 8.1.2091: double free when memory allocation fails
v8.1.2091
Bram Moolenaar
2019-09-28
1
-2
/
+2
*
patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()
v8.1.2053
Bram Moolenaar
2019-09-18
1
-3
/
+4
*
patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggered
v8.1.2048
Bram Moolenaar
2019-09-17
1
-1
/
+1
*
patch 8.1.2046: SafeState may be triggered at the wrong moment
v8.1.2046
Bram Moolenaar
2019-09-16
1
-1
/
+18
*
patch 8.1.2042: the evalfunc.c file is too big
v8.1.2042
Bram Moolenaar
2019-09-15
1
-1
/
+199
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-8
/
+1
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-3
/
+5
*
patch 8.1.1827: allocating more memory than needed for extended structs
v8.1.1827
Bram Moolenaar
2019-08-08
1
-1
/
+1
*
patch 8.1.1799: cannot avoid mapping for a popup window
v8.1.1799
Bram Moolenaar
2019-08-03
1
-0
/
+3
*
patch 8.1.1798: warning for unused variable in tiny version
v8.1.1798
Bram Moolenaar
2019-08-03
1
-143
/
+109
*
patch 8.1.1797: the vgetorpeek() function is too long
v8.1.1797
Bram Moolenaar
2019-08-03
1
-507
/
+553
*
patch 8.1.1794: tests are flaky
v8.1.1794
Bram Moolenaar
2019-08-02
1
-553
/
+507
*
patch 8.1.1792: the vgetorpeek() function is too long
v8.1.1792
Bram Moolenaar
2019-08-02
1
-507
/
+553
*
patch 8.1.1785: map functionality mixed with character input
v8.1.1785
Bram Moolenaar
2019-08-01
1
-2234
/
+16
*
patch 8.1.1759: no mode char for terminal mapping from maparg()
v8.1.1759
Bram Moolenaar
2019-07-27
1
-0
/
+2
*
patch 8.1.1640: the CursorHold autocommand takes down a balloon
v8.1.1640
Bram Moolenaar
2019-07-05
1
-1
/
+1
*
patch 8.1.1591: on error garbage collection may free memory in use
v8.1.1591
Bram Moolenaar
2019-06-25
1
-1
/
+6
*
patch 8.1.1441: popup window filter not yet implemented
v8.1.1441
Bram Moolenaar
2019-06-01
1
-0
/
+4
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-3
/
+3
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-3
/
+2
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-3
/
+3
*
patch 8.1.1365: source command doesn't check for the sandbox
v8.1.1365
Bram Moolenaar
2019-05-22
1
-0
/
+6
[next]