log src/version.c @ 14099:1157f16150b3 v8.1.0067

age author description
Sun, 17 Jun 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0067: syntax highlighting not working when re-entering a buffer v8.1.0067
Sun, 17 Jun 2018 17:45:05 +0200 Christian Brabandt patch 8.1.0066: nasty autocommand causes using freed memory v8.1.0066
Sun, 17 Jun 2018 17:15:05 +0200 Christian Brabandt patch 8.1.0065: balloon displayed at the wrong position v8.1.0065
Sun, 17 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" v8.1.0064
Sun, 17 Jun 2018 15:15:05 +0200 Christian Brabandt patch 8.1.0063: Mac: NSStringPboardType is deprecated v8.1.0063
Sun, 17 Jun 2018 15:00:05 +0200 Christian Brabandt patch 8.1.0062: popup menu broken if a callback changes the window layout v8.1.0062
Sat, 16 Jun 2018 23:00:08 +0200 Christian Brabandt patch 8.1.0061: window title is wrong after resetting and setting 'title' v8.1.0061
Sat, 16 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0060: crash when autocommands delete the current buffer v8.1.0060
Sat, 16 Jun 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251" v8.1.0059
Sat, 16 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0058: display problem with margins and scrolling v8.1.0058
Sat, 16 Jun 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0057: popup menu displayed wrong when using autocmd v8.1.0057
Sat, 16 Jun 2018 14:45:05 +0200 Christian Brabandt patch 8.1.0056: crash when using :hardcopy with illegal byte v8.1.0056
Wed, 13 Jun 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0055: complete test has wrong order of arguments v8.1.0055
Wed, 13 Jun 2018 21:00:06 +0200 Christian Brabandt patch 8.1.0054: compiler warning for using %ld for "long long" v8.1.0054
Tue, 12 Jun 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0053: first argument of 'completefunc' has inconsistent type v8.1.0053
Tue, 12 Jun 2018 21:45:08 +0200 Christian Brabandt patch 8.1.0052: when mapping to <Nop> times out the next mapping is skipped v8.1.0052
Tue, 12 Jun 2018 21:15:05 +0200 Christian Brabandt patch 8.1.0051: MS-Windows: missing #endif v8.1.0051
Tue, 12 Jun 2018 20:30:06 +0200 Christian Brabandt patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window v8.1.0050
Tue, 12 Jun 2018 18:15:05 +0200 Christian Brabandt patch 8.1.0049: shell cannot tell running in a terminal window v8.1.0049
Tue, 12 Jun 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0048: vim_str2nr() does not handle numbers close to the maximum v8.1.0048
Tue, 12 Jun 2018 17:15:06 +0200 Christian Brabandt patch 8.1.0047: no completion for :unlet $VAR v8.1.0047
Tue, 12 Jun 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0046: loading a session file fails if 'winheight' is big v8.1.0046
Tue, 12 Jun 2018 15:30:05 +0200 Christian Brabandt patch 8.1.0045: popup test isn't run completely v8.1.0045
Tue, 12 Jun 2018 15:00:08 +0200 Christian Brabandt patch 8.1.0044: if a test function exists Vim this may go unnoticed v8.1.0044
Tue, 12 Jun 2018 12:45:07 +0200 Christian Brabandt patch 8.1.0043: ++bad argument of :edit does not work properly v8.1.0043
Sun, 10 Jun 2018 14:45:06 +0200 Christian Brabandt patch 8.1.0042: if omni completion opens a window Insert mode is stopped v8.1.0042
Sun, 10 Jun 2018 14:00:07 +0200 Christian Brabandt patch 8.1.0041: attribute "width" missing from python window attribute list v8.1.0041
Sun, 10 Jun 2018 13:15:05 +0200 Christian Brabandt patch 8.1.0040: warnings from 64-bit compiler v8.1.0040
Thu, 07 Jun 2018 18:30:07 +0200 Christian Brabandt patch 8.1.0039: cannot easily delete lines in another buffer v8.1.0039
Thu, 07 Jun 2018 15:30:07 +0200 Christian Brabandt patch 8.1.0038: popup test causes Vim to exit v8.1.0038
Wed, 06 Jun 2018 21:15:05 +0200 Christian Brabandt patch 8.1.0037: cannot easily append lines to another buffer v8.1.0037
Wed, 06 Jun 2018 18:15:05 +0200 Christian Brabandt patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse v8.1.0036
Wed, 06 Jun 2018 09:15:06 +0200 Christian Brabandt patch 8.1.0035: not easy to switch between prompt buffer and other windows v8.1.0035
Mon, 04 Jun 2018 20:45:06 +0200 Christian Brabandt patch 8.1.0034: cursor not restored with ":edit #" v8.1.0034
Mon, 04 Jun 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0033: keys to stop Vim in terminal are wrong v8.1.0033
Mon, 04 Jun 2018 17:30:08 +0200 Christian Brabandt patch 8.1.0032: BS in prompt buffer starts new line v8.1.0032
Sun, 03 Jun 2018 18:30:05 +0200 Christian Brabandt patch 8.1.0031: terminal test aucmd_on_close if flaky v8.1.0031
Sun, 03 Jun 2018 17:15:05 +0200 Christian Brabandt patch 8.1.0030: stoping Vim running in a terminal may not work v8.1.0030
Sun, 03 Jun 2018 15:30:05 +0200 Christian Brabandt patch 8.1.0029: terminal test fails on MS-Windows when "wc" exists v8.1.0029
Sun, 03 Jun 2018 15:15:05 +0200 Christian Brabandt patch 8.1.0028: prompt buffer test fails on MS-Windows v8.1.0028
Sun, 03 Jun 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
Sat, 26 May 2018 19:00:06 +0200 Christian Brabandt patch 8.1.0026: terminal test fails with very tall terminal v8.1.0026
Sat, 26 May 2018 19:00:05 +0200 Christian Brabandt patch 8.1.0025: no test for the undofile() function v8.1.0025
Sat, 26 May 2018 18:45:05 +0200 Christian Brabandt patch 8.1.0024: % command not testded on #ifdef and comment v8.1.0024
Sat, 26 May 2018 17:45:06 +0200 Christian Brabandt patch 8.1.0023: gcc 8.1 warns for use of strncpy() v8.1.0023
Wed, 23 May 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0022: repeating put from expression register fails v8.1.0022
Wed, 23 May 2018 20:45:06 +0200 Christian Brabandt patch 8.1.0021: clang warns for undefined behavior v8.1.0021
Tue, 22 May 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
Tue, 22 May 2018 18:45:05 +0200 Christian Brabandt patch 8.1.0019: error when defining a Lambda with index of a function result v8.1.0019
Tue, 22 May 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0018: using "gn" may select wrong text when wrapping v8.1.0018
Tue, 22 May 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0017: shell command completion has duplicates v8.1.0017
Mon, 21 May 2018 23:00:06 +0200 Christian Brabandt patch 8.1.0016: possible crash in term_wait() v8.1.0016
Mon, 21 May 2018 19:00:07 +0200 Christian Brabandt patch 8.1.0015: cursor color wrong when closing a terminal window v8.1.0015
Mon, 21 May 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0014: qf_init_ext() is too long v8.1.0014
Mon, 21 May 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0013: using freed memory when changing terminal cursor color v8.1.0013
Mon, 21 May 2018 13:45:05 +0200 Christian Brabandt patch 8.1.0012: misplaced #endif v8.1.0012
Mon, 21 May 2018 13:30:06 +0200 Christian Brabandt patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existing v8.1.0011
Sun, 20 May 2018 15:45:04 +0200 Christian Brabandt patch 8.1.0010: efm_to_regpat() is too long v8.1.0010
Sun, 20 May 2018 15:00:06 +0200 Christian Brabandt patch 8.1.0009: tabpages insufficiently tested v8.1.0009
Sun, 20 May 2018 14:15:06 +0200 Christian Brabandt patch 8.1.0008: no test for strwidth() v8.1.0008