summaryrefslogtreecommitdiff
path: root/src/option.h
AgeCommit message (Collapse)Author
2013-03-19updated for version 7.3.872Bram Moolenaar
Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
2012-08-15updated for version 7.3.632Bram Moolenaar
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-07-10updated for version 7.3.597Bram Moolenaar
Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
2012-06-06updated for version 7.3.541Bram Moolenaar
Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
2012-02-20updated for version 7.3.446Bram Moolenaar
Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
2011-10-20updated for version 7.3.343Bram Moolenaar
Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
2011-09-30updated for version 7.3.323Bram Moolenaar
Problem: The default 'errorformat' does not ignore some "included from" lines. Solution: Add a few more patterns. (Ben Boeckel)
2011-07-27updated for version 7.3.261Bram Moolenaar
Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
2011-06-26updated for version 7.3.235Bram Moolenaar
Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
2011-06-12updated for version 7.3.215Bram Moolenaar
Problem: Wrong file names in previous patch. (Toothpik) Solution: Include the option changes.
2011-05-19updated for version 7.3.191Bram Moolenaar
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
2011-02-12updated for version 7.3.119Bram Moolenaar
Problem: Build problem on Mac. (Nicholas Stallard) Solution: Use "extern" instead of "EXTERN" for p_vfile.
2011-02-09updated for version 7.3.114Bram Moolenaar
Problem: Potential problem in initialization when giving an error message early. Solution: Initialize 'verbosefile' empty. (Ben Schmidt)
2010-12-02updated for version 7.3.072Bram Moolenaar
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
2010-07-25Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar
2010-07-24Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar
2010-07-24Add the 'c' flag to 'concealcursor'.Bram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-02-24updated for version 7.2.373Bram Moolenaar
Problem: Gcc 4.5 adds more error messages. (Chris Indy) Solution: Update default 'errorformat'.
2008-06-24updated for version 7.2aBram Moolenaar
2008-01-19updated for version 7.1-236Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-10-10updated for version 7.0-130Bram Moolenaar
2006-04-24updated for version 7.0fBram Moolenaar
2006-04-21updated for version 7.0e05Bram Moolenaar
2006-04-12updated for version 7.0d02Bram Moolenaar
2006-04-06updated for version 7.0c11Bram Moolenaar
2006-03-25updated for version 7.0b01Bram Moolenaar
2006-03-20updated for version 7.0230Bram Moolenaar
2006-03-18updated for version 7.0228Bram Moolenaar
2006-03-16updated for version 7.0226Bram Moolenaar
2006-03-15updated for version 7.0225Bram Moolenaar
2006-03-12updated for version 7.0222Bram Moolenaar
2006-03-06updated for version 7.0216Bram Moolenaar
2006-03-01updated for version 7.0211Bram Moolenaar
2006-02-27updated for version 7.0209Bram Moolenaar
2006-02-27updated for version 7.0208Bram Moolenaar
2006-02-25updated for version 7.0207Bram Moolenaar
2006-02-24updated for version 7.0206Bram Moolenaar
2006-02-22updated for version 7.0204Bram Moolenaar
2006-02-21updated for version 7.0203Bram Moolenaar
2006-02-20updated for version 7.0202Bram Moolenaar
2006-02-15updated for version 7.0198Bram Moolenaar