Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
e20e68b40d9572393bb3577d6a0b52e960950b57
/
src
/
buffer.c
5398955
patch 8.2.0035: saving and restoring called_emsg is clumsy
by Bram Moolenaar
· 6 years ago
a6e8f88
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted
by Bram Moolenaar
· 6 years ago
99ebf22
patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
c667da5
patch 8.1.2368: using old C style comments
by Bram Moolenaar
· 6 years ago
dee50a5
patch 8.1.2363: ml_get error when accessing Visual area in 'statusline'
by Bram Moolenaar
· 6 years ago
eda1da0
patch 8.1.2313: debugging where a delay comes from is not easy
by Bram Moolenaar
· 6 years ago
3b99152
patch 8.1.2267: compiler warning for uninitialized variable
by Bram Moolenaar
· 6 years ago
32aa102
patch 8.1.2243: typos in comments
by Bram Moolenaar
· 6 years ago
5241057
patch 8.1.2225: the "last used" info of a buffer is under used
by Bram Moolenaar
· 6 years ago
8617348
patch 8.1.2107: various memory leaks reported by asan
by Bram Moolenaar
· 6 years ago
8c96af9
patch 8.1.2096: too many #ifdefs
by Bram Moolenaar
· 6 years ago
010ee96
patch 8.1.2073: when editing a buffer 'colorcolumn' may not work
by Bram Moolenaar
· 6 years ago
261f346
patch 8.1.2001: some source files are too big
by Bram Moolenaar
· 6 years ago
d570ab9
patch 8.1.1971: manually enabling features causes build errors
by Bram Moolenaar
· 6 years ago
00b0d6d
patch 8.1.1908: every popup window consumes a buffer number
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
6f10c70
patch 8.1.1895: using NULL pointer when out of memory
by Bram Moolenaar
· 6 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
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
4ad6215
patch 8.1.1869: code for the argument list is spread out
by Bram Moolenaar
· 6 years ago
b66bab3
patch 8.1.1785: map functionality mixed with character input
by Bram Moolenaar
· 6 years ago
1417c76
patch 8.1.1756: autocommand that splits window messes up window layout
by Bram Moolenaar
· 6 years ago
defa067
patch 8.1.1727: code for viminfo support is spread out
by Bram Moolenaar
· 6 years ago
5b8cfed
patch 8.1.1612: cannot show an existing buffer in a popup window
by Bram Moolenaar
· 6 years ago
75a1a94
patch 8.1.1575: callbacks may be garbage collected
by Bram Moolenaar
· 6 years ago
26910de
patch 8.1.1547: functionality of bt_nofile() is confusing
by Bram Moolenaar
· 6 years ago
c024b46
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
by Bram Moolenaar
· 6 years ago
3a97bb3
patch 8.1.1437: code to handle callbacks is duplicated
by Bram Moolenaar
· 6 years ago
c6896e2
patch 8.1.1431: popup window listed as "Scratch"
by Bram Moolenaar
· 6 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 6 years ago
4d784b2
patch 8.1.1391: no popup window support
by Bram Moolenaar
· 6 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 6 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 6 years ago
1c6fd1e
patch 8.1.1372: when evaluating 'statusline' the current window is unknown
by Bram Moolenaar
· 6 years ago
99499b1
patch 8.1.1371: cannot recover from a swap file
by Bram Moolenaar
· 6 years ago
eda6522
patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used
by Bram Moolenaar
· 6 years ago
67cf86b
patch 8.1.1231: asking about existing swap file unnecessarily
by Bram Moolenaar
· 6 years ago
45e18cb
patch 8.1.1228: not possible to process tags with a function
by Bram Moolenaar
· 6 years ago
ac9fb18
patch 8.1.1210: support for user commands is spread out
by Bram Moolenaar
· 6 years ago
d85c396
patch 8.1.1135: build failure for small version
by Bram Moolenaar
· 6 years ago
39803d8
patch 8.1.1134: buffer for quickfix window is reused for another file
by Bram Moolenaar
· 6 years ago
558ca4a
patch 8.1.1116: cannot enforce a Vim script style
by Bram Moolenaar
· 6 years ago
abab0b0
patch 8.1.1086: too many curly braces
by Bram Moolenaar
· 6 years ago
82b033e
patch 8.1.1046: the "secure" variable is used inconsistently
by Bram Moolenaar
· 6 years ago
bdace83
patch 8.1.0989: various small code ugliness
by Bram Moolenaar
· 6 years ago
55c77cf
patch 8.1.0936: may leak memory when using 'vartabstop'
by Bram Moolenaar
· 6 years ago
00f148d
patch 8.1.0904: USE_LONG_FNAME never defined
by Bram Moolenaar
· 6 years ago
dce1e89
patch 8.1.0894: MS-Windows: resolve() does not return a reparse point
by Bram Moolenaar
· 6 years ago
ee8188f
patch 8.1.0877: new buffer used every time the quickfix window is opened
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
1350597
patch 8.1.0805: too many #ifdefs
by Bram Moolenaar
· 7 years ago
1077230
patch 8.1.0786: ml_get error when updating the status line
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
bb1969b
patch 8.1.0763: nobody is using the Sun Workshop support
by Bram Moolenaar
· 7 years ago
b5443cc
patch 8.1.0753: printf format not checked for semsg()
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
bbea470
patch 8.1.0673: functionality for signs is spread out over several files
by Bram Moolenaar
· 7 years ago
7d83bf4
patch 8.1.0658: deleting signs and completion for :sign is insufficient
by Bram Moolenaar
· 7 years ago
6436cd8
patch 8.1.0644: finding next sign ID is inefficient
by Bram Moolenaar
· 7 years ago
7a2d989
patch 8.1.0632: using sign group names is inefficient
by Bram Moolenaar
· 7 years ago
162b714
patch 8.1.0614: placing signs can be complicated
by Bram Moolenaar
· 7 years ago
48f377a
patch 8.1.0613: when executing an insecure function the secure flag is stuck
by Bram Moolenaar
· 7 years ago
98aefe7
patch 8.1.0579: cannot attach properties to text
by Bram Moolenaar
· 7 years ago
82e8c92
patch 8.1.0539: cannot build without the sandbox
by Bram Moolenaar
· 7 years ago
5958f95
patch 8.1.0538: evaluating a modeline might invoke using a shell command
by Bram Moolenaar
· 7 years ago
ded5f1b
patch 8.1.0515: reloading a script gives errors for existing functions
by Bram Moolenaar
· 7 years ago
3d6014f
patch 8.1.0470: pointer ownership around fname_expand() is unclear
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
9cea87c
patch 8.1.0425: ml_get error and crash with appendbufline()
by Bram Moolenaar
· 7 years ago
8aeb504
patch 8.1.0384: sign ordering depends on +netbeans feature
by Bram Moolenaar
· 7 years ago
f29c1c6
patch 8.1.0362: cannot get the script line number when executing a function
by Bram Moolenaar
· 7 years ago
94f0195
patch 8.1.0342: crash when a callback deletes a window that is being used
by Bram Moolenaar
· 7 years ago
2f0f871
patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'
by Bram Moolenaar
· 7 years ago
da6e891
patch 8.1.0306: plural messages are not translated properly
by Bram Moolenaar
· 7 years ago
d569bb0
patch 8.1.0268: file type checking has too many #ifdef
by Bram Moolenaar
· 7 years ago
40385db
patch 8.1.0253: saving and restoring window title does not always work
by Bram Moolenaar
· 7 years ago
3cb4448
patch 8.1.0240: g:actual_curbuf set in wrong scope
by Bram Moolenaar
· 7 years ago
91335e5
patch 8.1.0230: directly checking 'buftype' value
by Bram Moolenaar
· 7 years ago
04958cb
patch 8.1.0105: all tab stops are the same
by Bram Moolenaar
· 7 years ago
84a9308
patch 8.1.0061: window title is wrong after resetting and setting 'title'
by Bram Moolenaar
· 7 years ago
891e1fd
patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse
by Bram Moolenaar
· 7 years ago
f273245
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
by Bram Moolenaar
· 7 years ago
25782a7
patch 8.0.1836: buffer-local window options may not be recent
by Bram Moolenaar
· 7 years ago
46a53df
patch 8.0.1763: :argedit does not reuse an empty unnamed buffer
by Bram Moolenaar
· 7 years ago
a997b45
patch 8.0.1732: crash when terminal API call deletes the buffer
by Bram Moolenaar
· 7 years ago
6f47002
patch 8.0.1688: some macros are used without a semicolon
by Bram Moolenaar
· 7 years ago
0751f51
patch 8.0.1651: cannot filter :ls output for terminal buffers
by Bram Moolenaar
· 7 years ago
0c72fe4
patch 8.0.1650: too many #ifdefs
by Bram Moolenaar
· 7 years ago
8fbaeb1
patch 8.0.1641: job in terminal can't communicate with Vim
by Bram Moolenaar
· 7 years ago
8c64a36
patch 8.0.1633: a TextChanged autocmd triggers when it is defined
by Bram Moolenaar
· 7 years ago
8a3bb56
patch 8.0.1566: too many #ifdefs
by Bram Moolenaar
· 7 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 7 years ago
7a76092
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
b7407d3
patch 8.0.1459: cannot handle change of directory
by Bram Moolenaar
· 8 years ago
5013832
patch 8.0.1435: memory leak in test_arabic
by Bram Moolenaar
· 8 years ago
9bca805
patch 8.0.1402: crash with nasty autocommand
by Bram Moolenaar
· 8 years ago
97ce419
patch 8.0.1361: some users don't want to diff with hidden buffers
by Bram Moolenaar
· 8 years ago
Next »