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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems
v8.2.4316
K.Takata
2022-02-07
1
-1
/
+1
*
patch 8.2.4300: cannot build tiny version
v8.2.4300
Bram Moolenaar
2022-02-05
1
-2
/
+4
*
patch 8.2.4299: SafeState autocommand interferes with debugging
v8.2.4299
Bram Moolenaar
2022-02-05
1
-1
/
+2
*
patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated
v8.2.4294
K.Takata
2022-02-04
1
-5
/
+3
*
patch 8.2.4252: generating the normal command table at runtime is inefficient
v8.2.4252
Yegappan Lakshmanan
2022-01-29
1
-3
/
+0
*
patch 8.2.4098: typing "interrupt" at debug prompt may keep exception around
v8.2.4098
Bram Moolenaar
2022-01-15
1
-0
/
+7
*
patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLL
v8.2.4079
K.Takata
2022-01-13
1
-1
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+4
*
patch 8.2.3977: error messages are spread out
v8.2.3977
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3881: QNX: crash when compiled with GUI but using terminal
v8.2.3881
h-east
2021-12-24
1
-1
/
+1
*
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-29
1
-3
/
+1
*
patch 8.2.3639: line commented out accidentally
v8.2.3639
Volodymyr Kot
2021-11-21
1
-1
/
+1
*
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied
v8.2.3617
Bram Moolenaar
2021-11-18
1
-1
/
+2
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-3
/
+3
*
patch 8.2.2924: superfluous extern declaration
v8.2.2924
K.Takata
2021-06-02
1
-2
/
+0
*
patch 8.2.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-3
/
+3
*
patch 8.2.2905: no error when defaults.vim cannot be loaded
v8.2.2905
Christian Brabandt
2021-05-29
1
-2
/
+8
*
patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregistering
v8.2.2822
Bram Moolenaar
2021-05-01
1
-3
/
+4
*
patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLE
v8.2.2821
Bram Moolenaar
2021-05-01
1
-0
/
+14
*
patch 8.2.2662: there is no way to avoid some escape sequences
v8.2.2662
Bram Moolenaar
2021-03-27
1
-6
/
+15
*
patch 8.2.2611: conditions for startup tests are not exactly right
v8.2.2611
Bram Moolenaar
2021-03-17
1
-0
/
+3
*
patch 8.2.2500: build fails without the GUI feature
v8.2.2500
Bram Moolenaar
2021-02-11
1
-0
/
+2
*
patch 8.2.2499: "vim -g --version" does not redirect output
v8.2.2499
Bram Moolenaar
2021-02-11
1
-0
/
+1
*
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
v8.2.2238
Bram Moolenaar
2020-12-28
1
-6
/
+4
*
patch 8.2.2110: cannot use ":shell" when reading from stdin
v8.2.2110
Bram Moolenaar
2020-12-08
1
-1
/
+8
*
patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommands
v8.2.2070
Bram Moolenaar
2020-11-30
1
-1
/
+7
*
patch 8.2.2059: Amiga: can't find plugins
v8.2.2059
Bram Moolenaar
2020-11-27
1
-12
/
+9
*
patch 8.2.1833: when reading from stdin dup() is called twice
v8.2.1833
Bram Moolenaar
2020-10-11
1
-10
/
+5
*
patch 8.2.1422: the Mac GUI implementation is outdated
v8.2.1422
Bram Moolenaar
2020-08-11
1
-39
/
+0
*
patch 8.2.1269: language and locale code spread out
v8.2.1269
Bram Moolenaar
2020-07-22
1
-53
/
+0
*
patch 8.2.0970: terminal properties are not available in Vim script
v8.2.0970
Bram Moolenaar
2020-06-13
1
-0
/
+4
*
patch 8.2.0936: some terminals misinterpret the code for getting cursor style
v8.2.0936
Bram Moolenaar
2020-06-09
1
-1
/
+1
*
patch 8.2.0913: code for resetting v:register is duplicated
v8.2.0913
Bram Moolenaar
2020-06-06
1
-6
/
+1
*
patch 8.2.0769: VimLeavePre not triggered when Vim is terminated
v8.2.0769
Bram Moolenaar
2020-05-16
1
-0
/
+11
*
patch 8.2.0744: the name vim is not capatilized in a message
v8.2.0744
Bram Moolenaar
2020-05-12
1
-1
/
+1
*
patch 8.2.0740: minor message mistakes
v8.2.0740
Bram Moolenaar
2020-05-11
1
-3
/
+3
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-1
/
+1
*
patch 8.2.0516: client-server code is spread out
v8.2.0516
Bram Moolenaar
2020-04-05
1
-673
/
+0
*
patch 8.2.0509: various code is not properly tested.
v8.2.0509
Bram Moolenaar
2020-04-04
1
-1
/
+1
*
patch 8.2.0256: time and timer related code is spread out
v8.2.0256
Bram Moolenaar
2020-02-14
1
-104
/
+0
*
patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated
v8.2.0202
Bram Moolenaar
2020-02-03
1
-0
/
+4
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-16
/
+21
*
patch 8.2.0098: exe stack length can be wrong without being detected
v8.2.0098
Bram Moolenaar
2020-01-07
1
-0
/
+9
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-12
/
+8
*
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-12-23
1
-1
/
+1
*
patch 8.1.2422: "make depend" does not work correctly for libvterm
v8.1.2422
Bram Moolenaar
2019-12-11
1
-4
/
+4
*
patch 8.1.2388: using old C style comments
v8.1.2388
Bram Moolenaar
2019-12-04
1
-464
/
+461
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
[next]