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
/
normal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1455: popup_atcursor() not completely implemented
v8.1.1455
Bram Moolenaar
2019-06-02
1
-7
/
+8
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-1
/
+1
*
patch 8.1.1373: "[p" in Visual mode puts in wrong line
v8.1.1373
Bram Moolenaar
2019-05-23
1
-53
/
+21
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-8
/
+1
*
patch 8.1.1302: v:beval_text is not tested in Visual mode
v8.1.1302
Bram Moolenaar
2019-05-08
1
-2
/
+2
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
1
-2
/
+5
*
patch 8.1.1228: not possible to process tags with a function
v8.1.1228
Bram Moolenaar
2019-04-28
1
-0
/
+4
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-8
/
+0
*
patch 8.1.1049: when user tries to exit with CTRL-C message is confusing
v8.1.1049
Bram Moolenaar
2019-03-25
1
-1
/
+6
*
patch 8.1.1032: warnings from clang static analyzer
v8.1.1032
Bram Moolenaar
2019-03-21
1
-2
/
+1
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-1
/
+1
*
patch 8.1.0940: MS-Windows console resizing not handled properly
v8.1.0940
Bram Moolenaar
2019-02-17
1
-0
/
+3
*
patch 8.1.0932: Farsi support is outdated and unused
v8.1.0932
Bram Moolenaar
2019-02-16
1
-9
/
+0
*
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
v8.1.0864
Bram Moolenaar
2019-01-31
1
-6
/
+7
*
patch 8.1.0856: when scrolling a window the cursorline is not always updated
v8.1.0856
Bram Moolenaar
2019-01-31
1
-0
/
+4
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-86
/
+10
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-80
/
+8
*
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
-16
/
+16
*
patch 8.1.0726: redrawing specifically for conceal feature
v8.1.0726
Bram Moolenaar
2019-01-11
1
-1
/
+1
*
patch 8.1.0719: too many #ifdefs
v8.1.0719
Bram Moolenaar
2019-01-11
1
-10
/
+2
*
patch 8.1.0686: when 'y' is in 'cpoptions' yanking for the clipboard changes ...
v8.1.0686
Bram Moolenaar
2019-01-03
1
-3
/
+8
*
patch 8.1.0648: custom operators can't act upon a forced motion
v8.1.0648
Bram Moolenaar
2018-12-27
1
-3
/
+7
*
patch 8.1.0629: "gn" selects the wrong text with a multi-line match
v8.1.0629
Bram Moolenaar
2018-12-23
1
-1
/
+1
*
patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account
v8.1.0542
Bram Moolenaar
2018-11-22
1
-0
/
+1
*
patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name
v8.1.0514
Bram Moolenaar
2018-11-10
1
-1
/
+2
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-13
/
+0
*
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE
v8.1.0233
Bram Moolenaar
2018-08-01
1
-1
/
+1
*
patch 8.1.0226: too many #ifdefs
v8.1.0226
Bram Moolenaar
2018-07-29
1
-8
/
+2
*
patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window
v8.1.0213
Bram Moolenaar
2018-07-25
1
-10
/
+4
*
patch 8.1.0053: first argument of 'completefunc' has inconsistent type
v8.1.0053
Bram Moolenaar
2018-06-12
1
-4
/
+6
*
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
v8.1.0027
Bram Moolenaar
2018-06-03
1
-0
/
+65
*
patch 8.1.0020: cannot tell whether a register is executing or recording
v8.1.0020
Bram Moolenaar
2018-05-22
1
-3
/
+3
*
patch 8.0.1809: various typos
v8.0.1809
Bram Moolenaar
2018-05-10
1
-2
/
+2
*
patch 8.0.1758: open_line() returns TRUE/FALSE for success/failure
v8.0.1758
Bram Moolenaar
2018-04-24
1
-1
/
+1
*
patch 8.0.1753: various warnings from a static analyser
v8.0.1753
Bram Moolenaar
2018-04-24
1
-1
/
+1
*
patch 8.0.1566: too many #ifdefs
v8.0.1566
Bram Moolenaar
2018-03-04
1
-6
/
+0
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-27
/
+5
*
patch 8.0.1558: no right-click menu in a terminal
v8.0.1558
Bram Moolenaar
2018-03-03
1
-62
/
+74
*
patch 8.0.1523: cannot write and read terminal screendumps
v8.0.1523
Bram Moolenaar
2018-02-18
1
-0
/
+5
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-2
/
+1
*
patch 8.0.1475: invalid memory access in read_redo()
v8.0.1475
Bram Moolenaar
2018-02-06
1
-6
/
+16
*
patch 8.0.1419: cursor column is not updated after ]s
v8.0.1419
Bram Moolenaar
2017-12-21
1
-0
/
+2
*
patch 8.0.1411: reading invalid memory with CTRL-W :
v8.0.1411
Bram Moolenaar
2017-12-19
1
-0
/
+4
*
patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete
v8.0.1338
Bram Moolenaar
2017-11-25
1
-3
/
+3
*
patch 8.0.1323: mouse events in a terminal window may cause endless loop
v8.0.1323
Bram Moolenaar
2017-11-20
1
-1
/
+3
*
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
v8.0.1312
Bram Moolenaar
2017-11-18
1
-1
/
+1
*
patch 8.0.1309: cannot use 'balloonexpr' in a terminal
v8.0.1309
Bram Moolenaar
2017-11-18
1
-1
/
+17
*
patch 8.0.1215: newer gcc warns for implicit fallthrough
v8.0.1215
Bram Moolenaar
2017-10-24
1
-4
/
+5
*
patch 8.0.1201: "yL" is affected by 'scrolloff'
v8.0.1201
Bram Moolenaar
2017-10-15
1
-1
/
+3
[next]