summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1404: invalid memory access on exitv8.0.1404Bram Moolenaar2017-12-182-1/+8
* patch 8.0.1403: using freed buffer in grep commandv8.0.1403Bram Moolenaar2017-12-183-2/+17
* patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar2017-12-183-9/+24
* patch 8.0.1401: cannot build with GTK but without XIMv8.0.1401Bram Moolenaar2017-12-172-1/+3
* Update runtime filesBram Moolenaar2017-12-1721-195/+287
* patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400Bram Moolenaar2017-12-174-1/+4
* patch 8.0.1399: warnings and errors when building tiny versionv8.0.1399Bram Moolenaar2017-12-173-0/+6
* patch 8.0.1398: :packadd does not load packages from the "start" directoryv8.0.1398Bram Moolenaar2017-12-173-9/+42
* patch 8.0.1397: pattern with \& following nothing gives an errorv8.0.1397Bram Moolenaar2017-12-163-4/+14
* patch 8.0.1396: memory leak when CTRL-G in search command line failsv8.0.1396Bram Moolenaar2017-12-162-1/+3
* patch 8.0.1395: it is not easy to see if a colorscheme is well writtenv8.0.1395Bram Moolenaar2017-12-163-0/+139
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-1612-18/+201
* 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
* move netrw back to the previous versionBram Moolenaar2017-12-143-840/+556
* 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-124-72/+162
* 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-104-1/+17
* patch 8.0.1385: Python 3.5 is getting oldv8.0.1385Bram Moolenaar2017-12-106-11/+39
* patch 8.0.1384: not enough quickfix help; confusing winidv8.0.1384Bram Moolenaar2017-12-105-17/+219
* 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-055-131/+392
* 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-024-0/+42
* 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-016-0/+49
* patch 8.0.1360: the Terminal highlighting doesn't work in a terminalv8.0.1360Bram Moolenaar2017-11-302-0/+19
* Update runtime filesBram Moolenaar2017-11-3014-491/+1072
* 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