summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1395: it is not easy to see if a colorscheme is well writtenv8.0.1395Bram Moolenaar2017-12-161-0/+2
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-1610-18/+174
* patch 8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' setv8.0.1393Bram Moolenaar2017-12-162-0/+23
* patch 8.0.1392: build fails with --with-features=huge --disable-channelv8.0.1392Bram Moolenaar2017-12-163-2/+4
* patch 8.0.1391: encoding empty string to JSON sometimes gives "null"v8.0.1391Bram Moolenaar2017-12-153-3/+9
* patch 8.0.1390: DirectX scrolling can be slow, vertical positioning is offv8.0.1390Bram Moolenaar2017-12-146-28/+89
* patch 8.0.1389: getqflist() items are missing if not setv8.0.1389Bram Moolenaar2017-12-123-62/+148
* patch 8.0.1388: char not overwritten with ambiguous width charv8.0.1388Bram Moolenaar2017-12-122-5/+21
* patch 8.0.1387: wordcount test is old stylev8.0.1387Bram Moolenaar2017-12-118-171/+115
* patch 8.0.1386: cannot select modified buffers with getbufinfo()v8.0.1386Bram Moolenaar2017-12-103-1/+16
* patch 8.0.1385: Python 3.5 is getting oldv8.0.1385Bram Moolenaar2017-12-105-9/+37
* patch 8.0.1384: not enough quickfix help; confusing winidv8.0.1384Bram Moolenaar2017-12-103-9/+147
* patch 8.0.1383: local additions in help skips some filesv8.0.1383Bram Moolenaar2017-12-093-11/+29
* patch 8.0.1382: get "no write since last change" message if terminal is openv8.0.1382Bram Moolenaar2017-12-094-1/+15
* patch 8.0.1381: ch_readraw() waits for NL if channel mode is NLv8.0.1381Bram Moolenaar2017-12-095-10/+52
* patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced.v8.0.1380Bram Moolenaar2017-12-092-2/+7
* patch 8.0.1379: configure check for selinux does not check for header filev8.0.1379Bram Moolenaar2017-12-073-2/+10
* patch 8.0.1378: autoload script sources itself when defining functionv8.0.1378Bram Moolenaar2017-12-074-2/+13
* patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar2017-12-0710-6/+35
* patch 8.0.1376: cursor in terminal not always updatedv8.0.1376Bram Moolenaar2017-12-052-0/+5
* patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar2017-12-054-15/+28
* patch 8.0.1374: CTRL-A does not work with an empty linev8.0.1374Bram Moolenaar2017-12-053-1/+24
* patch 8.0.1373: no error when settting 'renderoptions' before starting GUIv8.0.1373Bram Moolenaar2017-12-053-1/+6
* patch 8.0.1372: profile log may be truncated halfway a characterv8.0.1372Bram Moolenaar2017-12-053-0/+63
* patch 8.0.1371: Shift-Insert doesn't always work in MS-Windows consolev8.0.1371Bram Moolenaar2017-12-052-3/+14
* patch 8.0.1370: channel test for callback is flakyv8.0.1370Bram Moolenaar2017-12-052-0/+3
* patch 8.0.1369: MS-Windows: drawing underline slow, mFallbackDC not updatedv8.0.1369Bram Moolenaar2017-12-054-123/+366
* patch 8.0.1368: cannot drag status or separator of new terminal windowv8.0.1368Bram Moolenaar2017-12-052-3/+6
* patch 8.0.1367: terminal test hangs, executing abcdev8.0.1367Bram Moolenaar2017-12-052-4/+7
* patch 8.0.1367v8.0.1366Bram Moolenaar2017-12-032-1/+3
* patch 8.0.1365: when one channel test fails others fail as wellv8.0.1365Bram Moolenaar2017-12-023-11/+20
* patch 8.0.1364: there is no easy way to get the window positionv8.0.1364Bram Moolenaar2017-12-023-0/+33
* patch 8.0.1363: recovering does not work when swap file ends in .stzv8.0.1363Bram Moolenaar2017-12-022-2/+5
* patch 8.0.1362: terminal window colors wrong when using Terminal highlightingv8.0.1362Bram Moolenaar2017-12-015-22/+40
* patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar2017-12-015-0/+46
* patch 8.0.1360: the Terminal highlighting doesn't work in a terminalv8.0.1360Bram Moolenaar2017-11-302-0/+19
* patch 8.0.1359: libvterm ANSI colors can not always be recognizedv8.0.1359Bram Moolenaar2017-11-294-105/+83
* patch 8.0.1358: undercurl is not used in the terminalv8.0.1358Bram Moolenaar2017-11-282-3/+16
* patch 8.0.1357: startup test fails on OpenBSDv8.0.1357Bram Moolenaar2017-11-282-1/+4
* patch 8.0.1356: using simalt in a GUIEnter autocommand inserts charactersv8.0.1356Bram Moolenaar2017-11-283-5/+7
* patch 8.0.1355: cursor keys don't work in MS-Windows consolev8.0.1355Bram Moolenaar2017-11-282-35/+5
* patch 8.0.1354: Shift-Insert doesn't always work in MS-Windows consolev8.0.1354Bram Moolenaar2017-11-282-3/+14
* patch 8.0.1353: QuickFixCmdPost is not used consistentlyv8.0.1353Bram Moolenaar2017-11-283-43/+146
* patch 8.0.1352: dead URLs in the help go unnoticedv8.0.1352Bram Moolenaar2017-11-281-0/+2
* patch 8.0.1351: warning for unused variables building with MinGWv8.0.1351Bram Moolenaar2017-11-272-8/+14
* patch 8.0.1350: cannot build with +eval and -multi_bytev8.0.1350Bram Moolenaar2017-11-273-3/+6
* patch 8.0.1349: options test fails when using Motif or GTK GUIv8.0.1349Bram Moolenaar2017-11-263-6/+21
* patch 8.0.1348: make testclean deletes script file on MS-Windowsv8.0.1348Bram Moolenaar2017-11-262-4/+7
* patch 8.0.1347: MS-Windows: build broken by misplaced curlyv8.0.1347Bram Moolenaar2017-11-262-1/+3
* patch 8.0.1346: crash when passing 50 char string to balloon_split()v8.0.1346Bram Moolenaar2017-11-263-1/+7