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.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
*
patch 8.1.0297: MS-Windows: tests fail, Vim crashes
v8.1.0297
Bram Moolenaar
2018-08-19
1
-5
/
+16
*
patch 8.1.0294: MS-Windows: sometimes uses short directory name
v8.1.0294
Bram Moolenaar
2018-08-18
1
-2
/
+17
*
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.0250: MS-Windows using VTP: windows size change incorrect
v8.1.0250
Bram Moolenaar
2018-08-07
1
-22
/
+52
*
patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"
v8.1.0087
Bram Moolenaar
2018-06-19
1
-1
/
+7
*
patch 8.1.0051: MS-Windows: missing #endif
v8.1.0051
Bram Moolenaar
2018-06-12
1
-0
/
+1
*
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
v8.1.0050
Bram Moolenaar
2018-06-12
1
-15
/
+25
*
patch 8.1.0049: shell cannot tell running in a terminal window
v8.1.0049
Bram Moolenaar
2018-06-12
1
-6
/
+24
*
patch 8.0.1798: MS-Windows: file considered read-only too often
v8.0.1798
Bram Moolenaar
2018-05-06
1
-5
/
+10
*
patch 8.0.1791: using uint8_t does not work everywhere
v8.0.1791
Bram Moolenaar
2018-05-05
1
-1
/
+1
*
patch 8.0.1785: missing symbol in Win32 small build
v8.0.1785
Bram Moolenaar
2018-05-01
1
-0
/
+2
*
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
v8.0.1783
Bram Moolenaar
2018-05-01
1
-5
/
+36
*
patch 8.0.1619: Win32 GUI: crash when winpty is not installed
v8.0.1619
Bram Moolenaar
2018-03-20
1
-0
/
+2
*
patch 8.0.1617: Win32: :shell command in the GUI crashes
v8.0.1617
Bram Moolenaar
2018-03-19
1
-4
/
+14
*
patch 8.0.1616: Win32: shell commands in the GUI open a new console
v8.0.1616
Bram Moolenaar
2018-03-18
1
-1
/
+77
[next]