summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughBram Moolenaar
2017-10-19patch 8.0.1205: it is possible to unload a changed bufferBram Moolenaar
2017-10-19patch 8.0.1204: a QuitPre autocommand may get the wrong file nameBram Moolenaar
2017-10-14patch 8.0.1190: unusable after opening new window in BufWritePre eventBram Moolenaar
2017-10-14patch 8.0.1189: E172 is not actually usefulBram Moolenaar
2017-09-26patch 8.0.1151: "vim -c startinsert!" doesn't appendBram Moolenaar
2017-09-23patch 8.0.1139: using window toolbar changes stateBram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the sameBram Moolenaar
2017-09-22patch 8.0.1135: W_WINCOL() is always the sameBram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsBram Moolenaar
2017-09-14patch 8.0.1109: timer causes error on exit from Ex modeBram Moolenaar
2017-09-14patch 8.0.1108: cannot specify mappings for the terminal windowBram Moolenaar
2017-09-10patch 8.0.1090: cannot get the text under the cursor like v:beval_textBram Moolenaar
2017-09-10patch 8.0.1089: cannot get range count in user commandBram Moolenaar
2017-08-30patch 8.0.1024: folds lost when session file has a buffer in two windowsBram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowBram Moolenaar
2017-08-06patch 8.0.0878: no completion for :mapclearBram Moolenaar
2017-08-03patch 8.0.0858: can exit while a terminal is still running a jobBram Moolenaar
2017-07-27patch 8.0.0785: wildcards are not expanded for :terminalBram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferBram Moolenaar
2017-07-08patch 8.0.0700: segfault with QuitPre autocommand closes the windowBram Moolenaar
2017-07-07patch 8.0.0693: no terminal emulator supportBram Moolenaar
2017-06-22patch 8.0.0656: cannot use ! after some user commandsBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-04patch 8.0.0615: using % with :hardcopy wrongly escapes spacesBram Moolenaar
2017-06-04patch 8.0.0613: the conf filetype is used before ftdetect from packagesBram Moolenaar
2017-05-16patch 8.0.0598: building with gcc 7.1 yields new warningsBram Moolenaar
2017-04-20patch 8.0.0572: building the command table requires PerlBram Moolenaar
2017-03-27patch 8.0.0515: ml_get errors in silent Ex modeBram Moolenaar
2017-03-26patch 8.0.0514: script for creating cmdidxs can be improvedBram Moolenaar
2017-03-25patch 8.0.0506: can't build with ANSI CBram Moolenaar
2017-03-25patch 8.0.0504: looking up an Ex command is a bit slowBram 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-01patch 8.0.0394: tabs are not aligned when scrolling horizontallyBram Moolenaar
2017-02-25patch 8.0.0365: might free a dict item that wasn't allocatedBram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referenceBram Moolenaar
2017-02-12patch 8.0.0327: error message in cmdline window is not translatedBram Moolenaar
2017-02-09patch 8.0.0324: illegal memory access with a wrong yank rangeBram Moolenaar
2017-02-03patch 8.0.0298: Ex command range with repeated search does not workBram Moolenaar
2017-02-01patch 8.0.0294: argument list is not stored correctly in a session fileBram Moolenaar
2017-01-29patch 8.0.0266: compiler warning for using uninitialized variableBram Moolenaar
2017-01-29patch 8.0.0260: build fails with tiny featuresBram Moolenaar
2017-01-29patch 8.0.0259: tab commands do not handle count correctlyBram Moolenaar
2017-01-28patch 8.0.0253: error when loading session if winminheight is 2Bram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3Bram Moolenaar
2017-01-22patch 8.0.0218: no completion for :cexpr and similar commandsBram Moolenaar
2017-01-13patch 8.0.0177: BufEnter autocommand not fired for a directoryBram Moolenaar
2017-01-07patch 8.0.0150: completion for :filter does not skip the patternBram Moolenaar