summaryrefslogtreecommitdiff
path: root/src/option.c
AgeCommit message (Collapse)Author
2012-08-08updated for version 7.3.629Bram Moolenaar
Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
2012-07-10updated for version 7.3.599Bram Moolenaar
Problem: Missing change in one file. Solution: Patch for changed clip_autoselect().
2012-06-29updated for version 7.3.577Bram Moolenaar
Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available.
2012-03-28updated for version 7.3.487Bram Moolenaar
Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical movement is reset unnecessarily. Solution: Do not set w_set_curswant for every option. Add a test for this. (Kana Natsuno) Add the P_CURSWANT flag for options.
2012-03-23updated for version 7.3.479Bram Moolenaar
Problem: When 'cursorline' is set the line number highlighting can't be set separately. Solution: Add "CursorLineNr". (Howard Buchholz)
2012-02-29updated for version 7.3.458Bram Moolenaar
Problem: Crash when calling smsg() during startup. Solution: Don't use 'shortmess' when it is not set yet.
2012-02-20updated for version 7.3.446Bram Moolenaar
Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
2012-02-19updated for version 7.3.445Bram Moolenaar
Problem: Can't properly escape commands for cmd.exe. Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'. No need to use "/s" for 'shellcmdflag'.
2012-02-12updated for version 7.3.443Bram Moolenaar
Problem: MS-Windows: 'shcf' and 'shellxquote' defaults are not very good. Solution: Make a better guess when 'shell' is set to "cmd.exe". (Ben Fritz)
2012-01-28updated for version 7.3.421Bram Moolenaar
Problem: Get E832 when setting 'undofile' in vimrc and there is a file to be edited on the command line. (Toothpik) Solution: Do not try reading the undo file for a file that wasn't loaded.
2012-01-10updated for version 7.3.400Bram Moolenaar
Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
2012-01-04updated for version 7.3.392Bram Moolenaar
Problem: When setting 'undofile' while the file is already loaded but unchanged, try reading the undo file. (Andy Wokula) Solution: Compute a checksum of the text when 'undofile' is set. (Christian Brabandt)
2011-11-30updated for version 7.3.355Bram Moolenaar
Problem: GTK warnings when using netrw.vim. (Ivan Krasilnikov) Solution: Do not remove the beval event handler twice.
2011-11-30updated for version 7.3.354Bram Moolenaar
Problem: ":set backspace+=eol" doesn't work when 'backspace' has a backwards compatible value of 2. Solution: Convert the number to a string. (Hirohito Higashi)
2011-10-12updated for version 7.3.335Bram Moolenaar
Problem: When 'imdisable' is reset from an autocommand in Insert mode it doesn't take effect. Solution: Call im_set_active() in Insert mode. (Taro Muraoka)
2011-09-21updated for version 7.3.316Bram Moolenaar
Problem: Crash when 'colorcolumn' is set and closing buffer. Solution: Check for w_buffer to be NULL. (Yasuhiro Matsumoto)
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-04-28updated for version 7.3.166Bram Moolenaar
Problem: Buffer on the stack may be too big Solution: Allocate the space.
2011-04-28updated for version 7.3.163Bram Moolenaar
Problem: For the default of 'shellpipe' "mksh" and "pdksh" are not recognized. Solution: Recognize these shell names.
2011-03-22updated for version 7.3.141Bram Moolenaar
Problem: When a key code is not set get a confusing error message. Solution: Change the error message to say the key code is not set.
2011-01-22updated for version 7.3.103Bram Moolenaar
Problem: Changing 'fileformat' and then using ":w" in an empty file sets the 'modified' option. Solution: In unchanged() don't ignore 'ff' for an empty file.
2010-12-02updated for version 7.3.074Bram Moolenaar
Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
2010-12-02updated for version 7.3.072Bram Moolenaar
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
2010-12-02updated for version 7.3.071Bram Moolenaar
Problem: Editing a file in a window that's in diff mode resets 'diff' but not cursor binding. Solution: Reset cursor binding in two more places.
2010-10-13updated for version 7.3.022Bram Moolenaar
Problem: When opening a new window the 'spellcapcheck' option is cleared. Solution: Copy the correct option value. (Christian Brabandt)
2010-08-04Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'Bram Moolenaar
contains a character that would become double width.
2010-08-01No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)Bram Moolenaar
2010-07-31Fixes for coverity warnings.Bram Moolenaar
2010-07-24Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar
2010-07-23Window split didn't copy the value of 'conceallevel'.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-20When resetting 'mousehide' show the mouse pointer right away.Bram Moolenaar
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-19Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar
2010-07-16Fix bad parsing of 'colorcolumn'. (Dominique Pelle)Bram Moolenaar
2010-07-14Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-22Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar
of int.
2010-06-22Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-06-05updated for version 7.2.442Bram Moolenaar
Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega)
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building.
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-05-14updated for version 7.2.426Bram Moolenaar
Problem: Commas in 'langmap' are not always handled correctly. Solution: Require commas to be backslash escaped. (James Vega)