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
/
proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1410: popup_move() is not implemented yet
v8.1.1410
Bram Moolenaar
2019-05-27
1
-0
/
+1
*
patch 8.1.1407: popup_create() does not support text properties
v8.1.1407
Bram Moolenaar
2019-05-26
1
-0
/
+1
*
patch 8.1.1406: popup_hide() and popup_show() not implemented yet
v8.1.1406
Bram Moolenaar
2019-05-26
1
-0
/
+3
*
patch 8.1.1405: "highlight" option of popup windows not supported
v8.1.1405
Bram Moolenaar
2019-05-26
1
-0
/
+2
*
patch 8.1.1399: popup windows not adjusted when switching tabs
v8.1.1399
Bram Moolenaar
2019-05-26
1
-1
/
+2
*
patch 8.1.1391: no popup window support
v8.1.1391
Bram Moolenaar
2019-05-25
3
-1
/
+12
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-11
/
+10
*
patch 8.1.1378: delete() can not handle a file name that looks like a pattern
v8.1.1378
Bram Moolenaar
2019-05-24
1
-0
/
+1
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
2
-2
/
+2
*
patch 8.1.1359: text property wrong after :substitute with backslash
v8.1.1359
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1355: obvious mistakes are accepted as valid expressions
v8.1.1355
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1351: text property wrong after :substitute
v8.1.1351
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1341: text properties are lost when joining lines
v8.1.1341
Bram Moolenaar
2019-05-17
1
-0
/
+2
*
patch 8.1.1335: listener callback is called after inserting text
v8.1.1335
Bram Moolenaar
2019-05-16
1
-0
/
+1
*
patch 8.1.1333: text properties don't always move after changes
v8.1.1333
Bram Moolenaar
2019-05-15
1
-1
/
+1
*
patch 8.1.1332: cannot flush listeners without redrawing, mix of changes
v8.1.1332
Bram Moolenaar
2019-05-14
1
-1
/
+2
*
patch 8.1.1321: no docs or tests for listener functions
v8.1.1321
Bram Moolenaar
2019-05-11
1
-0
/
+1
*
patch 8.1.1320: it is not possible to track changes to a buffer
v8.1.1320
Bram Moolenaar
2019-05-11
1
-0
/
+3
*
patch 8.1.1318: code for text changes is in a "misc" file
v8.1.1318
Bram Moolenaar
2019-05-11
1
-22
/
+0
*
Add missing files from patch 8.1.1318
Bram Moolenaar
2019-05-11
1
-0
/
+24
*
patch 8.1.1313: warnings for using localtime() and ctime()
v8.1.1313
Bram Moolenaar
2019-05-10
1
-0
/
+1
*
patch 8.1.1307: cannot reconnect to the X server after it restarted
v8.1.1307
Bram Moolenaar
2019-05-09
1
-0
/
+1
*
patch 8.1.1291: not easy to change directory and restore
v8.1.1291
Bram Moolenaar
2019-05-07
1
-1
/
+2
*
patch 8.1.1267: cannot check if GPM mouse support is working
v8.1.1267
Bram Moolenaar
2019-05-04
1
-0
/
+1
*
patch 8.1.1261: no error for quickfix commands with negative range
v8.1.1261
Bram Moolenaar
2019-05-04
1
-0
/
+1
*
patch 8.1.1256: cannot navigate through errors relative to the cursor
v8.1.1256
Bram Moolenaar
2019-05-03
1
-0
/
+1
*
patch 8.1.1251: no test for completion of mapping keys
v8.1.1251
Bram Moolenaar
2019-05-03
1
-1
/
+1
*
patch 8.1.1237: error for using "compl", reserved word in C++
v8.1.1237
Bram Moolenaar
2019-04-29
1
-3
/
+3
*
patch 8.1.1232: can't build on MS-Windows
v8.1.1232
Bram Moolenaar
2019-04-28
2
-2
/
+2
*
patch 8.1.1231: asking about existing swap file unnecessarily
v8.1.1231
Bram Moolenaar
2019-04-28
2
-0
/
+2
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
5
-2
/
+5
*
patch 8.1.1228: not possible to process tags with a function
v8.1.1228
Bram Moolenaar
2019-04-28
1
-0
/
+2
*
patch 8.1.1219: not checking for NULL return from alloc()
v8.1.1219
Bram Moolenaar
2019-04-27
2
-2
/
+2
*
patch 8.1.1218: cannot set a directory for a tab page
v8.1.1218
Bram Moolenaar
2019-04-27
2
-2
/
+2
*
patch 8.1.1210: support for user commands is spread out
v8.1.1210
Bram Moolenaar
2019-04-27
2
-10
/
+18
*
patch 8.1.1205: a BufReadPre autocommand may cause the cursor to move
v8.1.1205
Bram Moolenaar
2019-04-25
1
-0
/
+1
*
patch 8.1.1201: output of :command is hard to read
v8.1.1201
Bram Moolenaar
2019-04-24
1
-1
/
+1
*
patch 8.1.1195: Vim script debugger functionality needs cleanup
v8.1.1195
Bram Moolenaar
2019-04-21
2
-12
/
+14
*
patch 8.1.1182: some function prototypes are outdated
v8.1.1182
Bram Moolenaar
2019-04-17
4
-5
/
+2
*
patch 8.1.1143: may pass weird strings to file name expansion
v8.1.1143
Bram Moolenaar
2019-04-10
1
-0
/
+1
*
patch 8.1.1140: not easy to find out what neighbors a window has
v8.1.1140
Bram Moolenaar
2019-04-08
1
-0
/
+2
*
patch 8.1.1138: plugins don't get notified when the popup menu changes
v8.1.1138
Bram Moolenaar
2019-04-08
3
-0
/
+3
*
patch 8.1.1125: libvterm does not handle the window position report
v8.1.1125
Bram Moolenaar
2019-04-06
1
-0
/
+1
*
patch 8.1.1124: insert completion flags are mixed up
v8.1.1124
Bram Moolenaar
2019-04-06
1
-1
/
+1
*
patch 8.1.1120: cannot easily get directory entry matches
v8.1.1120
Bram Moolenaar
2019-04-05
1
-0
/
+3
*
patch 8.1.1116: cannot enforce a Vim script style
v8.1.1116
Bram Moolenaar
2019-04-04
1
-0
/
+1
*
patch 8.1.1099: the do_tag() function is too long
v8.1.1099
Bram Moolenaar
2019-03-31
2
-1
/
+1
*
patch 8.1.1081: MS-Windows: cannot use some fonts
v8.1.1081
Bram Moolenaar
2019-03-30
2
-2
/
+2
*
patch 8.1.1076: file for Insert mode is much too big
v8.1.1076
Bram Moolenaar
2019-03-30
2
-13
/
+56
*
patch 8.1.1068: cannot get all the information about current completion
v8.1.1068
Bram Moolenaar
2019-03-29
1
-0
/
+1
[next]