Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
05a5551a86e013e35d1dfa10fd0d811c587f9c88
/
src
/
main.c
0c0eddd
patch 8.2.0970: terminal properties are not available in Vim script
by Bram Moolenaar
· 5 years ago
a45551a
patch 8.2.0936: some terminals misinterpret the code for getting cursor style
by Bram Moolenaar
· 5 years ago
439c036
patch 8.2.0913: code for resetting v:register is duplicated
by Bram Moolenaar
· 5 years ago
129d6bf
patch 8.2.0769: VimLeavePre not triggered when Vim is terminated
by Bram Moolenaar
· 5 years ago
9e6ba8c
patch 8.2.0744: the name vim is not capatilized in a message
by Bram Moolenaar
· 5 years ago
86181df
patch 8.2.0740: minor message mistakes
by Bram Moolenaar
· 5 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 5 years ago
f87a040
patch 8.2.0516: client-server code is spread out
by Bram Moolenaar
· 5 years ago
cde0ff3
patch 8.2.0509: various code is not properly tested.
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
e7ddf4e
patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated
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
e31ee86
patch 8.2.0098: exe stack length can be wrong without being detected
by Bram Moolenaar
· 6 years ago
1a47ae3
patch 8.2.0056: execution stack is incomplete and inefficient
by Bram Moolenaar
· 6 years ago
5398955
patch 8.2.0035: saving and restoring called_emsg is clumsy
by Bram Moolenaar
· 6 years ago
9810cfb
patch 8.1.2422: "make depend" does not work correctly for libvterm
by Bram Moolenaar
· 6 years ago
4ba37b5
patch 8.1.2388: using old C style comments
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
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
69bf634
patch 8.1.2233: cannot get the Vim command line arguments
by Bram Moolenaar
· 6 years ago
11a58af
patch 8.1.2214: too much is redrawn when 'cursorline' is set
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
101e992
patch 8.1.2075: get many log messages when waiting for a typed character
by Bram Moolenaar
· 6 years ago
bd67aac
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
by Bram Moolenaar
· 6 years ago
b20b9e1
patch 8.1.2062: the mouse code is spread out
by Bram Moolenaar
· 6 years ago
d103ee7
patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()
by Bram Moolenaar
· 6 years ago
397c6a1
patch 8.1.2049: cannot build tiny version
by Bram Moolenaar
· 6 years ago
37d1807
patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggered
by Bram Moolenaar
· 6 years ago
0e57dd8
patch 8.1.2047: cannot check the current state
by Bram Moolenaar
· 6 years ago
69198cb
patch 8.1.2046: SafeState may be triggered at the wrong moment
by Bram Moolenaar
· 6 years ago
8aeec40
patch 8.1.2044: no easy way to process postponed work
by Bram Moolenaar
· 6 years ago
017ba07
patch 8.1.2029: cannot control 'cursorline' highlighting well
by Bram Moolenaar
· 6 years ago
e5fbd73
patch 8.1.2018: using freed memory when out of memory and displaying message
by Bram Moolenaar
· 6 years ago
c722668
patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggered
by Bram Moolenaar
· 6 years ago
3397f74
patch 8.1.1453: popup window "moved" property not implemented yet
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
984f031
patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often
by Bram Moolenaar
· 6 years ago
99499b1
patch 8.1.1371: cannot recover from a swap 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
0b75f7c
patch 8.1.1301: when compiled with VIMDLL some messages are not shown
by Bram Moolenaar
· 6 years ago
9404a18
patch 8.1.1258: the "N files to edit" message can not be surpressed
by Bram Moolenaar
· 6 years ago
67cf86b
patch 8.1.1231: asking about existing swap file unnecessarily
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
c75e812
patch 8.1.1197: when starting with multiple tabs file messages is confusing
by Bram Moolenaar
· 6 years ago
558ca4a
patch 8.1.1116: cannot enforce a Vim script style
by Bram Moolenaar
· 6 years ago
796cc42
patch 8.1.1104: MS-Windows: not all environment variables can be used
by Bram Moolenaar
· 6 years ago
89828e9
patch 8.1.1066: VIMDLL isn't actually used
by Bram Moolenaar
· 6 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 6 years ago
14184a3
patch 8.1.0932: Farsi support is outdated and unused
by Bram Moolenaar
· 6 years ago
fc3abf4
patch 8.1.0806: too many #ifdefs
by Bram Moolenaar
· 7 years ago
63c0ccd
patch 8.1.0783: compiler warning for signed/unsigned
by Bram Moolenaar
· 7 years ago
bb1969b
patch 8.1.0763: nobody is using the Sun Workshop support
by Bram Moolenaar
· 7 years ago
bbee8d5
patch 8.1.0746: highlighting not updated with conceal and 'cursorline'
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
535d5b6
patch 8.1.0726: redrawing specifically for conceal feature
by Bram Moolenaar
· 7 years ago
6436cd8
patch 8.1.0644: finding next sign ID is inefficient
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
27e80c8
patch 8.1.0475: memory not freed on exit when quit in autocmd
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
438d176
patch 8.1.0439: recursive use of getcmdline() still not protected
by Bram Moolenaar
· 7 years ago
e3521d9
patch 8.1.0394: diffs are not always updated correctly
by Bram Moolenaar
· 7 years ago
42335f5
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
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
980bab4
patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP
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
92d147b
patch 8.1.0228: dropping files is ignored while Vim is busy
by Bram Moolenaar
· 7 years ago
35fb6fb
patch 8.1.0103: long version string cannot be translated
by Bram Moolenaar
· 7 years ago
32aaf5a
patch 8.1.0094: help text "usage:" is not capatalized
by Bram Moolenaar
· 7 years ago
1d4754f
patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'
by Bram Moolenaar
· 7 years ago
c3e8169
patch 8.0.1792: MS-Windows users expect -? to work like --help
by Bram Moolenaar
· 7 years ago
df2c774
patch 8.0.1726: older MSVC doesn't support declarations halfway a block
by Bram Moolenaar
· 7 years ago
06965b8
patch 8.0.1724: declarations cannot be halfway a block
by Bram Moolenaar
· 7 years ago
6f47002
patch 8.0.1688: some macros are used without a semicolon
by Bram Moolenaar
· 7 years ago
0bd052b
patch 8.0.1628: channel log doesn't mention exiting
by Bram Moolenaar
· 7 years ago
62dd452
patch 8.0.1607: --clean loads user settings from .gvimrc
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
77780b6
patch 8.0.1555: build error for some combination of features
by Bram Moolenaar
· 7 years ago
0726870
patch 8.0.1554: custom plugins loaded with --clean
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 7 years ago
5a09343
patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menu
by Bram Moolenaar
· 7 years ago
b7407d3
patch 8.0.1459: cannot handle change of directory
by Bram Moolenaar
· 8 years ago
42b23fa
patch 8.0.1454: when in silent mode too much output is buffered
by Bram Moolenaar
· 8 years ago
a338adc
patch 8.0.1449: slow redrawing with DirectX
by Bram Moolenaar
· 8 years ago
c9e649a
patch 8.0.1405: duplicated code for getting a typed character
by Bram Moolenaar
· 8 years ago
606d45c
patch 8.0.1404: invalid memory access on exit
by Bram Moolenaar
· 8 years ago
e42a6d2
patch 8.0.1295: cannot automatically get a server name in a terminal
by Bram Moolenaar
· 8 years ago
d057301
patch 8.0.1236: Mac features are confusing
by Bram Moolenaar
· 8 years ago
d99388b
patch 8.0.1217: can't use remote eval to inspect vars in debug mode
by Bram Moolenaar
· 8 years ago
2f40d12
patch 8.0.1215: newer gcc warns for implicit fallthrough
by Bram Moolenaar
· 8 years ago
2e4cb3b
patch 8.0.1213: setting 'mzschemedll' has no effect
by Bram Moolenaar
· 8 years ago
9cf39cc
patch 8.0.1157: compiler warning on MS-Windows
by Bram Moolenaar
· 8 years ago
2a02745
patch 8.0.1152: encoding of error message wrong in Cygwin terminal
by Bram Moolenaar
· 8 years ago
4033c55
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
by Bram Moolenaar
· 8 years ago
69fbc9e
patch 8.0.1108: cannot specify mappings for the terminal window
by Bram Moolenaar
· 8 years ago
bc906e4
patch 8.0.0954: /proc/self/exe might be a relative path
by Bram Moolenaar
· 8 years ago
a9f8ee0
patch 8.0.0946: using PATH_MAX does not work well on some systems
by Bram Moolenaar
· 8 years ago
6d81974
patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistent
by Bram Moolenaar
· 8 years ago
aaa8a35
patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode
by Bram Moolenaar
· 8 years ago
423802d
patch 8.0.0813: cannot use a terminal window while the job is running
by Bram Moolenaar
· 8 years ago
Next »