Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
a15b0a936d2013e99e9323da9b920a5d93e4fb5a
/
src
/
version.c
a15b0a9
patch 8.1.0089: error when ending the terminal debugger
by Bram Moolenaar
· 8 years ago
5319191
patch 8.1.0088: terminal test for stdout and stderr is a bit flaky
by Bram Moolenaar
· 8 years ago
f9c3883
patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"
by Bram Moolenaar
· 8 years ago
1ceebb4
patch 8.1.0086: no tests for libcall() and libcallnr()
by Bram Moolenaar
· 8 years ago
5f8f2d3
patch 8.1.0085: no test for completing user name and language
by Bram Moolenaar
· 8 years ago
828c3d7
patch 8.1.0084: user name completion does not work on MS-Windows
by Bram Moolenaar
· 8 years ago
8516071
patch 8.1.0083: "is" and "as" have trouble with quoted punctuation
by Bram Moolenaar
· 8 years ago
1d4754f
patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'
by Bram Moolenaar
· 8 years ago
f07f9e7
patch 8.1.0081: the terminal debugger doesn't adjust to changed 'background'
by Bram Moolenaar
· 8 years ago
de1a831
patch 8.1.0080: can't see the breakpoint number in the terminal debugger
by Bram Moolenaar
· 8 years ago
8df6e5d
patch 8.1.0079: superfluous space in messages
by Bram Moolenaar
· 8 years ago
c166927
patch 8.1.0078: "..." used inconsistently in messages
by Bram Moolenaar
· 8 years ago
5c36707
patch 8.1.0077: header of README file is not nice
by Bram Moolenaar
· 8 years ago
0ce7413
patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window
by Bram Moolenaar
· 8 years ago
252b7ee
patch 8.1.0075: no Vim logo in README file
by Bram Moolenaar
· 8 years ago
d6b01a2
patch 8.1.0074: crash when running quickfix tests
by Bram Moolenaar
· 8 years ago
0366c01
patch 8.1.0073: crash when autocommands call setloclist()
by Bram Moolenaar
· 8 years ago
dcdeaaf
patch 8.1.0072: use of 'termwinkey' is inconsistent
by Bram Moolenaar
· 8 years ago
b3307b5
patch 8.1.0071: terminal debugger only works with the terminal feature
by Bram Moolenaar
· 8 years ago
222cd20
patch 8.1.0070: missing part of the changes for prompt_setinterrupt()
by Bram Moolenaar
· 8 years ago
0e5979a
patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer
by Bram Moolenaar
· 8 years ago
2f82ca7
patch 8.1.0068: nasty autocommands can still cause using freed memory
by Bram Moolenaar
· 8 years ago
a5616b0
patch 8.1.0067: syntax highlighting not working when re-entering a buffer
by Bram Moolenaar
· 8 years ago
c3ffc9b
patch 8.1.0066: nasty autocommand causes using freed memory
by Bram Moolenaar
· 8 years ago
0e6e179
patch 8.1.0065: balloon displayed at the wrong position
by Bram Moolenaar
· 8 years ago
942b454
patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"
by Bram Moolenaar
· 8 years ago
d595a19
patch 8.1.0063: Mac: NSStringPboardType is deprecated
by Bram Moolenaar
· 8 years ago
491ac28
patch 8.1.0062: popup menu broken if a callback changes the window layout
by Bram Moolenaar
· 8 years ago
84a9308
patch 8.1.0061: window title is wrong after resetting and setting 'title'
by Bram Moolenaar
· 8 years ago
600323b
patch 8.1.0060: crash when autocommands delete the current buffer
by Bram Moolenaar
· 8 years ago
bc5020a
patch 8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251"
by Bram Moolenaar
· 8 years ago
bfa4246
patch 8.1.0058: display problem with margins and scrolling
by Bram Moolenaar
· 8 years ago
6ba3ec1
patch 8.1.0057: popup menu displayed wrong when using autocmd
by Bram Moolenaar
· 8 years ago
43dee18
patch 8.1.0056: crash when using :hardcopy with illegal byte
by Bram Moolenaar
· 8 years ago
52d3aae
patch 8.1.0055: complete test has wrong order of arguments
by Bram Moolenaar
· 8 years ago
5ecdf96
patch 8.1.0054: compiler warning for using %ld for "long long"
by Bram Moolenaar
· 8 years ago
ffa9684
patch 8.1.0053: first argument of 'completefunc' has inconsistent type
by Bram Moolenaar
· 8 years ago
83f4cbd
patch 8.1.0052: when mapping to <Nop> times out the next mapping is skipped
by Bram Moolenaar
· 8 years ago
79c6b51
patch 8.1.0051: MS-Windows: missing #endif
by Bram Moolenaar
· 8 years ago
493359e
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
by Bram Moolenaar
· 8 years ago
d7a137f
patch 8.1.0049: shell cannot tell running in a terminal window
by Bram Moolenaar
· 8 years ago
07ccf7c
patch 8.1.0048: vim_str2nr() does not handle numbers close to the maximum
by Bram Moolenaar
· 8 years ago
1983401
patch 8.1.0047: no completion for :unlet $VAR
by Bram Moolenaar
· 8 years ago
1c3c104
patch 8.1.0046: loading a session file fails if 'winheight' is big
by Bram Moolenaar
· 8 years ago
ae0f30b
patch 8.1.0045: popup test isn't run completely
by Bram Moolenaar
· 8 years ago
8903676
patch 8.1.0044: if a test function exists Vim this may go unnoticed
by Bram Moolenaar
· 8 years ago
7580849
patch 8.1.0043: ++bad argument of :edit does not work properly
by Bram Moolenaar
· 8 years ago
f98b845
patch 8.1.0042: if omni completion opens a window Insert mode is stopped
by Bram Moolenaar
· 8 years ago
e950f99
patch 8.1.0041: attribute "width" missing from python window attribute list
by Bram Moolenaar
· 8 years ago
e31e256
patch 8.1.0040: warnings from 64-bit compiler
by Bram Moolenaar
· 8 years ago
d79a262
patch 8.1.0039: cannot easily delete lines in another buffer
by Bram Moolenaar
· 8 years ago
680c99b
patch 8.1.0038: popup test causes Vim to exit
by Bram Moolenaar
· 8 years ago
ca85159
patch 8.1.0037: cannot easily append lines to another buffer
by Bram Moolenaar
· 8 years ago
891e1fd
patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse
by Bram Moolenaar
· 8 years ago
6d41c78
patch 8.1.0035: not easy to switch between prompt buffer and other windows
by Bram Moolenaar
· 8 years ago
adb8fbe
patch 8.1.0034: cursor not restored with ":edit #"
by Bram Moolenaar
· 8 years ago
acb9eff
patch 8.1.0033: keys to stop Vim in terminal are wrong
by Bram Moolenaar
· 8 years ago
6b810d9
patch 8.1.0032: BS in prompt buffer starts new line
by Bram Moolenaar
· 8 years ago
c8523e2
patch 8.1.0031: terminal test aucmd_on_close if flaky
by Bram Moolenaar
· 8 years ago
3339d3d
patch 8.1.0030: stoping Vim running in a terminal may not work
by Bram Moolenaar
· 8 years ago
1580f75
patch 8.1.0029: terminal test fails on MS-Windows when "wc" exists
by Bram Moolenaar
· 8 years ago
1149382
patch 8.1.0028: prompt buffer test fails on MS-Windows
by Bram Moolenaar
· 8 years ago
f273245
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
by Bram Moolenaar
· 8 years ago
33c5e9f
patch 8.1.0026: terminal test fails with very tall terminal
by Bram Moolenaar
· 8 years ago
e5fa111
patch 8.1.0025: no test for the undofile() function
by Bram Moolenaar
· 8 years ago
6b69e5c
patch 8.1.0024: % command not testded on #ifdef and comment
by Bram Moolenaar
· 8 years ago
22c1056
patch 8.1.0023: gcc 8.1 warns for use of strncpy()
by Bram Moolenaar
· 8 years ago
833093b
patch 8.1.0022: repeating put from expression register fails
by Bram Moolenaar
· 8 years ago
d315cf5
patch 8.1.0021: clang warns for undefined behavior
by Bram Moolenaar
· 8 years ago
0b6d911
patch 8.1.0020: cannot tell whether a register is executing or recording
by Bram Moolenaar
· 8 years ago
b451856
patch 8.1.0019: error when defining a Lambda with index of a function result
by Bram Moolenaar
· 8 years ago
bdb6579
patch 8.1.0018: using "gn" may select wrong text when wrapping
by Bram Moolenaar
· 8 years ago
62fe66f
patch 8.1.0017: shell command completion has duplicates
by Bram Moolenaar
· 8 years ago
d45aa55
patch 8.1.0016: possible crash in term_wait()
by Bram Moolenaar
· 8 years ago
05af9a4
patch 8.1.0015: cursor color wrong when closing a terminal window
by Bram Moolenaar
· 8 years ago
6053f2d
patch 8.1.0014: qf_init_ext() is too long
by Bram Moolenaar
· 8 years ago
4f7fd56
patch 8.1.0013: using freed memory when changing terminal cursor color
by Bram Moolenaar
· 8 years ago
1f131ae
patch 8.1.0012: misplaced #endif
by Bram Moolenaar
· 8 years ago
f88a5bc
patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existing
by Bram Moolenaar
· 8 years ago
6bff719
patch 8.1.0010: efm_to_regpat() is too long
by Bram Moolenaar
· 8 years ago
dbe8869
patch 8.1.0009: tabpages insufficiently tested
by Bram Moolenaar
· 8 years ago
42ab17b
patch 8.1.0008: no test for strwidth()
by Bram Moolenaar
· 8 years ago
2e94976
patch 8.1.0007: no test for "o" and "O" in Visual block mode
by Bram Moolenaar
· 8 years ago
a772baf
patch 8.1.0006: syn_id2cterm_bg() may be undefined
by Bram Moolenaar
· 8 years ago
d19b234
patch 8.1.0005: test for :compiler command fails on MS-Windows
by Bram Moolenaar
· 8 years ago
54651f7
patch 8.1.0004: test for :compiler command sometimes fails
by Bram Moolenaar
· 8 years ago
10561fe
patch 8.1.0003: the :compiler command is not tested
by Bram Moolenaar
· 8 years ago
2abad54
patch 8.1.0002: :stopinsert changes the message position
by Bram Moolenaar
· 8 years ago
00e4556
patch 8.1.0001: the netrw plugin does not work
by Bram Moolenaar
· 8 years ago
b1c9198
Vim 8.1 release
by Bram Moolenaar
· 8 years ago
03998f6
patch 8.0.1850: todo items in source code not visible for users
by Bram Moolenaar
· 8 years ago
0b39464
patch 8.0.1849: compiler warning for unused arguments, missing prototype
by Bram Moolenaar
· 8 years ago
4d6cd29
patch 8.0.1848: 'termwinscroll' does not work properly
by Bram Moolenaar
· 8 years ago
825ccf4
patch 8.0.1847: some build options don't have an example
by Bram Moolenaar
· 8 years ago
d4a8c98
patch 8.0.1846: Python interface is incompatible with lldb
by Bram Moolenaar
· 8 years ago
259f26a
patch 8.0.1845: various comment updates needed, missing white space
by Bram Moolenaar
· 8 years ago
78ddc06
patch 8.0.1844: superfluous quickfix code, missing examples
by Bram Moolenaar
· 8 years ago
8776889
patch 8.0.1843: entry for 'wrap' in options window is wrong
by Bram Moolenaar
· 8 years ago
0b565e5
patch 8.0.1842: popup menu inside terminal window isn't cleared
by Bram Moolenaar
· 8 years ago
1af6a4b
patch 8.0.1841: HP-UX does not have setenv()
by Bram Moolenaar
· 8 years ago
Next »