summaryrefslogtreecommitdiff
path: root/src/option.c
AgeCommit message (Expand)Author
2017-08-20patch 8.0.0975: using freed memory when setting 'backspace'Bram Moolenaar
2017-08-20patch 8.0.0974: resetting a string option does not trigger OptionSetBram Moolenaar
2017-08-20patch 8.0.0973: initial info about blinking cursor is wrongBram Moolenaar
2017-08-19patch 8.0.0965: not restoring cursor shape after it was set in a terminalBram Moolenaar
2017-08-17patch 8.0.0951: another wrong #ifdefBram Moolenaar
2017-08-16patch 8.0.0949: winpty.dll name is fixedBram Moolenaar
2017-08-14patch 8.0.0941: existing color schemes don't like StatusLineTermBram Moolenaar
2017-08-12patch 8.0.0918: cannot get terminal window cursor shape or attributesBram Moolenaar
2017-08-06patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentBram Moolenaar
2017-08-01patch 8.0.0836: can abandon a terminal buffer after making a changeBram Moolenaar
2017-07-31patch 8.0.0825: not easy to see that a window is a terminal windowBram Moolenaar
2017-07-30patch 8.0.0813: cannot use a terminal window while the job is runningBram Moolenaar
2017-07-28patch 8.0.0787: cannot send CTRL-W command to terminal jobBram Moolenaar
2017-07-24patch 8.0.0766: option test fails with +terminal featureBram Moolenaar
2017-07-23patch 8.0.0765: build fails with tiny featuresBram Moolenaar
2017-07-23patch 8.0.0764: 'termkey' does not work yetBram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferBram Moolenaar
2017-07-22patch 8.0.0743: the 'termsize' option can be set to an invalid valueBram Moolenaar
2017-07-15patch 8.0.0716: not easy to start Vim cleanlyBram Moolenaar
2017-07-15patch 8.0.0713: 'termkey' option not fully implementedBram Moolenaar
2017-07-15patch 8.0.0712: the terminal implementation is incompleteBram Moolenaar
2017-07-09patch 8.0.0704: problems with autocommands when opening helpBram Moolenaar
2017-07-07patch 8.0.0693: no terminal emulator supportBram Moolenaar
2017-06-25patch 8.0.0676: crash when closing quickfix window in autocmdBram Moolenaar
2017-06-22patch 8.0.0649: when opening a help file the filetype is set several timesBram Moolenaar
2017-06-13patch 8.0.0641: cannot set a separate highlighting for the quickfix lineBram Moolenaar
2017-04-23patch 8.0.0585: test_options fails when run in the GUIBram Moolenaar
2017-04-11patch 8.0.0563: crash when getting the window position in tmuxBram Moolenaar
2017-04-07patch 8.0.0546: swap file exists briefly when opening the command windowBram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower caseBram Moolenaar
2017-03-09patch 8.0.0441: dead code in #ifdefBram Moolenaar
2017-03-05patch 8.0.0425: build errors when building without foldingBram Moolenaar
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'Bram Moolenaar
2017-02-25patch 8.0.0373: build fails without +foldingBram Moolenaar
2017-02-25patch 8.0.0372: more options are not always definedBram Moolenaar
2017-02-25patch 8.0.0370: invalid memory access when setting wildchar emptyBram Moolenaar
2017-02-25patch 8.0.0369: a few options are not defined, depending on featuresBram Moolenaar
2017-02-23patch 8.0.0356: leaking memory when setting 'ttytype'Bram Moolenaar
2017-02-19patch 8.0.0342: double free with EXITFREE and setting 'ttytype'Bram Moolenaar
2017-02-17patch 8.0.0333: illegal memory access when 'complete' ends in a backslashBram Moolenaar
2017-02-05patch 8.0.0305: invalid memory access when option has duplicate flagBram Moolenaar
2017-02-04patch 8.0.0302: cannot set terminal key codes with :letBram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3Bram Moolenaar
2017-01-27patch 8.0.0244: making t_BE empty only has an effect before startupBram Moolenaar
2017-01-21patch 8.0.0210: no support for bracketed pasteBram Moolenaar
2017-01-14patch 8.0.0179: cannot have a local value for 'formatprg'Bram Moolenaar
2016-12-03patch 8.0.0121Bram Moolenaar