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.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-137
/
+137
*
patch 8.1.0734: the hlsearch state is not stored in a session file
v8.1.0734
Bram Moolenaar
2019-01-12
1
-0
/
+4
*
patch 8.1.0706: tabline is not always redrawn
v8.1.0706
Bram Moolenaar
2019-01-08
1
-0
/
+20
*
patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set
v8.1.0640
Bram Moolenaar
2018-12-26
1
-9
/
+13
*
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.0623: iterating through window frames is repeated
v8.1.0623
Bram Moolenaar
2018-12-22
1
-2
/
+2
*
patch 8.1.0604: autocommand test fails on MS-Windows
v8.1.0604
Bram Moolenaar
2018-12-16
1
-1
/
+1
*
patch 8.1.0602: DirChanged is also triggered when directory didn't change
v8.1.0602
Bram Moolenaar
2018-12-16
1
-6
/
+11
*
patch 8.1.0586: :digraph output is not easy to read
v8.1.0586
Bram Moolenaar
2018-12-14
1
-1
/
+1
*
patch 8.1.0573: cannot redefine user command without ! in same script
v8.1.0573
Bram Moolenaar
2018-12-08
1
-2
/
+6
*
patch 8.1.0560: cannot use address type "other" with with user command
v8.1.0560
Bram Moolenaar
2018-12-02
1
-0
/
+2
*
patch 8.1.0487: no menus specifically for the terminal window
v8.1.0487
Bram Moolenaar
2018-10-19
1
-0
/
+1
*
patch 8.1.0447: GUI scrollbar test fails with Athena and Motif
v8.1.0447
Bram Moolenaar
2018-10-02
1
-4
/
+7
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-16
/
+0
*
patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep"
v8.1.0442
Bram Moolenaar
2018-09-30
1
-1
/
+1
*
patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled
v8.1.0392
Bram Moolenaar
2018-09-15
1
-26
/
+27
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-11
/
+31
*
patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
v8.1.0351
Bram Moolenaar
2018-09-06
1
-1
/
+3
*
patch 8.1.0337: :file fails in quickfix command
v8.1.0337
Bram Moolenaar
2018-08-30
1
-3
/
+10
*
patch 8.1.0333: :mkview does not restore cursor properly after "$"
v8.1.0333
Bram Moolenaar
2018-08-29
1
-8
/
+15
*
patch 8.1.0324: off-by-one error in cmdidx check
v8.1.0324
Bram Moolenaar
2018-08-23
1
-1
/
+1
*
patch 8.1.0309: profiling does not show a count for condition lines
v8.1.0309
Bram Moolenaar
2018-08-21
1
-19
/
+42
*
patch 8.1.0306: plural messages are not translated properly
v8.1.0306
Bram Moolenaar
2018-08-21
1
-11
/
+5
*
patch 8.1.0288: quickfix code uses cmdidx too often
v8.1.0288
Bram Moolenaar
2018-08-15
1
-0
/
+14
*
patch 8.1.0282: 'incsearch' does not work with command modifiers
v8.1.0282
Bram Moolenaar
2018-08-14
1
-47
/
+79
*
patch 8.1.0281: parsing command modifiers is not separated
v8.1.0281
Bram Moolenaar
2018-08-14
1
-243
/
+262
*
patch 8.1.0266: parsing Ex address range is not a separate function
v8.1.0266
Bram Moolenaar
2018-08-10
1
-163
/
+176
*
patch 8.1.0253: saving and restoring window title does not always work
v8.1.0253
Bram Moolenaar
2018-08-07
1
-1
/
+1
*
patch 8.1.0230: directly checking 'buftype' value
v8.1.0230
Bram Moolenaar
2018-08-01
1
-1
/
+1
*
patch 8.1.0228: dropping files is ignored while Vim is busy
v8.1.0228
Bram Moolenaar
2018-07-29
1
-37
/
+89
*
patch 8.1.0219: expanding ## fails to escape backtick
v8.1.0219
Bram Moolenaar
2018-07-28
1
-1
/
+1
*
patch 8.1.0217: compiler warning for variable set but not used
v8.1.0217
Bram Moolenaar
2018-07-28
1
-1
/
+5
*
patch 8.1.0211: expanding a file name "~" results in $HOME
v8.1.0211
Bram Moolenaar
2018-07-25
1
-1
/
+8
*
patch 8.1.0159: completion for user names does not work for a prefix.
v8.1.0159
Bram Moolenaar
2018-07-07
1
-1
/
+1
*
patch 8.1.0158: GUI: input() fails if CTRL-C was pressed before
v8.1.0158
Bram Moolenaar
2018-07-07
1
-0
/
+5
*
patch 8.1.0149: session is wrong with multiple tabs when :lcd was used
v8.1.0149
Bram Moolenaar
2018-07-04
1
-8
/
+38
*
patch 8.1.0095: dialog for ":browse tabnew" says "new window"
v8.1.0095
Bram Moolenaar
2018-06-21
1
-4
/
+7
*
patch 8.1.0047: no completion for :unlet $VAR
v8.1.0047
Bram Moolenaar
2018-06-12
1
-1
/
+12
*
patch 8.1.0043: ++bad argument of :edit does not work properly
v8.1.0043
Bram Moolenaar
2018-06-12
1
-1
/
+3
*
patch 8.1.0035: not easy to switch between prompt buffer and other windows
v8.1.0035
Bram Moolenaar
2018-06-06
1
-1
/
+2
*
patch 8.0.1804: using :normal in terminal window causes problems
v8.0.1804
Bram Moolenaar
2018-05-08
1
-3
/
+3
*
patch 8.0.1786: no test for 'termwinkey'
v8.0.1786
Bram Moolenaar
2018-05-01
1
-1
/
+15
*
patch 8.0.1773: dialog messages are not translated
v8.0.1773
Bram Moolenaar
2018-04-29
1
-2
/
+4
*
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
v8.0.1768
Bram Moolenaar
2018-04-27
1
-2
/
+11
*
patch 8.0.1663: cannot build without multi-byte feature
v8.0.1663
Bram Moolenaar
2018-04-05
1
-0
/
+2
*
patch 8.0.1660: the terminal API "drop" command doesn't support options
v8.0.1660
Bram Moolenaar
2018-04-04
1
-8
/
+14
*
patch 8.0.1650: too many #ifdefs
v8.0.1650
Bram Moolenaar
2018-03-29
1
-31
/
+0
*
patch 8.0.1649: no completion for argument list commands
v8.0.1649
Bram Moolenaar
2018-03-29
1
-0
/
+8
*
patch 8.0.1595: no autocommand triggered before exiting
v8.0.1595
Bram Moolenaar
2018-03-11
1
-15
/
+35
*
patch 8.0.1592: terminal windows in a session are not properly restored
v8.0.1592
Bram Moolenaar
2018-03-09
1
-5
/
+24
[next]