summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
AgeCommit message (Collapse)Author
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar
Problem: Options of a buffer for a terminal window are not set properly. Solution: Add "terminal" value for 'buftype'. Make 'buftype' and 'bufhidden' not depend on the quickfix feature. Also set the buffer name and show "running" or "finished" in the window title.
2017-07-15patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar
Problem: Not easy to start Vim cleanly without changing the viminfo file. Not possible to know whether the -i command line flag was used. Solution: Add the --clean command line argument. Add the 'viminfofile' option. Add "-u DEFAULTS".
2017-07-15Updated runtime files and translations.Bram Moolenaar
2017-06-18patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar
Problem: Syntax highlighting can make cause a freeze. Solution: Apply 'redrawtime' to syntax highlighting, per window.
2017-06-13patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar
Problem: Cannot set a separate highlighting for the current line in the quickfix window. Solution: Add QuickFixLine. (anishsane, closes #1755)
2017-06-05Update runtime files.Bram Moolenaar
2017-05-27Update runtime files.Bram Moolenaar
2017-04-23Updated runtime files.Bram Moolenaar
2017-03-29Update runtime files.Bram Moolenaar
2017-03-16Update runtime files.Bram Moolenaar
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar
Problem: When running :make the output may be in the system encoding, different from 'encoding'. Solution: Add the 'makeencoding' option. (Ken Takata)
2017-03-05Runtime file updates.Bram Moolenaar
2017-02-17Updated runtime files.Bram Moolenaar
2017-01-28Update runtime files.Bram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar
Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata)
2017-01-17Update runtime files.Bram Moolenaar
2017-01-14patch 8.0.0179: cannot have a local value for 'formatprg'v8.0.0179Bram Moolenaar
Problem: 'formatprg' is a global option but the value may depend on the type of buffer. (Sung Pae) Solution: Make 'formatprg' global-local. (closes #1380)
2017-01-02Updated runtime files.Bram Moolenaar
2016-12-01patch 8.0.0118v8.0.0118Bram Moolenaar
Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
2016-10-12Updated runtime files.Bram Moolenaar
2016-10-11Updated runtime files.Bram Moolenaar
2016-10-01Updated runtime files.Bram Moolenaar
2016-09-22Updated runtime files.Bram Moolenaar
2016-09-16Updated runtime files.Bram Moolenaar
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-09-06Updated runtime files.Bram Moolenaar
2016-08-28Updated runtime files.Bram Moolenaar
2016-08-26Updated runtime files. Add Scala files.Bram Moolenaar
2016-08-20patch 7.4.2230v7.4.2230Bram Moolenaar
Problem: There is no equivalent of 'smartcase' for a tag search. Solution: Add value "followscs" and "smart" to 'tagcase'. (Christian Brabandt, closes #712) Turn tagcase test into new style.
2016-08-16Updated runtime files.Bram Moolenaar
2016-08-14patch 7.4.2213v7.4.2213Bram Moolenaar
Problem: Cannot highlight the "~" lines at the end of a window differently. Solution: Add the EndOfBuffer highlighting. (Marco Hinz, James McCoy)
2016-08-12Updated runtime files.Bram Moolenaar
2016-08-12patch 7.4.2201v7.4.2201Bram Moolenaar
Problem: The sign column disappears when the last sign is deleted. Solution: Add the 'signcolumn' option. (Christian Brabandt)
2016-08-02Updated runtime files.Bram Moolenaar
2016-07-28patch 7.4.2111v7.4.2111Bram Moolenaar
Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
2016-07-27patch 7.4.2109v7.4.2109Bram Moolenaar
Problem: Setting 'display' to "lastline" is a drastic change, while omitting it results in lots of "@" lines. Solution: Add "truncate" to show "@@@" for a truncated line.
2016-07-15Updated runtime files.Bram Moolenaar
2016-07-09Updated runtime files.Bram Moolenaar
2016-07-02Updated runtime files.Bram Moolenaar
2016-06-26Updated runtime files.Bram Moolenaar
2016-06-12Updated runtime files.Bram Moolenaar
2016-06-04Updated runtime files.Bram Moolenaar
2016-05-24Update runtime files.Bram Moolenaar
2016-05-24patch 7.4.1833v7.4.1833Bram Moolenaar
Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus)
2016-05-20Updated runtime files.Bram Moolenaar
2016-04-29patch 7.4.1799v7.4.1799Bram Moolenaar
Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
2016-04-21patch 7.4.1770v7.4.1770Bram Moolenaar
Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
2016-04-21Updated runtime files.Bram Moolenaar
2016-04-12Updated runtime files.Bram Moolenaar
2016-04-03patch 7.4.1705v7.4.1705Bram Moolenaar
Problem: The 'guifont' option does not allow for a quality setting. Solution: Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)