Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
b5841b99e678da187b68c21f46d56a608a0dc10c
/
src
/
misc1.c
7b7a118
patch 8.2.3153: URLs with a dash in the scheme are not recognized
by Tsuyoshi CHO
· 4 years, 1 month ago
a243813
patch 8.2.3139: functions for string manipulation are spread out
by Yegappan Lakshmanan
· 4 years, 1 month ago
5cf9457
patch 8.2.2875: cancelling inputlist() after a digit does not return zero
by =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?=
· 4 years, 3 months ago
eed9d46
patch 8.2.2518: 'listchars' should be window-local
by Bram Moolenaar
· 4 years, 6 months ago
28ee892
patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution
by Bram Moolenaar
· 4 years, 9 months ago
683581e
patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaks
by Bram Moolenaar
· 4 years, 10 months ago
71ccd03
patch 8.2.0967: unnecessary type casts for vim_strnsave()
by Bram Moolenaar
· 5 years ago
eebd555
patch 8.2.0946: cannot use "q" to cancel a number prompt
by Bram Moolenaar
· 5 years ago
69212b1
patch 8.2.0728: messages about a deadly signal are not left aligned
by Bram Moolenaar
· 5 years ago
80a8d38
patch 8.2.0694: Haiku: channel and terminal do not work
by Bram Moolenaar
· 5 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 5 years ago
f1ec378
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
by Bram Moolenaar
· 5 years ago
b3f7406
patch 8.2.0320: no Haiku support
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
b283a8a
patch 8.2.0200: Vim9 script commands not sufficiently tested
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
85a2002
patch 8.2.0026: still some /* */ comments
by Bram Moolenaar
· 6 years ago
dc968e7
patch 8.1.2258: may get hit-enter prompt after entering a number
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
a1cb1d1
patch 8.1.2171: mouse support not always available
by Bram Moolenaar
· 6 years ago
14c01f8
patch 8.1.2127: the indent.c file is a bit big
by Bram Moolenaar
· 6 years ago
8c96af9
patch 8.1.2096: too many #ifdefs
by Bram Moolenaar
· 6 years ago
c258549
patch 8.1.2066: no tests for state()
by Bram Moolenaar
· 6 years ago
b20b9e1
patch 8.1.2062: the mouse code is spread out
by Bram Moolenaar
· 6 years ago
0e57dd8
patch 8.1.2047: cannot check the current state
by Bram Moolenaar
· 6 years ago
840d16f
patch 8.1.2021: some global functions can be local to the file
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
b005cd8
patch 8.1.1979: code for handling file names is spread out
by Bram Moolenaar
· 6 years ago
f1552d0
patch 8.1.1897: may free memory twice 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
b4fe0eb
patch 8.1.1724: too much overhead checking for CTRL-C while processing text
by Bram Moolenaar
· 6 years ago
954bb06
patch 8.1.1509: cmdline_row can become negative, causing a crash
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
99499b1
patch 8.1.1371: cannot recover from a swap file
by Bram Moolenaar
· 6 years ago
f3333b0
patch 8.1.1359: text property wrong after :substitute with backslash
by Bram Moolenaar
· 6 years ago
338dfda
patch 8.1.1351: text property wrong after :substitute
by Bram Moolenaar
· 6 years ago
8055d17
patch 8.1.1343: text properties not adjusted for Visual block mode delete
by Bram Moolenaar
· 6 years ago
ec28d15
patch 8.1.1318: code for text changes is in a "misc" file
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
8f130ed
patch 8.1.1143: may pass weird strings to file name expansion
by Bram Moolenaar
· 6 years ago
543c9b1
patch 8.1.1120: cannot easily get directory entry matches
by Bram Moolenaar
· 6 years ago
0eb035c
patch 8.1.1103: MS-Windows: old API calls are no longer needed
by Bram Moolenaar
· 6 years ago
f0908e6
patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment var
by Bram Moolenaar
· 6 years ago
abab0b0
patch 8.1.1086: too many curly braces
by Bram Moolenaar
· 6 years ago
2ba4238
patch 8.1.1011: indent from autoindent not removed from blank line
by Bram Moolenaar
· 6 years ago
4a7d2d3
patch 8.1.0963: illegal memory access when using 'incsearch'
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
4b47162
patch 8.1.0857: indent functionality is not separated
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
1ac56c2
patch 8.1.0770: inconsistent use of ELAPSED_FUNC
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
402385a
patch 8.1.0718: a couple compiler warnings
by Bram Moolenaar
· 7 years ago
663bc89
patch 8.1.0707: text property columns are not adjusted for changed indent
by Bram Moolenaar
· 7 years ago
33c8ca9
patch 8.1.0681: text properties as not adjusted for deleted text
by Bram Moolenaar
· 7 years ago
44746aa
patch 8.1.0678: text properties as not adjusted for inserted text
by Bram Moolenaar
· 7 years ago
e1e714e
patch 8.1.0671: cursor in the wrong column after auto-formatting
by Bram Moolenaar
· 7 years ago
ef0a1d5
patch 8.1.0662: needlessly searching for tilde in string
by Bram Moolenaar
· 7 years ago
98aefe7
patch 8.1.0579: cannot attach properties to text
by Bram Moolenaar
· 7 years ago
4af7259
patch 8.1.0574: 'commentstring' not used when adding fold marker in C
by Bram Moolenaar
· 7 years ago
5393281
patch 8.1.0570: 'commentstring' not used when adding fold marker
by Bram Moolenaar
· 7 years ago
25a494c
patch 8.1.0534: MS-Windows installer uses different $HOME than Vim
by Bram Moolenaar
· 7 years ago
6a2633b
patch 8.1.0466: autocmd test fails
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
e3521d9
patch 8.1.0394: diffs are not always updated correctly
by Bram Moolenaar
· 7 years ago
6b0b83f
patch 8.1.0361: remote user not used for completion
by Bram Moolenaar
· 7 years ago
4cbdf15
patch 8.1.0328: inputlist() doesn't work with a timer
by Bram Moolenaar
· 7 years ago
da6e891
patch 8.1.0306: plural messages are not translated properly
by Bram Moolenaar
· 7 years ago
1f0bfe5
patch 8.1.0226: too many #ifdefs
by Bram Moolenaar
· 7 years ago
00136dc
patch 8.1.0211: expanding a file name "~" results in $HOME
by Bram Moolenaar
· 7 years ago
6c5d104
patch 8.1.0159: completion for user names does not work for a prefix.
by Bram Moolenaar
· 7 years ago
04958cb
patch 8.1.0105: all tab stops are the same
by Bram Moolenaar
· 7 years ago
828c3d7
patch 8.1.0084: user name completion does not work on MS-Windows
by Bram Moolenaar
· 7 years ago
1af6a4b
patch 8.0.1841: HP-UX does not have setenv()
by Bram Moolenaar
· 7 years ago
137374f
patch 8.0.1832: cannot use :unlet for an environment variable
by Bram Moolenaar
· 7 years ago
c5cd885
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
by Bram Moolenaar
· 7 years ago
24a2d72
patch 8.0.1758: open_line() returns TRUE/FALSE for success/failure
by Bram Moolenaar
· 7 years ago
7365831
patch 8.0.1756: GUI: after prompting for a number the mouse shape is wrong
by Bram Moolenaar
· 7 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 7 years ago
cafafb3
patch 8.0.1531: cannot use 24 bit colors in MS-Windows console
by Bram Moolenaar
· 7 years ago
b48e96f
patch 8.0.1510: cannot test if a command causes a beep
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
191f18b
patch 8.0.1468: illegal memory access in del_bytes()
by Bram Moolenaar
· 8 years ago
8a37b03
patch 8.0.1464: completing directory after :find does not add slash
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
d057301
patch 8.0.1236: Mac features are confusing
by Bram Moolenaar
· 8 years ago
9ad89c6
patch 8.0.1223: crash when using autocomplete and tab pages
by Bram Moolenaar
· 8 years ago
0263146
patch 8.0.1136: W_WIDTH() is always the same
by Bram Moolenaar
· 8 years ago
4033c55
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
by Bram Moolenaar
· 8 years ago
e2e69e4
patch 8.0.1041: bogus characters when indenting during visual-block append
by Bram Moolenaar
· 8 years ago
5c6dbcb
patch 8.0.1026: GTK on-the-spot input has problems
by Bram Moolenaar
· 8 years ago
b47a259
patch 8.0.1014: old compiler doesn't know uint32_t
by Bram Moolenaar
· 8 years ago
48340b6
patch 8.0.1012: MS-Windows: problem with $HOME when is was set internally
by Bram Moolenaar
· 8 years ago
dde8131
patch 8.0.0999: indenting raw C++ strings is wrong
by Bram Moolenaar
· 8 years ago
Next »