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
/
evalfunc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0262: not enough testing for getftype()
v8.1.0262
Bram Moolenaar
2018-08-09
1
-1
/
+1
*
patch 8.1.0226: too many #ifdefs
v8.1.0226
Bram Moolenaar
2018-07-29
1
-4
/
+0
*
patch 8.1.0225: mode() does not indicate using CTRL-O from Insert mode
v8.1.0225
Bram Moolenaar
2018-07-29
1
-3
/
+8
*
patch 8.1.0218: cannot add matches to another window
v8.1.0218
Bram Moolenaar
2018-07-28
1
-26
/
+41
*
patch 8.1.0214: +autochdir feature not reported by has() or :version
v8.1.0214
Bram Moolenaar
2018-07-27
1
-0
/
+3
*
patch 8.1.0211: expanding a file name "~" results in $HOME
v8.1.0211
Bram Moolenaar
2018-07-25
1
-1
/
+1
*
patch 8.1.0210: still a few K&R function declarations
v8.1.0210
Bram Moolenaar
2018-07-25
1
-6
/
+2
*
patch 8.1.0202: :version always shows +packages
v8.1.0202
Bram Moolenaar
2018-07-22
1
-0
/
+2
*
patch 8.1.0199: spellbadword() does not check for caps error
v8.1.0199
Bram Moolenaar
2018-07-20
1
-0
/
+1
*
patch 8.1.0187: getwininfo() and win_screenpos() return different numbers
v8.1.0187
Bram Moolenaar
2018-07-15
1
-2
/
+2
*
patch 8.1.0184: not easy to figure out the window layout
v8.1.0184
Bram Moolenaar
2018-07-14
1
-0
/
+2
*
patch 8.1.0166: using dict_add_nr_str() is clumsy
v8.1.0166
Bram Moolenaar
2018-07-08
1
-70
/
+64
*
patch 8.1.0124: has('vcon') returns true even for non-win32 terminal
v8.1.0124
Bram Moolenaar
2018-06-28
1
-1
/
+1
*
patch 8.1.0112: no error when using bad arguments with searchpair()
v8.1.0112
Bram Moolenaar
2018-06-24
1
-1
/
+9
*
patch 8.1.0105: all tab stops are the same
v8.1.0105
Bram Moolenaar
2018-06-23
1
-0
/
+3
*
patch 8.1.0098: segfault when pattern with \z() is very slow
v8.1.0098
Bram Moolenaar
2018-06-23
1
-0
/
+3
*
patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is running
v8.1.0091
Bram Moolenaar
2018-06-20
1
-0
/
+33
*
patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer
v8.1.0069
Bram Moolenaar
2018-06-17
1
-0
/
+31
*
patch 8.1.0068: nasty autocommands can still cause using freed memory
v8.1.0068
Bram Moolenaar
2018-06-17
1
-1
/
+7
*
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
v8.1.0050
Bram Moolenaar
2018-06-12
1
-1
/
+1
*
patch 8.1.0039: cannot easily delete lines in another buffer
v8.1.0039
Bram Moolenaar
2018-06-07
1
-10
/
+108
*
patch 8.1.0037: cannot easily append lines to another buffer
v8.1.0037
Bram Moolenaar
2018-06-06
1
-166
/
+157
*
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
/
+64
*
patch 8.1.0020: cannot tell whether a register is executing or recording
v8.1.0020
Bram Moolenaar
2018-05-22
1
-0
/
+32
*
patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existing
v8.1.0011
Bram Moolenaar
2018-05-21
1
-1
/
+6
*
patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'
v8.0.1831
Bram Moolenaar
2018-05-13
1
-1
/
+1
*
patch 8.0.1804: using :normal in terminal window causes problems
v8.0.1804
Bram Moolenaar
2018-05-08
1
-1
/
+1
*
patch 8.0.1786: no test for 'termwinkey'
v8.0.1786
Bram Moolenaar
2018-05-01
1
-12
/
+6
*
patch 8.0.1770: assert functions don't return anything
v8.0.1770
Bram Moolenaar
2018-04-28
1
-24
/
+24
*
patch 8.0.1753: various warnings from a static analyser
v8.0.1753
Bram Moolenaar
2018-04-24
1
-1
/
+1
*
patch 8.0.1742: cannot get a list of all the jobs
v8.0.1742
Bram Moolenaar
2018-04-21
1
-4
/
+9
*
patch 8.0.1711: term_setsize() is not implemented yet
v8.0.1711
Bram Moolenaar
2018-04-14
1
-0
/
+1
*
patch 8.0.1708: mkdir with 'p' flag fails on existing directory
v8.0.1708
Bram Moolenaar
2018-04-14
1
-12
/
+22
*
patch 8.0.1685: can't set ANSI colors of a terminal window
v8.0.1685
Bram Moolenaar
2018-04-10
1
-0
/
+6
*
patch 8.0.1666: % argument in ch_log() causes trouble
v8.0.1666
Bram Moolenaar
2018-04-05
1
-2
/
+2
*
patch 8.0.1650: too many #ifdefs
v8.0.1650
Bram Moolenaar
2018-03-29
1
-2
/
+0
*
patch 8.0.1630: trimming white space is not that easy
v8.0.1630
Bram Moolenaar
2018-03-22
1
-1
/
+69
*
patch 8.0.1609: shell commands in the GUI use a dumb terminal
v8.0.1609
Bram Moolenaar
2018-03-16
1
-1
/
+1
*
patch 8.0.1601: highlight test fails on Win32
v8.0.1601
Bram Moolenaar
2018-03-12
1
-0
/
+3
*
patch 8.0.1593: :qall never exits with an active terminal window
v8.0.1593
Bram Moolenaar
2018-03-10
1
-0
/
+1
*
patch 8.0.1592: terminal windows in a session are not properly restored
v8.0.1592
Bram Moolenaar
2018-03-09
1
-0
/
+1
*
patch 8.0.1566: too many #ifdefs
v8.0.1566
Bram Moolenaar
2018-03-04
1
-4
/
+0
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-6
/
+0
*
patch 8.0.1563: timeout of getwinposx() can be too short
v8.0.1563
Bram Moolenaar
2018-03-03
1
-2
/
+36
*
patch 8.0.1557: printf() does not work with only one argument
v8.0.1557
Bram Moolenaar
2018-03-03
1
-1
/
+1
*
patch 8.0.1531: cannot use 24 bit colors in MS-Windows console
v8.0.1531
Bram Moolenaar
2018-02-22
1
-4
/
+4
*
patch 8.0.1523: cannot write and read terminal screendumps
v8.0.1523
Bram Moolenaar
2018-02-18
1
-0
/
+14
*
patch 8.0.1519: getchangelist() does not use argument as bufname()
v8.0.1519
Bram Moolenaar
2018-02-13
1
-1
/
+4
*
patch 8.0.1514: getting the list of changes is not easy
v8.0.1514
Bram Moolenaar
2018-02-13
1
-0
/
+54
*
patch 8.0.1513: the jumplist is not always properly cleaned up
v8.0.1513
Bram Moolenaar
2018-02-13
1
-3
/
+2
[next]