summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0057: popup menu displayed wrong when using autocmdv8.1.0057Bram Moolenaar2018-06-164-10/+24
* patch 8.1.0056: crash when using :hardcopy with illegal bytev8.1.0056Bram Moolenaar2018-06-163-8/+33
* patch 8.1.0055: complete test has wrong order of argumentsv8.1.0055Bram Moolenaar2018-06-133-5/+7
* patch 8.1.0054: compiler warning for using %ld for "long long"v8.1.0054Bram Moolenaar2018-06-132-2/+4
* patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar2018-06-128-89/+86
* patch 8.1.0052: when mapping to <Nop> times out the next mapping is skippedv8.1.0052Bram Moolenaar2018-06-122-0/+7
* patch 8.1.0051: MS-Windows: missing #endifv8.1.0051Bram Moolenaar2018-06-122-0/+3
* patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar2018-06-128-33/+66
* patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar2018-06-125-10/+44
* patch 8.1.0048: vim_str2nr() does not handle numbers close to the maximumv8.1.0048Bram Moolenaar2018-06-122-6/+11
* patch 8.1.0047: no completion for :unlet $VARv8.1.0047Bram Moolenaar2018-06-123-1/+24
* patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar2018-06-125-14/+50
* patch 8.1.0045: popup test isn't run completelyv8.1.0045Bram Moolenaar2018-06-122-29/+27
* patch 8.1.0044: if a test function exists Vim this may go unnoticedv8.1.0044Bram Moolenaar2018-06-123-0/+20
* patch 8.1.0043: ++bad argument of :edit does not work properlyv8.1.0043Bram Moolenaar2018-06-123-3/+35
* patch 8.1.0042: if omni completion opens a window Insert mode is stoppedv8.1.0042Bram Moolenaar2018-06-102-4/+16
* patch 8.1.0041: attribute "width" missing from python window attribute listv8.1.0041Bram Moolenaar2018-06-104-4/+17
* patch 8.1.0040: warnings from 64-bit compilerv8.1.0040Bram Moolenaar2018-06-102-2/+4
* patch 8.1.0039: cannot easily delete lines in another bufferv8.1.0039Bram Moolenaar2018-06-074-13/+148
* patch 8.1.0038: popup test causes Vim to exitv8.1.0038Bram Moolenaar2018-06-072-0/+6
* patch 8.1.0037: cannot easily append lines to another bufferv8.1.0037Bram Moolenaar2018-06-065-168/+201
* patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar2018-06-064-5/+26
* patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar2018-06-065-1/+82
* patch 8.1.0034: cursor not restored with ":edit #"v8.1.0034Bram Moolenaar2018-06-043-3/+26
* patch 8.1.0033: keys to stop Vim in terminal are wrongv8.1.0033Bram Moolenaar2018-06-042-1/+3
* patch 8.1.0032: BS in prompt buffer starts new linev8.1.0032Bram Moolenaar2018-06-044-9/+68
* patch 8.1.0031: terminal test aucmd_on_close if flakyv8.1.0031Bram Moolenaar2018-06-032-1/+4
* patch 8.1.0030: stoping Vim running in a terminal may not workv8.1.0030Bram Moolenaar2018-06-033-1/+10
* patch 8.1.0029: terminal test fails on MS-Windows when "wc" existsv8.1.0029Bram Moolenaar2018-06-032-0/+6
* patch 8.1.0028: prompt buffer test fails on MS-Windowsv8.1.0028Bram Moolenaar2018-06-032-1/+6
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-0322-58/+532
* patch 8.1.0026: terminal test fails with very tall terminalv8.1.0026Bram Moolenaar2018-05-262-1/+3
* patch 8.1.0025: no test for the undofile() functionv8.1.0025Bram Moolenaar2018-05-262-6/+40
* patch 8.1.0024: % command not testded on #ifdef and commentv8.1.0024Bram Moolenaar2018-05-262-0/+64
* patch 8.1.0023: gcc 8.1 warns for use of strncpy()v8.1.0023Bram Moolenaar2018-05-262-1/+3
* patch 8.1.0022: repeating put from expression register failsv8.1.0022Bram Moolenaar2018-05-233-0/+23
* patch 8.1.0021: clang warns for undefined behaviorv8.1.0021Bram Moolenaar2018-05-232-6/+9
* Update runtime files.Bram Moolenaar2018-05-2215-352/+690
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-2213-22/+94
* patch 8.1.0019: error when defining a Lambda with index of a function resultv8.1.0019Bram Moolenaar2018-05-223-2/+18
* patch 8.1.0018: using "gn" may select wrong text when wrappingv8.1.0018Bram Moolenaar2018-05-223-16/+46
* patch 8.1.0017: shell command completion has duplicatesv8.1.0017Bram Moolenaar2018-05-223-19/+38
* patch 8.1.0016: possible crash in term_wait()v8.1.0016Bram Moolenaar2018-05-212-1/+3
* patch 8.1.0015: cursor color wrong when closing a terminal windowv8.1.0015Bram Moolenaar2018-05-212-12/+18
* patch 8.1.0014: qf_init_ext() is too longv8.1.0014Bram Moolenaar2018-05-212-132/+197
* patch 8.1.0013: using freed memory when changing terminal cursor colorv8.1.0013Bram Moolenaar2018-05-212-21/+33
* patch 8.1.0012: misplaced #endifv8.1.0012Bram Moolenaar2018-05-212-1/+3
* patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existingv8.1.0011Bram Moolenaar2018-05-213-3/+14
* patch 8.1.0010: efm_to_regpat() is too longv8.1.0010Bram Moolenaar2018-05-202-103/+164
* patch 8.1.0009: tabpages insufficiently testedv8.1.0009Bram Moolenaar2018-05-202-0/+45