Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
410e98a70bc00ea4bed51e55a8fe20e56a72c087
/
src
/
option.c
410e98a
patch 8.1.2019: 'cursorline' always highlights the whole line
by Bram Moolenaar
· 6 years ago
e677df8
patch 8.1.1966: some code in options.c fits better elsewhere
by Bram Moolenaar
· 6 years ago
4645104
patch 8.1.1919: using window options when passing a buffer to popup_create()
by Bram Moolenaar
· 6 years ago
37f4cbd
patch 8.1.1913: not easy to compute the space on the command line
by Bram Moolenaar
· 6 years ago
4482621
patch 8.1.1910: redrawing too much when toggling 'relativenumber'
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
36e4d98
patch 8.1.1892: missing index entry and option menu for 'completepopup'
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
62a0cb4
patch 8.1.1882: cannot specify properties of the info popup window
by Bram Moolenaar
· 6 years ago
576a4a6
patch 8.1.1880: cannot show extra info for completion in a popup window
by Bram Moolenaar
· 6 years ago
d7663c2
patch 8.1.1823: command line history code is spread out
by Bram Moolenaar
· 6 years ago
c7f1e40
patch 8.1.1795: no syntax HL after splitting windows with :bufdo
by Bram Moolenaar
· 6 years ago
b78564d
patch 8.1.1772: options test still fails on MS-Windows
by Bram Moolenaar
· 6 years ago
ac3150d
patch 8.1.1769: 'shellslash' is also used for completion
by Bram Moolenaar
· 6 years ago
c332816
patch 8.1.1736: viminfo support is spread out
by Bram Moolenaar
· 6 years ago
7964873
patch 8.1.1714: cannot preview a file in a popup window
by Bram Moolenaar
· 6 years ago
e4b407f
patch 8.1.1623: display wrong with signs in narrow number column
by Bram Moolenaar
· 6 years ago
f8a0712
patch 8.1.1614: 'numberwidth' can only go up to 10
by Bram Moolenaar
· 6 years ago
2b044ff
patch 8.1.1587: redraw problem when sign icons in the number column
by Bram Moolenaar
· 6 years ago
394c5d8
patch 8.1.1564: sign column takes up space
by Bram Moolenaar
· 6 years ago
983f2f1
patch 8.1.1557: compiler warning for unused variables in tiny version
by Bram Moolenaar
· 6 years ago
d7c9687
patch 8.1.1542: an OptionSet autocommand does not get enough info
by Bram Moolenaar
· 6 years ago
06e2c81
patch 8.1.1519: 'backupskip' may contain duplicates
by Bram Moolenaar
· 6 years ago
cacc6a5
patch 8.1.1423: popup windows use options from current window and buffer
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
20c023a
patch 8.1.1405: "highlight" option of popup windows not supported
by Bram Moolenaar
· 6 years ago
4d784b2
patch 8.1.1391: no popup window support
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
7e800c6
patch 8.1.1367: can set 'modelineexpr' in modeline
by Bram Moolenaar
· 6 years ago
110289e
patch 8.1.1366: using expressions in a modeline is unsafe
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
9a061cb
patch 8.1.1279: cannot set 'spellang' to "sr@latin"
by Bram Moolenaar
· 6 years ago
9dfa313
patch 8.1.1270: cannot see current match position
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
45e18cb
patch 8.1.1228: not possible to process tags with a function
by Bram Moolenaar
· 6 years ago
6ee9658
patch 8.1.1219: not checking for NULL return from alloc()
by Bram Moolenaar
· 6 years ago
a7be0f2
patch 8.1.1145: compiler warning for unused function
by Bram Moolenaar
· 6 years ago
862f1e1
patch 8.1.1144: too strict checking of the 'spellfile' option
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
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
2c519cf
patch 8.1.1032: warnings from clang static analyzer
by Bram Moolenaar
· 6 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 6 years ago
55c77cf
patch 8.1.0936: may leak memory when using 'vartabstop'
by Bram Moolenaar
· 6 years ago
14184a3
patch 8.1.0932: Farsi support is outdated and unused
by Bram Moolenaar
· 6 years ago
c6ddce3
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
by Bram Moolenaar
· 7 years ago
aa5df7e
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
by Bram Moolenaar
· 7 years ago
375e339
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
by Bram Moolenaar
· 7 years ago
ce65574
patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
ed18f2c
patch 8.1.0814: :mksession cannot handle a very long 'runtimepath'
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
83a5217
patch 8.1.0759: showing two characters for tab is limited
by Bram Moolenaar
· 7 years ago
177ab9e
patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'
by Bram Moolenaar
· 7 years ago
b1443b4
patch 8.1.0744: compiler warnings for signed/unsigned strings
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
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
a86187b
patch 8.1.0606: 'cryptmethod' defaults to a very old method
by Bram Moolenaar
· 7 years ago
916a818
patch 8.1.0544: setting 'filetype' in a modeline causes an error
by Bram Moolenaar
· 7 years ago
f951416
patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account
by Bram Moolenaar
· 7 years ago
247bb7e
patch 8.1.0540: may evaluate insecure value when appending to option
by Bram Moolenaar
· 7 years ago
82e8c92
patch 8.1.0539: cannot build without the sandbox
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
dcd71cb
patch 8.1.0510: filter test fails when $LANG is C.UTF-8
by Bram Moolenaar
· 7 years ago
f86db78
patch 8.1.0495: :filter only supports some commands
by Bram Moolenaar
· 7 years ago
64f4107
patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma
by Bram Moolenaar
· 7 years ago
35bc7d6
patch 8.1.0445: setting 'term' does not store location for termcap options
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
8c63e0e
patch 8.1.0435: cursorline highlight not removed in some situation
by Bram Moolenaar
· 7 years ago
d4f7343
patch 8.1.0415: not actually using 16 colors with vtp
by Bram Moolenaar
· 7 years ago
3f3fb0b
patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd
by Bram Moolenaar
· 7 years ago
fe8ef98
patch 8.1.0386: cannot test with non-default option value
by Bram Moolenaar
· 7 years ago
c93262b
patch 8.1.0363: internal diff isn't used by default as advertised
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
40385db
patch 8.1.0253: saving and restoring window title does not always work
by Bram Moolenaar
· 7 years ago
9cf4b50
patch 8.1.0205: invalid memory access with invalid modeline
by Bram Moolenaar
· 7 years ago
c229e54
patch 8.1.0172: 'viminfofile' option does not behave like a file name
by Bram Moolenaar
· 7 years ago
e0be167
patch 8.1.0166: using dict_add_nr_str() is clumsy
by Bram Moolenaar
· 7 years ago
33d5ab3
patch 8.1.0138: negative value of 'softtabstop' not used correctly
by Bram Moolenaar
· 7 years ago
307ac5c
patch 8.1.0126: various problems with 'vartabstop'
by Bram Moolenaar
· 7 years ago
b0eb14f
patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc'
by Bram Moolenaar
· 7 years ago
0119a59
patch 8.1.0114: confusing variable name
by Bram Moolenaar
· 7 years ago
defe642
patch 8.1.0107: Python: getting buffer option clears message
by Bram Moolenaar
· 7 years ago
04958cb
patch 8.1.0105: all tab stops are the same
by Bram Moolenaar
· 7 years ago
a5616b0
patch 8.1.0067: syntax highlighting not working when re-entering a buffer
by Bram Moolenaar
· 7 years ago
c3ffc9b
patch 8.1.0066: nasty autocommand causes using freed memory
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
1c3c104
patch 8.1.0046: loading a session file fails if 'winheight' is big
by Bram Moolenaar
· 7 years ago
6b810d9
patch 8.1.0032: BS in prompt buffer starts new line
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
b833c1e
patch 8.0.1794: duplicate term options after renaming
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
451fc7b
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
by Bram Moolenaar
· 7 years ago
09d1d51
patch 8.0.1759: memory leak from duplicate options
by Bram Moolenaar
· 7 years ago
6d150f7
patch 8.0.1743: terminal window options are named inconsistently
by Bram Moolenaar
· 7 years ago
Next »