Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
7a4b8980ea5ecaea061caae7816ea62cc4940011
/
src
/
structs.h
7a4b898
patch 8.2.1155: Vim9: cannot handle line break inside lambda
by Bram Moolenaar
· 5 years ago
c620c05
patch 8.2.1154: Vim9: crash when using imported function
by Bram Moolenaar
· 5 years ago
b7a78f7
patch 8.2.1080: Vim9: no line break allowed in a for loop
by Bram Moolenaar
· 5 years ago
d5053d0
patch 8.2.1079: Vim9: no line break allowed in a while loop
by Bram Moolenaar
· 5 years ago
e40fbc2
patch 8.2.1071: Vim9: no line break allowed inside a lambda
by Bram Moolenaar
· 5 years ago
801ab06
patch 8.2.1054: not so easy to pass a lua function to Vim
by Bram Moolenaar
· 5 years ago
b171fb1
patch 8.2.1049: Vim9: leaking memory when using continuation line
by Bram Moolenaar
· 5 years ago
9d40c63
patch 8.2.1048: build failure without the eval feature
by Bram Moolenaar
· 5 years ago
5409f5d
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
by Bram Moolenaar
· 5 years ago
6797966
patch 8.2.1024: Vim9: no error for using "let g:var = val"
by Bram Moolenaar
· 5 years ago
0cb5bcf
patch 8.2.1023: Vim9: redefining a function uses a new index every time
by Bram Moolenaar
· 5 years ago
215f49c
patch 8.2.0955: build fails
by Bram Moolenaar
· 5 years ago
a9c0104
patch 8.2.0918: duplicate code for evaluating expression argument
by Bram Moolenaar
· 5 years ago
adc17a5
patch 8.2.0915: search() cannot skip over matches like searchpair() can
by Bram Moolenaar
· 5 years ago
002bc79
patch 8.2.0909: cannot go back to the previous local directory
by Bram Moolenaar
· 5 years ago
e35a52a
patch 8.2.0865: syntax foldlevel is taken from the start of the line
by Bram Moolenaar
· 5 years ago
d881b51
patch 8.2.0864: pragmas are indented all the way to the left
by Bram Moolenaar
· 5 years ago
e023e88
patch 8.2.0863: cannot set a separate color for underline/undercurl
by Bram Moolenaar
· 5 years ago
a9d4b84
patch 8.2.0844: text properties crossing lines not handled correctly
by Bram Moolenaar
· 5 years ago
25e0f58
patch 8.2.0823: Vim9: script reload test is disabled
by Bram Moolenaar
· 5 years ago
822ba24
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
by Bram Moolenaar
· 5 years ago
b68b346
patch 8.2.0703: Vim9: closure cannot store value in outer context
by Bram Moolenaar
· 5 years ago
f7779c6
patch 8.2.0684: Vim9: memory leak when using lambda
by Bram Moolenaar
· 5 years ago
bf67ea1
patch 8.2.0679: Vim9: incomplete support for closures
by Bram Moolenaar
· 5 years ago
c8cd2b3
patch 8.2.0677: Vim9: no support for closures
by Bram Moolenaar
· 5 years ago
1378fbc
patch 8.2.0543: Vim9: function with varargs does not work properly
by Bram Moolenaar
· 5 years ago
a65c288
patch 8.2.0530: test crashes on s390
by Bram Moolenaar
· 5 years ago
4c68375
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
by Bram Moolenaar
· 5 years ago
5deeb3f
patch 8.2.0512: Vim9: no optional arguments in func type
by Bram Moolenaar
· 5 years ago
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 5 years ago
83d4790
patch 8.2.0455: cannot set the highlight group for a specific terminal
by Bram Moolenaar
· 5 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 5 years ago
b3f7406
patch 8.2.0320: no Haiku support
by Bram Moolenaar
· 5 years ago
c593bec
patch 8.2.0315: build failure on HP-UX system
by Bram Moolenaar
· 5 years ago
b81f56f
patch 8.2.0309: window-local values have confusing name
by Bram Moolenaar
· 5 years ago
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 5 years ago
82f654e
patch 8.2.0271: the "num64" feature is available everywhere
by Bram Moolenaar
· 5 years ago
170fcfc
patch 8.2.0222: Vim9: optional function arguments don't work yet
by Bram Moolenaar
· 6 years ago
2110927
patch 8.2.0181: problems parsing :term arguments
by Bram Moolenaar
· 6 years ago
0ff6aad
patch 8.2.0173: build fails with old compiler
by Bram Moolenaar
· 6 years ago
978d170
patch 8.2.0151: detecting a script was already sourced is unreliable
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
7ebcba6
patch 8.2.0114: info about sourced scripts is scattered
by Bram Moolenaar
· 6 years ago
9b4a15d
patch 8.2.0111: VAR_SPECIAL is also used for booleans
by Bram Moolenaar
· 6 years ago
8739607
patch 8.2.0069: ETYPE_ is used for two different enums
by Bram Moolenaar
· 6 years ago
1a47ae3
patch 8.2.0056: execution stack is incomplete and inefficient
by Bram Moolenaar
· 6 years ago
07a3db8
patch 8.2.0044: expression type is used inconsistently
by Bram Moolenaar
· 6 years ago
fe72d08
patch 8.2.0025: repeated word in comment
by Bram Moolenaar
· 6 years ago
ddef129
patch 8.2.0013: not using a typedef for condstack
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
9bf703d
patch 8.1.2366: using old C style comments
by Bram Moolenaar
· 6 years ago
afe45b6
patch 8.1.2300: redraw breaks going through list of popup windows
by Bram Moolenaar
· 6 years ago
d6beab0
patch 8.1.2285: padding in structures wastes memory
by Bram Moolenaar
· 6 years ago
ee85702
patch 8.1.2281: 'showbreak' cannot be set for one window
by Bram Moolenaar
· 6 years ago
b0745b2
patch 8.1.2280: crash when passing partial to substitute()
by Bram Moolenaar
· 6 years ago
4dd8fe0
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()
by Bram Moolenaar
· 6 years ago
32aa102
patch 8.1.2243: typos in comments
by Bram Moolenaar
· 6 years ago
6656c2e
patch 8.1.2205: sign entry structure has confusing name
by Bram Moolenaar
· 6 years ago
92ea26b
patch 8.1.2173: searchit() has too many arguments
by Bram Moolenaar
· 6 years ago
459fd78
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
by Bram Moolenaar
· 6 years ago
6bd1d77
patch 8.1.2126: viminfo not sufficiently tested
by Bram Moolenaar
· 6 years ago
8c96af9
patch 8.1.2096: too many #ifdefs
by Bram Moolenaar
· 6 years ago
473952e
patch 8.1.2094: the fileio.c file is too big
by Bram Moolenaar
· 6 years ago
d2842ea
patch 8.1.2080: the terminal API is limited and can't be disabled
by Bram Moolenaar
· 6 years ago
4aea03e
patch 8.1.2077: the ops.c file is too big
by Bram Moolenaar
· 6 years ago
017ba07
patch 8.1.2029: cannot control 'cursorline' highlighting well
by Bram Moolenaar
· 6 years ago
410e98a
patch 8.1.2019: 'cursorline' always highlights the whole line
by Bram Moolenaar
· 6 years ago
3d2a3cb
patch 8.1.2009: cursorline highlighting not updated in popup window
by Bram Moolenaar
· 6 years ago
61c1865
patch 8.1.1973: cannot build without the quickfix feature
by Bram Moolenaar
· 6 years ago
581ba39
patch 8.1.1969: popup window filter is used in all modes
by Bram Moolenaar
· 6 years ago
12034e2
patch 8.1.1928: popup windows don't move with the text when making changes
by Bram Moolenaar
· 6 years ago
e2c453d
patch 8.1.1901: the +insert_expand feature is not always available
by Bram Moolenaar
· 6 years ago
0a52df5
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
by Bram Moolenaar
· 6 years ago
66b5142
patch 8.1.1886: command line expansion code is spread out
by Bram Moolenaar
· 6 years ago
47ed553
patch 8.1.1827: allocating more memory than needed for extended structs
by Bram Moolenaar
· 6 years ago
ac92e25
patch 8.1.1803: all builtin functions are global
by Bram Moolenaar
· 6 years ago
505e43a
patch 8.1.1801: cannot build without the +eval feature
by Bram Moolenaar
· 6 years ago
c6538bc
patch 8.1.1800: function call functions have too many arguments
by Bram Moolenaar
· 6 years ago
9bcb70c
patch 8.1.1787: cannot resize a popup window
by Bram Moolenaar
· 6 years ago
b66bab3
patch 8.1.1785: map functionality mixed with character input
by Bram Moolenaar
· 6 years ago
ac3150d
patch 8.1.1769: 'shellslash' is also used for completion
by Bram Moolenaar
· 6 years ago
4f0d002
patch 8.1.1754: build failure
by Bram Moolenaar
· 6 years ago
c332816
patch 8.1.1736: viminfo support is spread out
by Bram Moolenaar
· 6 years ago
1e78e69
patch 8.1.1730: wrong place for mark viminfo support
by Bram Moolenaar
· 6 years ago
5f32ece
patch 8.1.1728: wrong place for command line history viminfo support
by Bram Moolenaar
· 6 years ago
defa067
patch 8.1.1727: code for viminfo support is spread out
by Bram Moolenaar
· 6 years ago
2ac6e82
patch 8.1.1699: highlight_ga can be local instead of global
by Bram Moolenaar
· 6 years ago
f9cc9f2
patch 8.1.1693: syntax coloring and highlighting is in one big file
by Bram Moolenaar
· 6 years ago
660a10a
patch 8.1.1689: profiling code is spread out
by Bram Moolenaar
· 6 years ago
fa55cfc
patch 8.1.1684: profiling functionality is spread out
by Bram Moolenaar
· 6 years ago
56a6312
patch 8.1.1646: build failure
by Bram Moolenaar
· 6 years ago
4e03857
patch 8.1.1631: displaying signs is inefficient
by Bram Moolenaar
· 6 years ago
6cb39f9
patch 8.1.1627: header file contains mixed comment style
by Bram Moolenaar
· 6 years ago
d529ba5
patch 8.1.1617: no test for popup window with mask and position fixed
by Bram Moolenaar
· 6 years ago
2e62b56
patch 8.1.1609: the user cannot easily close a popup window
by Bram Moolenaar
· 6 years ago
f9c85f5
patch 8.1.1608: the evalfunc.c file is too big
by Bram Moolenaar
· 6 years ago
4cd583c
patch 8.1.1600: cannot specify highlighting for popup window scrollbar
by Bram Moolenaar
· 6 years ago
75fb085
patch 8.1.1589: popup window does not indicate scroll position
by Bram Moolenaar
· 6 years ago
c662ec9
patch 8.1.1580: cannot make part of a popup transparent
by Bram Moolenaar
· 6 years ago
eb2310d
patch 8.1.1559: popup window title property not implemented yet
by Bram Moolenaar
· 6 years ago
Next »