summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-0/+2
* patch 8.0.0640: mismatch between help and actual messagev8.0.0640Bram Moolenaar2017-06-131-0/+2
* patch 8.0.0639: the cursor position is set when editing a new commit messagev8.0.0639Bram Moolenaar2017-06-131-0/+2
* patch 8.0.0638: cannot build with new MSVC versionv8.0.0638Bram Moolenaar2017-06-131-0/+2
* patch 8.0.0637: crash when using some version of GTK 3v8.0.0637Bram Moolenaar2017-06-131-0/+2
* patch 8.0.0636: when reading the undo file fails may use uninitialized datav8.0.0636Bram Moolenaar2017-06-111-0/+2
* patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635Bram Moolenaar2017-06-111-0/+2
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-111-0/+2
* patch 8.0.0633: the client-server test is still a bit flakyv8.0.0633Bram Moolenaar2017-06-101-0/+2
* patch 8.0.0632: the quotestar test is still a bit flakyv8.0.0632Bram Moolenaar2017-06-101-0/+2
* patch 8.0.0631: can't build with Perl 5.26v8.0.0631Bram Moolenaar2017-06-101-0/+2
* patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar2017-06-101-0/+2
* patch 8.0.0629: checking for ambigous width is not workingv8.0.0629Bram Moolenaar2017-06-091-0/+2
* patch 8.0.0628: cursor disappears after silent mappingv8.0.0628Bram Moolenaar2017-06-071-0/+2
* patch 8.0.0627: "gn" selects only one character with 'nowrapscan'v8.0.0627Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0626: in the GUI the cursor may flickerv8.0.0626Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0624: warning for unused variable in tiny buildv8.0.0624Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0623: error for invalid regexp is not very informativev8.0.0623Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"v8.0.0622Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0619: GUI gets stuck if timer uses feedkeys()v8.0.0619Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0618: NFA regex engine handles [0-z] incorrectlyv8.0.0618Bram Moolenaar2017-06-051-0/+2
* patch 8.0.0617: hardcopy test hangs on MS-Windowsv8.0.0617Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0616: not always setting 'background' correctly after :hi Normalv8.0.0616Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0615: using % with :hardcopy wrongly escapes spacesv8.0.0615Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0612: pack dirs are added to 'runtimepath' too latev8.0.0612Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0611: the screen is not redrawn after sending t_u7v8.0.0611Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0610: the screen is redrawn when default 'background' is detectedv8.0.0610Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0609: some people still don't know how to quitv8.0.0609Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0608: cannot manipulate other than the current quickfix listv8.0.0608Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0607: after :bwipe + :new bufref might still be validv8.0.0607Bram Moolenaar2017-06-041-0/+2
* patch 8.0.0606: cannot set the context for a specified quickfix listv8.0.0606Bram Moolenaar2017-05-281-0/+2
* patch 8.0.0605: the quickfix cached buffer may become invalidv8.0.0605Bram Moolenaar2017-05-281-0/+2
* patch 8.0.0604: gF test fails still on MS-Windowsv8.0.0604Bram Moolenaar2017-05-241-0/+2
* patch 8.0.0603: gF test fails on MS-Windowsv8.0.0603Bram Moolenaar2017-05-241-0/+2
* patch 8.0.0602: when gF fails to edit the file the cursor still movesv8.0.0602Bram Moolenaar2017-05-241-0/+2
* patch 8.0.0601: no test coverage for :spellrepallv8.0.0601Bram Moolenaar2017-05-231-0/+2
* patch 8.0.0600: test_recover fails on some systemsv8.0.0600Bram Moolenaar2017-05-181-0/+2
* patch 8.0.0599: diff mode is insufficiently testedv8.0.0599Bram Moolenaar2017-05-161-0/+2
* patch 8.0.0598: building with gcc 7.1 yields new warningsv8.0.0598Bram Moolenaar2017-05-161-0/+2
* patch 8.0.0597: off-by-one error in size computationv8.0.0597Bram Moolenaar2017-05-151-0/+2
* patch 8.0.0596: crash when complete() called after complete_add()v8.0.0596Bram Moolenaar2017-05-011-0/+2
* patch 8.0.0595: Coverity warning for not checking return valuev8.0.0595Bram Moolenaar2017-05-011-0/+2
* patch 8.0.0594: build failure when windows feature is missingv8.0.0594Bram Moolenaar2017-04-301-0/+2
* patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar2017-04-301-0/+2
* patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar2017-04-301-0/+2