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_docmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1988: :startinsert! does not work the same way as "A"
v8.1.1988
Bram Moolenaar
2019-09-05
1
-7
/
+5
*
patch 8.1.1979: code for handling file names is spread out
v8.1.1979
Bram Moolenaar
2019-09-04
1
-10
/
+0
*
patch 8.1.1914: command line expansion code is spread out
v8.1.1914
Bram Moolenaar
2019-08-23
1
-858
/
+13
*
patch 8.1.1908: every popup window consumes a buffer number
v8.1.1908
Bram Moolenaar
2019-08-21
1
-2
/
+3
*
patch 8.1.1905: cannot set all properties of the info popup
v8.1.1905
Bram Moolenaar
2019-08-21
1
-1
/
+1
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-24
/
+3
*
patch 8.1.1880: cannot show extra info for completion in a popup window
v8.1.1880
Bram Moolenaar
2019-08-18
1
-2
/
+2
*
patch 8.1.1870: using :pedit from a help file sets help filetype
v8.1.1870
Bram Moolenaar
2019-08-17
1
-3
/
+3
*
patch 8.1.1869: code for the argument list is spread out
v8.1.1869
Bram Moolenaar
2019-08-17
1
-277
/
+0
*
patch 8.1.1853: timers test is still flaky
v8.1.1853
Bram Moolenaar
2019-08-16
1
-5
/
+21
*
patch 8.1.1851: crash when sound_playfile() callback plays sound
v8.1.1851
Bram Moolenaar
2019-08-15
1
-2
/
+6
*
patch 8.1.1823: command line history code is spread out
v8.1.1823
Bram Moolenaar
2019-08-06
1
-7
/
+1
*
patch 8.1.1822: confusing error message when range is not allowed
v8.1.1822
Bram Moolenaar
2019-08-06
1
-8
/
+17
*
patch 8.1.1819: :pedit does not work with a popup preview window
v8.1.1819
Bram Moolenaar
2019-08-05
1
-1
/
+10
*
patch 8.1.1808: build failure for tiny version
v8.1.1808
Bram Moolenaar
2019-08-04
1
-38
/
+30
*
patch 8.1.1785: map functionality mixed with character input
v8.1.1785
Bram Moolenaar
2019-08-01
1
-80
/
+0
*
patch 8.1.1767: FEAT_SESSION defined separately
v8.1.1767
Bram Moolenaar
2019-07-28
1
-3
/
+1
*
patch 8.1.1766: code for writing session file is spread out
v8.1.1766
Bram Moolenaar
2019-07-28
1
-1238
/
+2
*
patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"
v8.1.1746
Bram Moolenaar
2019-07-24
1
-1
/
+1
*
patch 8.1.1742: still some match functions in evalfunc.c
v8.1.1742
Bram Moolenaar
2019-07-24
1
-71
/
+0
*
patch 8.1.1727: code for viminfo support is spread out
v8.1.1727
Bram Moolenaar
2019-07-21
1
-28
/
+1
*
patch 8.1.1714: cannot preview a file in a popup window
v8.1.1714
Bram Moolenaar
2019-07-18
1
-1
/
+6
*
patch 8.1.1667: flags for Ex commands may clash with other symbols
v8.1.1667
Bram Moolenaar
2019-07-12
1
-50
/
+51
*
patch 8.1.1588: in :let-heredoc line continuation is recognized
v8.1.1588
Bram Moolenaar
2019-06-25
1
-16
/
+16
*
patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing
v8.1.1555
Bram Moolenaar
2019-06-16
1
-5
/
+5
*
patch 8.1.1547: functionality of bt_nofile() is confusing
v8.1.1547
Bram Moolenaar
2019-06-15
1
-3
/
+3
*
patch 8.1.1540: cannot build without the +eval feature
v8.1.1540
Bram Moolenaar
2019-06-15
1
-0
/
+2
*
patch 8.1.1438: some commands cause trouble in a popup window
v8.1.1438
Bram Moolenaar
2019-06-01
1
-0
/
+11
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-2
/
+2
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-2
/
+2
*
patch 8.1.1392: build failure in tiny version
v8.1.1392
Bram Moolenaar
2019-05-25
1
-0
/
+3
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-6
/
+6
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
1
-1
/
+1
*
patch 8.1.1307: cannot reconnect to the X server after it restarted
v8.1.1307
Bram Moolenaar
2019-05-09
1
-0
/
+3
*
patch 8.1.1291: not easy to change directory and restore
v8.1.1291
Bram Moolenaar
2019-05-07
1
-78
/
+102
*
patch 8.1.1261: no error for quickfix commands with negative range
v8.1.1261
Bram Moolenaar
2019-05-04
1
-9
/
+58
*
patch 8.1.1256: cannot navigate through errors relative to the cursor
v8.1.1256
Bram Moolenaar
2019-05-03
1
-0
/
+1
*
patch 8.1.1243: compiler warnings for incomplete switch statement
v8.1.1243
Bram Moolenaar
2019-05-01
1
-14
/
+14
*
patch 8.1.1241: Ex command info contains confusing information
v8.1.1241
Bram Moolenaar
2019-05-01
1
-14
/
+40
*
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
-7
/
+12
*
patch 8.1.1218: cannot set a directory for a tab page
v8.1.1218
Bram Moolenaar
2019-04-27
1
-10
/
+44
*
patch 8.1.1210: support for user commands is spread out
v8.1.1210
Bram Moolenaar
2019-04-27
1
-1682
/
+23
*
patch 8.1.1204: output of :command with address completion is not nice
v8.1.1204
Bram Moolenaar
2019-04-25
1
-14
/
+15
*
patch 8.1.1201: output of :command is hard to read
v8.1.1201
Bram Moolenaar
2019-04-24
1
-26
/
+49
*
patch 8.1.1136: decoding of mouse click escape sequence is not tested
v8.1.1136
Bram Moolenaar
2019-04-07
1
-1
/
+4
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-2
/
+0
*
patch 8.1.1077: reg_executing() is reset by calling input()
v8.1.1077
Bram Moolenaar
2019-03-30
1
-0
/
+2
*
patch 8.1.0992: a :normal command resets the reg_executing() result
v8.1.0992
Bram Moolenaar
2019-03-04
1
-0
/
+2
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-3
/
+3
*
patch 8.1.0940: MS-Windows console resizing not handled properly
v8.1.0940
Bram Moolenaar
2019-02-17
1
-0
/
+3
[next]