Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
2bbada811625ee53c7bcdf689dbf409e9975ea8f
2bbada8
patch 8.2.1707: small inconsitency in highlight test
by Bram Moolenaar
· 4 years, 11 months ago
7cbfaa5
patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error
by Bram Moolenaar
· 4 years, 11 months ago
e8df010
patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"
by Bram Moolenaar
· 4 years, 11 months ago
77e5dcc
patch 8.2.1704: Vim9: crash in for loop when autoload script has an error
by Bram Moolenaar
· 5 years ago
213da55
patch 8.2.1703: ":highlight clear" does not restore default link
by Bram Moolenaar
· 5 years ago
da69764
patch 8.2.1702: crash when using undo after deleting folded lines
by Bram Moolenaar
· 5 years ago
08e51f4
patch 8.2.1701: Vim9: sort("i") does not work
by Bram Moolenaar
· 5 years ago
9939f57
patch 8.2.1700: Vim9: try/catch causes wrong value to be returned
by Bram Moolenaar
· 5 years ago
916911f
patch 8.2.1699: build failure due to missing error message
by Bram Moolenaar
· 5 years ago
a187c43
patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9
by Bram Moolenaar
· 5 years ago
7707228
patch 8.2.1697: inconsistent capitalization of error messages
by Bram Moolenaar
· 5 years ago
2c12f89
patch 8.2.1696: unused (duplicate) macros
by Bram Moolenaar
· 5 years ago
2f8cbc4
patch 8.2.1695: Vim9: crash when using varargs type "any"
by Bram Moolenaar
· 5 years ago
573545a
patch 8.2.1694: compiler warning for loss if data
by Bram Moolenaar
· 5 years ago
05eb5b9
patch 8.2.1693: "hi def" does not work for cleared highlight
by Bram Moolenaar
· 5 years ago
fb489af
patch 8.2.1692: build fails because TTFLAG_STATIC is missing
by Bram Moolenaar
· 5 years ago
5e65423
patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected
by Bram Moolenaar
· 5 years ago
8b51b7f
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
by Bram Moolenaar
· 5 years ago
ad5e563
patch 8.2.1689: 'colorcolumn' doesn't show in indent
by Bram Moolenaar
· 5 years ago
c8f12c9
patch 8.2.1688: increment/decrement removes text property
by Bram Moolenaar
· 5 years ago
9b123d8
patch 8.2.1687: Vim9: out of bounds error
by Bram Moolenaar
· 5 years ago
71abe48
patch 8.2.1686: Vim9: "const!" not sufficiently tested
by Bram Moolenaar
· 5 years ago
0b4c66c
patch 8.2.1685: Vim9: cannot declare a constant value
by Bram Moolenaar
· 5 years ago
efd5d8a
patch 8.2.1684: "gF" does not use line number after file in Visual mode
by Bram Moolenaar
· 5 years ago
2b22b11
patch 8.2.1683: Vim9: assignment test fails
by Bram Moolenaar
· 5 years ago
dbeecb2
patch 8.2.1682: Vim9: const works in an unexpected way
by Bram Moolenaar
· 5 years ago
0805222
patch 8.2.1681: Vim9: unnessary :call commands in tests
by Bram Moolenaar
· 5 years ago
eb26f43
patch 8.2.1680: Vim9: line number for compare error is wrong
by Bram Moolenaar
· 5 years ago
3bd8de4
patch 8.2.1679: Vim9: ":*" is not recognized as a range
by Bram Moolenaar
· 5 years ago
d1f76af
patch 8.2.1678: crash when using ":set" after ":ownsyntax"
by Bram Moolenaar
· 5 years ago
4d170af
patch 8.2.1677: memory access errors when calling setloclist() in autocommand
by Bram Moolenaar
· 5 years ago
a422486
patch 8.2.1676: compiler warnings for function typecast
by Bram Moolenaar
· 5 years ago
05c1acd
patch 8.2.1675: MinGW: testdir makefile deletes non-existing file
by Bram Moolenaar
· 5 years ago
f0afd9e
patch 8.2.1674: Vim9: internal error when using variable that was not set
by Bram Moolenaar
· 5 years ago
b806aa5
patch 8.2.1673: complete_info() selected index has an invalid value
by Bram Moolenaar
· 5 years ago
4a091b9
patch 8.2.1672: v_lock is used when it is not initialized
by Bram Moolenaar
· 5 years ago
c6e57b7
patch 8.2.1671: Vim9: stray error for missing white space
by Bram Moolenaar
· 5 years ago
8f13d82
patch 8.2.1670: a couple of gcc compiler warnings
by Bram Moolenaar
· 5 years ago
b0fa5e1
patch 8.2.1669: Vim9: memory leak when storing a value fails
by Bram Moolenaar
· 5 years ago
dadaddd
patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any
by Bram Moolenaar
· 5 years ago
0f76981
patch 8.2.1667: local function name cannot shadow a global function name
by Bram Moolenaar
· 5 years ago
b00ef05
patch 8.2.1666: the initial value of 'backupskip' can have duplicate items
by Bram Moolenaar
· 5 years ago
635414d
patch 8.2.1665: cannot do fuzzy string matching
by Bram Moolenaar
· 5 years ago
c2c8205
patch 8.2.1664: memory leak when using :mkview with a terminal buffer
by Bram Moolenaar
· 5 years ago
14944c0
patch 8.2.1663: options window entries cannot be translated
by Bram Moolenaar
· 5 years ago
0e65511
patch 8.2.1662: :mksession does not restore shared terminal buffer properly
by Bram Moolenaar
· 5 years ago
c6a67c9
patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addresses
by Bram Moolenaar
· 5 years ago
c0c71e9
patch 8.2.1660: assert functions require passing expected as first argument
by Bram Moolenaar
· 5 years ago
96fdf43
patch 8.2.1659: spellfile code not completely tested
by Bram Moolenaar
· 5 years ago
a810db3
patch 8.2.1658: expand('<stack>') has trailing ".."
by Bram Moolenaar
· 5 years ago
8b848ca
patch 8.2.1657: Vim9: no proper error for nested ":def!"
by Bram Moolenaar
· 5 years ago
dfa3d55
patch 8.2.1656: Vim9: callstack wrong if :def function calls :def function
by Bram Moolenaar
· 5 years ago
895a7a4
patch 8.2.1655: cannot build with Strawberry Perl 5.32.0
by Bram Moolenaar
· 5 years ago
ad9ec5e
patch 8.2.1654: when job writes to hidden buffer current window is wrong
by Bram Moolenaar
· 5 years ago
4f25b1a
patch 8.2.1653: expand('<stack>') does not include the final line number
by Bram Moolenaar
· 5 years ago
a953b5c
patch 8.2.1652: cannot translate lines in the options window
by Bram Moolenaar
· 5 years ago
64e2db6
patch 8.2.1651: spellfile code not completely tested
by Bram Moolenaar
· 5 years ago
c1ec042
patch 8.2.1650: Vim9: result of && and || expression is not bool in script
by Bram Moolenaar
· 5 years ago
3e4cc96
patch 8.2.1649: GTK3: using old file chooser
by Bram Moolenaar
· 5 years ago
a62372b
patch 8.2.1648: Amiga: no common build file for Amiga (-like) systems
by Bram Moolenaar
· 5 years ago
4ed124c
patch 8.2.1647: Vim9: result of expression with && and || is not a bool
by Bram Moolenaar
· 5 years ago
33e3346
patch 8.2.1646: Amiga: Unnecessary #include
by Bram Moolenaar
· 5 years ago
81a4cf4
patch 8.2.1645: GTK3: icons become broken images when resized
by Bram Moolenaar
· 5 years ago
ba7c0d7
patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script level
by Bram Moolenaar
· 5 years ago
96f8f49
patch 8.2.1643: Vim9: :defcompile compiles dead functions
by Bram Moolenaar
· 5 years ago
4507f6a
patch 8.2.1642: otions test fails
by Bram Moolenaar
· 5 years ago
29a86ff
patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected
by Bram Moolenaar
· 5 years ago
f842cd9
patch 8.2.1640: Amiga: missing header for getgrgid()
by Bram Moolenaar
· 5 years ago
64075b0
patch 8.2.1639: options window cannot be translated
by Bram Moolenaar
· 5 years ago
8e9be20
patch 8.2.1638: leaking memory when popup filter function can't be called
by Bram Moolenaar
· 5 years ago
c3516f7
patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function
by Bram Moolenaar
· 5 years ago
6defa7b
patch 8.2.1636: get stuck if a popup filter causes an error
by Bram Moolenaar
· 5 years ago
57ad94c
patch 8.2.1635: no digraph for 0x2022 BULLET
by Bram Moolenaar
· 5 years ago
1c6737b
Update runtime files.
by Bram Moolenaar
· 5 years ago
9c92971
patch 8.2.1634: loop to handle keys for the command line is too long
by Bram Moolenaar
· 5 years ago
e83cca2
patch 8.2.1633: some error messages are internal but do not use iemsg()
by Bram Moolenaar
· 5 years ago
44d6652
patch 8.2.1632: not checking the context of test_fails()
by Bram Moolenaar
· 5 years ago
9bd5d87
patch 8.2.1631: test_fails() does not check the context of the line number
by Bram Moolenaar
· 5 years ago
c98cdb3
patch 8.2.1630: terminal test fails
by Bram Moolenaar
· 5 years ago
63969ef
patch 8.2.1629: test fails without terminal feature
by Bram Moolenaar
· 5 years ago
418155d
patch 8.2.1628: Vim9: cannot pass "true" to timer_paused()
by Bram Moolenaar
· 5 years ago
ad30470
patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_start
by Bram Moolenaar
· 5 years ago
707be5f
patch 8.2.1626: test for strchars() fails with different error number
by Bram Moolenaar
· 5 years ago
30d6413
patch 8.2.1625: compiler warning for use of fptr_T
by Bram Moolenaar
· 5 years ago
3986b94
patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()
by Bram Moolenaar
· 5 years ago
d2c6170
patch 8.2.1623: Vim9: using :call where it is not needed
by Bram Moolenaar
· 5 years ago
2f3cd2e
patch 8.2.1622: loop to handle keys for the command line is too long
by Bram Moolenaar
· 5 years ago
8a0dcf4
patch 8.2.1621: crash when using submatch(0, 1) in substitute()
by Bram Moolenaar
· 5 years ago
4140c4f
patch 8.2.1620: searchcount() test fails
by Bram Moolenaar
· 5 years ago
7c27f33
patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest()
by Bram Moolenaar
· 5 years ago
401f0c0
patch 8.2.1618: Vim9: cannot pass "true" to setloclist()
by Bram Moolenaar
· 5 years ago
4b9bd69
patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove()
by Bram Moolenaar
· 5 years ago
fcb6d70
patch 8.2.1616: Vim9: cannot pass "true" to synID()
by Bram Moolenaar
· 5 years ago
30788d3
patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()
by Bram Moolenaar
· 5 years ago
597aaac
patch 8.2.1614: Vim9: cannot pass "true" to searchcount()
by Bram Moolenaar
· 5 years ago
fa2e38d
patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()
by Bram Moolenaar
· 5 years ago
a5a40c5
patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()
by Bram Moolenaar
· 5 years ago
ed6a430
patch 8.2.1611: Vim9: cannot pass "true" to nr2char()
by Bram Moolenaar
· 5 years ago
a48f786
patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()
by Bram Moolenaar
· 5 years ago
7918238
patch 8.2.1609: Vim9: test fails when build without +channel
by Bram Moolenaar
· 5 years ago
Next »