Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
033135eb8eccd00c9ee72c6c0cf4b8b9f81bd269
/
src
/
misc2.c
957cf67
patch 8.2.1978: making a mapping work in all modes is complicated
by Bram Moolenaar
· 4 years, 9 months ago
b4bcea4
patch 8.2.1914: Vim9: cannot put line break in expression for '=' register
by Bram Moolenaar
· 4 years, 9 months ago
9a033d7
patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'
by Bram Moolenaar
· 4 years, 10 months ago
4e2114e
patch 8.2.1809: mapping some keys with Ctrl does not work properly
by Bram Moolenaar
· 4 years, 10 months ago
daff0fb
patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>
by Bram Moolenaar
· 4 years, 11 months ago
097148e
patch 8.2.1422: the Mac GUI implementation is outdated
by Bram Moolenaar
· 5 years ago
38ddf33
patch 8.2.1329: Vim9: cannot define global function inside :def function
by Bram Moolenaar
· 5 years ago
ef6746f
patch 8.2.1019: mapping <M-S-a> does not work in the GUI
by Bram Moolenaar
· 5 years ago
20298ce
patch 8.2.1015: popup filter gets key with modifier prepended
by Bram Moolenaar
· 5 years ago
df44a27
patch 8.2.0928: many type casts are used for vim_strnsave()
by Bram Moolenaar
· 5 years ago
fccd93f
patch 8.2.0867: using \{xxx} for encoding a modifier is not nice
by Bram Moolenaar
· 5 years ago
ebe9d34
patch 8.2.0855: GUI tests fail because the test doesn't use a modifier
by Bram Moolenaar
· 5 years ago
7e9f351
patch 8.2.0751: Vim9: performance can be improved
by Bram Moolenaar
· 5 years ago
03a9f84
patch 8.2.0747: cannot forcefully close all popups
by Bram Moolenaar
· 5 years ago
06f0853
patch 8.2.0745: crash on exit when not all popups are closed
by Bram Moolenaar
· 5 years ago
df19560
patch 8.2.0572: using two lines for free and reset
by Bram Moolenaar
· 5 years ago
0015795
patch 8.2.0571: double free when passing invalid argument to job_start()
by Bram Moolenaar
· 5 years ago
aeea721
patch 8.2.0500: using the same loop in many places
by Bram Moolenaar
· 5 years ago
7851b1c
patch 8.2.0453: trailing space in job_start() command causes empty argument
by Bram Moolenaar
· 5 years ago
0a8fed6
patch 8.2.0256: time and timer related code is spread out
by Bram Moolenaar
· 5 years ago
85a2002
patch 8.2.0026: still some /* */ comments
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
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
36e7a82
patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong
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
ceba3dd
patch 8.1.2140: "gk" and "gj" do not work correctly in number column
by Bram Moolenaar
· 6 years ago
1a61339
patch 8.1.2092: MS-Windows: redirect in system() does not work
by Bram Moolenaar
· 6 years ago
b20b9e1
patch 8.1.2062: the mouse code is spread out
by Bram Moolenaar
· 6 years ago
9c658c9
patch 8.1.2042: the evalfunc.c file is too big
by Bram Moolenaar
· 6 years ago
57da698
patch 8.1.2027: MS-Windows: problem with ambiwidth characters
by Bram Moolenaar
· 6 years ago
26262f8
patch 8.1.1985: code for dealing with paths is spread out
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
4dc8f49
patch 8.1.1898: crash when out of memory during startup
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
c8fd33d
patch 8.1.1857: cannot use modifier with multi-byte character
by Bram Moolenaar
· 6 years ago
28e67e0
patch 8.1.1851: crash when sound_playfile() callback plays sound
by Bram Moolenaar
· 6 years ago
d7663c2
patch 8.1.1823: command line history code is spread out
by Bram Moolenaar
· 6 years ago
8453807
patch 8.1.1766: code for writing session file is spread out
by Bram Moolenaar
· 6 years ago
6138640
patch 8.1.1703: breaking out of loop by checking window pointer insufficient
by Bram Moolenaar
· 6 years ago
6cc7e21
patch 8.1.1641: garbage collection may run at a wrong moment
by Bram Moolenaar
· 6 years ago
48ac671
patch 8.1.1632: build with EXITFREE but without +arabic fails
by Bram Moolenaar
· 6 years ago
e809a4e
patch 8.1.1630: various small problems
by Bram Moolenaar
· 6 years ago
82febc1
patch 8.1.1515: memory leak reported for sound when build with EXITFREE
by Bram Moolenaar
· 6 years ago
01257a7
patch 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions'
by Bram Moolenaar
· 6 years ago
21f8d93
patch 8.1.1500: wrong shell command when building with VIMDLL and "!" in 'go'
by Bram Moolenaar
· 6 years ago
7c348bb
patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails
by Bram Moolenaar
· 6 years ago
bf0eff0
patch 8.1.1441: popup window filter not yet implemented
by Bram Moolenaar
· 6 years ago
c47ed44
patch 8.1.1439: json_encode() is very slow for large results
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
51e1438
patch 8.1.1393: unnecessary type casts
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
16e9b85
patch 8.1.1355: obvious mistakes are accepted as valid expressions
by Bram Moolenaar
· 6 years ago
eae1b91
patch 8.1.1306: Borland support is outdated and doesn't work
by Bram Moolenaar
· 6 years ago
2f10658
patch 8.1.1300: in a terminal 'ballooneval' does not work right away
by Bram Moolenaar
· 6 years ago
e5c8328
patch 8.1.1259: crash when exiting early
by Bram Moolenaar
· 6 years ago
afde13b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
by Bram Moolenaar
· 6 years ago
ac9fb18
patch 8.1.1210: support for user commands is spread out
by Bram Moolenaar
· 6 years ago
7591bb3
patch 8.1.1076: file for Insert mode is much too big
by Bram Moolenaar
· 6 years ago
2ace1bd
patch 8.1.1034: too many #ifdefs
by Bram Moolenaar
· 6 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 6 years ago
5fd0f50
patch 8.1.0914: code related to findfile() is spread out
by Bram Moolenaar
· 6 years ago
375e339
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
by Bram Moolenaar
· 7 years ago
2a4857a
patch 8.1.0845: having job_status() free the job causes problems
by Bram Moolenaar
· 7 years ago
e0de216
patch 8.1.0843: memory leak when running "make test_cd"
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
fc3abf4
patch 8.1.0806: too many #ifdefs
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
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
977239e
patch 8.1.0722: cannot build without the virtualedit feature
by Bram Moolenaar
· 7 years ago
c1a9bc1
patch 8.1.0654: when deleting a line text property flags are not adjusted
by Bram Moolenaar
· 7 years ago
d155d7a
patch 8.1.0615: get_tv function names are not consistent
by Bram Moolenaar
· 7 years ago
162b714
patch 8.1.0614: placing signs can be complicated
by Bram Moolenaar
· 7 years ago
9eb76af
patch 8.1.0604: autocommand test fails on MS-Windows
by Bram Moolenaar
· 7 years ago
2caad3f
patch 8.1.0602: DirChanged is also triggered when directory didn't change
by Bram Moolenaar
· 7 years ago
cd1a62d
patch 8.1.0590: when a job ends the closed channels are not handled
by Bram Moolenaar
· 7 years ago
98aefe7
patch 8.1.0579: cannot attach properties to text
by Bram Moolenaar
· 7 years ago
f49cc60
patch 8.1.0519: cannot save and restore the tag stack
by Bram Moolenaar
· 7 years ago
9f84ded
patch 8.1.0488: using freed memory in quickfix code
by Bram Moolenaar
· 7 years ago
1df2fa4
patch 8.1.0464: MS-Windows: job_info() has cmd without backslashes
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
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
1f0bfe5
patch 8.1.0226: too many #ifdefs
by Bram Moolenaar
· 7 years ago
7c365fb
patch 8.1.0127: build failure when disabling the session feature
by Bram Moolenaar
· 7 years ago
ebe74b7
patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd
by Bram Moolenaar
· 7 years ago
2060892
patch 8.0.1745: build failure on MS-Windows
by Bram Moolenaar
· 7 years ago
333b80a
patch 8.0.1660: the terminal API "drop" command doesn't support options
by Bram Moolenaar
· 7 years ago
e26e0d2
patch 8.0.1620: reading spell file has no good EOF detection
by Bram Moolenaar
· 7 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
b301f6b
patch 8.0.1492: memory leak in balloon_split()
by Bram Moolenaar
· 7 years ago
1567558
patch 8.0.1481: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
b5cb65b
patch 8.0.1460: missing file in patch
by Bram Moolenaar
· 8 years ago
e6640ad
patch 8.0.1421: accessing invalid memory with overlong byte sequence
by Bram Moolenaar
· 8 years ago
1bd999f
patch 8.0.1417: test doesn't search for a sentence
by Bram Moolenaar
· 8 years ago
8ada6aa
patch 8.0.1416: crash when searching for a sentence
by Bram Moolenaar
· 8 years ago
51b0f37
patch 8.0.1309: cannot use 'balloonexpr' in a terminal
by Bram Moolenaar
· 8 years ago
a3f7e58
patch 8.0.1276: key lost when window closed in exit callback
by Bram Moolenaar
· 8 years ago
Next »