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_cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0588: cannot define a sign with space in the text
v8.1.0588
Bram Moolenaar
2018-12-14
1
-0
/
+8
*
patch 8.1.0516: :move command marks buffer modified when nothing changed
v8.1.0516
Bram Moolenaar
2018-11-10
1
-4
/
+18
*
patch 8.1.0470: pointer ownership around fname_expand() is unclear
v8.1.0470
Bram Moolenaar
2018-10-11
1
-4
/
+6
*
patch 8.1.0468: MS-Windows: filter command with pipe character fails
v8.1.0468
Bram Moolenaar
2018-10-09
1
-2
/
+22
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-2
/
+0
*
patch 8.1.0416: sort doesn't report deleted lines
v8.1.0416
Bram Moolenaar
2018-09-21
1
-0
/
+3
*
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
1
-1
/
+1
*
patch 8.1.0306: plural messages are not translated properly
v8.1.0306
Bram Moolenaar
2018-08-21
1
-19
/
+21
*
patch 8.1.0270: checking for a Tab in a line could be faster
v8.1.0270
Bram Moolenaar
2018-08-11
1
-1
/
+1
*
patch 8.1.0235: more help tags that jump to the wrong location
v8.1.0235
Bram Moolenaar
2018-08-02
1
-12
/
+29
*
patch 8.1.0231: :help -? goes to help for -+
v8.1.0231
Bram Moolenaar
2018-08-01
1
-2
/
+2
*
patch 8.1.0126: various problems with 'vartabstop'
v8.1.0126
Bram Moolenaar
2018-06-28
1
-1
/
+1
*
patch 8.1.0120: buffer 'modified' set even when :sort has no changes
v8.1.0120
Bram Moolenaar
2018-06-28
1
-4
/
+14
*
patch 8.1.0114: confusing variable name
v8.1.0114
Bram Moolenaar
2018-06-24
1
-16
/
+15
*
patch 8.1.0110: file name not displayed with ":file"
v8.1.0110
Bram Moolenaar
2018-06-24
1
-3
/
+4
*
patch 8.1.0105: all tab stops are the same
v8.1.0105
Bram Moolenaar
2018-06-23
1
-1
/
+74
*
patch 8.1.0034: cursor not restored with ":edit #"
v8.1.0034
Bram Moolenaar
2018-06-04
1
-3
/
+10
*
patch 8.0.1688: some macros are used without a semicolon
v8.0.1688
Bram Moolenaar
2018-04-10
1
-3
/
+3
*
patch 8.0.1650: too many #ifdefs
v8.0.1650
Bram Moolenaar
2018-03-29
1
-11
/
+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
-103
/
+31
*
patch 8.0.1553: cannot see what digraph is used to insert a character
v8.0.1553
Bram Moolenaar
2018-02-27
1
-4
/
+25
*
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window
v8.0.1525
Bram Moolenaar
2018-02-19
1
-0
/
+8
*
patch 8.0.1512: warning for possibly using NULL pointer
v8.0.1512
Bram Moolenaar
2018-02-13
1
-1
/
+1
*
patch 8.0.1508: the :drop command is not always available
v8.0.1508
Bram Moolenaar
2018-02-12
1
-2
/
+0
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-16
/
+6
*
patch 8.0.1461: missing another file in patch
v8.0.1461
Bram Moolenaar
2018-02-03
1
-2
/
+16
*
patch 8.0.1383: local additions in help skips some files
v8.0.1383
Bram Moolenaar
2017-12-09
1
-11
/
+8
*
patch 8.0.1382: get "no write since last change" message if terminal is open
v8.0.1382
Bram Moolenaar
2017-12-09
1
-1
/
+1
*
patch 8.0.1347: MS-Windows: build broken by misplaced curly
v8.0.1347
Bram Moolenaar
2017-11-26
1
-1
/
+1
*
patch 8.0.1345: race condition between stat() and open() for viminfo
v8.0.1345
Bram Moolenaar
2017-11-26
1
-102
/
+111
*
patch 8.0.1287: temp file used for viminfo may have wrong permissions
v8.0.1287
Bram Moolenaar
2017-11-11
1
-5
/
+24
*
patch 8.0.1216: tabline is not always updated for :file command
v8.0.1216
Bram Moolenaar
2017-10-24
1
-0
/
+1
*
patch 8.0.1202: :wall gives an errof for a terminal window
v8.0.1202
Bram Moolenaar
2017-10-15
1
-1
/
+1
*
patch 8.0.1136: W_WIDTH() is always the same
v8.0.1136
Bram Moolenaar
2017-09-22
1
-1
/
+1
*
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
v8.0.1118
Bram Moolenaar
2017-09-16
1
-49
/
+3
*
patch 8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set
v8.0.1028
Bram Moolenaar
2017-08-31
1
-1
/
+6
*
patch 8.0.0953: get "no write since last change" error in terminal window
v8.0.0953
Bram Moolenaar
2017-08-17
1
-1
/
+1
*
patch 8.0.0858: can exit while a terminal is still running a job
v8.0.0858
Bram Moolenaar
2017-08-03
1
-3
/
+3
*
patch 8.0.0782: using freed memory in quickfix code
v8.0.0782
Bram Moolenaar
2017-07-27
1
-3
/
+3
*
patch 8.0.0716: not easy to start Vim cleanly
v8.0.0716
Bram Moolenaar
2017-07-15
1
-3
/
+3
*
patch 8.0.0707: freeing wrong memory with certain autocommands
v8.0.0707
Bram Moolenaar
2017-07-11
1
-2
/
+2
*
patch 8.0.0677: setting 'filetype' may switch buffers
v8.0.0677
Bram Moolenaar
2017-06-25
1
-0
/
+4
*
patch 8.0.0651: build failure without the auto command feature
v8.0.0651
Bram Moolenaar
2017-06-22
1
-0
/
+2
*
patch 8.0.0649: when opening a help file the filetype is set several times
v8.0.0649
Bram Moolenaar
2017-06-22
1
-2
/
+3
*
patch 8.0.0643: when a pattern search is slow Vim becomes unusable
v8.0.0643
Bram Moolenaar
2017-06-17
1
-5
/
+5
*
patch 8.0.0630: it is not easy to work on lines without a match
v8.0.0630
Bram Moolenaar
2017-06-10
1
-36
/
+57
*
patch 8.0.0621: :stag does not respect 'switchbuf'
v8.0.0621
Bram Moolenaar
2017-06-05
1
-10
/
+13
*
patch 8.0.0571: negative line number when using :z^ in an empty buffer
v8.0.0571
Bram Moolenaar
2017-04-20
1
-1
/
+7
*
patch 8.0.0537: illegal memory access with :z and large count
v8.0.0537
Bram Moolenaar
2017-04-02
1
-2
/
+7
[next]