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
/
os_win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.2027: MS-Windows: problem with ambiwidth characters
v8.1.2027
Bram Moolenaar
2019-09-13
1
-1
/
+30
*
patch 8.1.1782: MS-Windows: system() has temp file error with 'noshelltemp'
v8.1.1782
Bram Moolenaar
2019-07-31
1
-1
/
+1
*
patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminal
v8.1.1695
Bram Moolenaar
2019-07-15
1
-0
/
+6
*
patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails
v8.1.1492
Bram Moolenaar
2019-06-08
1
-7
/
+17
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-7
/
+7
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-4
/
+4
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-3
/
+2
*
patch 8.1.1377: MS-Windows GUI uses wrong shell command for bash
v8.1.1377
Bram Moolenaar
2019-05-24
1
-8
/
+6
*
patch 8.1.1369: get E484 when using system() during GUI startup
v8.1.1369
Bram Moolenaar
2019-05-23
1
-7
/
+7
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-20
/
+0
*
patch 8.1.1295: when vimrun.exe does not exist external command may fail
v8.1.1295
Bram Moolenaar
2019-05-07
1
-3
/
+16
*
patch 8.1.1232: can't build on MS-Windows
v8.1.1232
Bram Moolenaar
2019-04-28
1
-1
/
+1
*
patch 8.1.1231: asking about existing swap file unnecessarily
v8.1.1231
Bram Moolenaar
2019-04-28
1
-0
/
+17
*
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
-57
/
+199
*
patch 8.1.1103: MS-Windows: old API calls are no longer needed
v8.1.1103
Bram Moolenaar
2019-04-02
1
-791
/
+420
*
patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H
v8.1.1096
Bram Moolenaar
2019-03-30
1
-2
/
+2
*
patch 8.1.1095: MS-Windows: executable() fails on very long filename
v8.1.1095
Bram Moolenaar
2019-03-30
1
-5
/
+8
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-6
/
+0
*
patch 8.1.1083: MS-Windows: hang when opening a file on network share
v8.1.1083
Bram Moolenaar
2019-03-30
1
-235
/
+13
*
patch 8.1.1059: MS-Windows: PlatformId() is called unnecessarily
v8.1.1059
Bram Moolenaar
2019-03-27
1
-6
/
+0
*
patch 8.1.1028: MS-Windows: memory leak when creating terminal fails
v8.1.1028
Bram Moolenaar
2019-03-21
1
-0
/
+3
*
patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screen
v8.1.1013
Bram Moolenaar
2019-03-17
1
-18
/
+20
*
patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is off
v8.1.0997
Bram Moolenaar
2019-03-07
1
-1
/
+1
*
patch 8.1.0989: various small code ugliness
v8.1.0989
Bram Moolenaar
2019-03-02
1
-5
/
+4
*
patch 8.1.0983: checking __CYGWIN32__ unnecessarily
v8.1.0983
Bram Moolenaar
2019-02-26
1
-2
/
+2
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-36
/
+36
*
patch 8.1.0940: MS-Windows console resizing not handled properly
v8.1.0940
Bram Moolenaar
2019-02-17
1
-7
/
+41
*
patch 8.1.0938: background color is wrong in MS-Windows console
v8.1.0938
Bram Moolenaar
2019-02-17
1
-2
/
+8
*
patch 8.1.0933: When using VTP scroll region isn't used properly
v8.1.0933
Bram Moolenaar
2019-02-16
1
-45
/
+77
*
patch 8.1.0931: vtp_working included in GUI build but unused
v8.1.0931
Bram Moolenaar
2019-02-16
1
-3
/
+3
*
patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable
v8.1.0909
Bram Moolenaar
2019-02-13
1
-5
/
+20
*
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
v8.1.0870
Bram Moolenaar
2019-02-03
1
-22
/
+53
*
patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()
v8.1.0818
Bram Moolenaar
2019-01-24
1
-1
/
+1
*
patch 8.1.0809: too many #ifdefs
v8.1.0809
Bram Moolenaar
2019-01-24
1
-123
/
+11
*
patch 8.1.0784: messy indent in if statement
v8.1.0784
Bram Moolenaar
2019-01-19
1
-18
/
+19
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-3
/
+3
*
patch 8.1.0777: Win32: using pipes for channel does not work well
v8.1.0777
Bram Moolenaar
2019-01-19
1
-3
/
+46
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-7
/
+7
*
patch 8.1.0615: get_tv function names are not consistent
v8.1.0615
Bram Moolenaar
2018-12-21
1
-1
/
+1
*
patch 8.1.0528: various typos in comments
v8.1.0528
Bram Moolenaar
2018-11-16
1
-8
/
+8
*
patch 8.1.0457: win32 console: key mappings don't work
v8.1.0457
Bram Moolenaar
2018-10-07
1
-46
/
+60
*
patch 8.1.0453: MS-Windows: executable() is not reliable
v8.1.0453
Bram Moolenaar
2018-10-06
1
-5
/
+28
*
patch 8.1.0452: MS-Windows: not finding intl.dll
v8.1.0452
Bram Moolenaar
2018-10-06
1
-6
/
+11
*
patch 8.1.0451: Win32 console: keypad keys don't work
v8.1.0451
Bram Moolenaar
2018-10-03
1
-33
/
+31
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-20
/
+2
*
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
1
-1
/
+2
*
patch 8.1.0349: crash when wiping buffer in a callback
v8.1.0349
Bram Moolenaar
2018-09-06
1
-3
/
+7
*
patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershell
v8.1.0338
Bram Moolenaar
2018-08-30
1
-8
/
+34
*
patch 8.1.0323: reverse order of VTP calls only needed the first time
v8.1.0323
Bram Moolenaar
2018-08-23
1
-2
/
+4
[next]