aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* vim-patch:8.2.0925: getcompletion() does not return command line argumentsJan Edmund Lazo2021-02-14
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.2.2058: using mkview/loadview changes the jumplistSean Dewar2021-02-11
* vim-patch:8.2.1967: the session file does not restore the alternate fileSean Dewar2021-02-11
* menu: use char* for set_context_in_menu_cmd() paramJan Edmund Lazo2021-02-07
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.2.2469: confusing error if :winsize has a wrong argument (#13889)Jan Edmund Lazo2021-02-06
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* vim-patch:8.2.2412: not all fields in "cstack" are initializedJan Edmund Lazo2021-01-28
* lintchentau2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* vim-patch:8.1.1822: confusing error message when range is not allowedJan Edmund Lazo2021-01-02
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.1.2411: function argument copied unnecessarilyJan Edmund Lazo2021-01-01
* vim-patch:8.1.1261: no error for quickfix commands with negative rangeerw72021-01-01
* vim-patch:8.1.1241: Ex command info contains confusing informationJan Edmund Lazo2021-01-01
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.0149: session is wrong with multiple tabs when :lcd was usedJan Edmund Lazo2020-12-29
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.2.1121: command completion not working after ++argJan Edmund Lazo2020-12-26
* vim-patch:8.2.1007: completion doesn't work after ":r ++arg !"Jan Edmund Lazo2020-12-26
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* fix: appease linterMatthieu Coudron2020-12-24
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* ex_cmds: port cmd_addr_T and ADDR_NONE (#13492)Jan Edmund Lazo2020-12-10
* vim-patch:8.2.0095: cannot specify exit code for :cquit (#13407)Jan Edmund Lazo2020-11-28
* do_one_cmd: Remove :pyxdo/:pyxfile from "handle <bar>" switchJames McCoy2020-11-22
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | vim-patch:8.2.1910: reading past the end of the command lineJan Edmund Lazo2020-10-29
|/
* vim-patch:8.1.1260: comparing with pointer instead of valueJan Edmund Lazo2020-10-24
* vim-patch:8.2.1856: "2resize" uses size of current windowJan Edmund Lazo2020-10-17
* vim-patch:8.1.0095: dialog for ":browse tabnew" says "new window"Jan Edmund Lazo2020-10-14
* vim-patch:8.1.1204: output of :command with address completion is not niceJan Edmund Lazo2020-10-11
* vim-patch:8.1.0560: cannot use address type "other" with with user commandJan Edmund Lazo2020-10-11
* vim-patch:8.2.0841: 'verbose' value 16 causes duplicate outputJan Edmund Lazo2020-10-03
* vim-patch:8.1.2143: cannot see each command even when 'verbose' is setJan Edmund Lazo2020-10-02
* folds: pass column on fold creationMatthieu Coudron2020-09-28
* vim-patch:8.1.0640: get E14 while typing command :tab with 'incsearch' setJan Edmund Lazo2020-09-13
* vim-patch:8.1.0392: error while typing :/foo/s// with 'incsearch' enabledAufar Gilbran2020-09-11
* vim-patch:8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternAufar Gilbran2020-09-11
* vim-patch:8.1.0282: 'incsearch' does not work with command modifiersAufar Gilbran2020-09-11
* ex_docmd: merge parse_state_T with exarg_TAufar Gilbran2020-09-11
* vim-patch:8.1.0281: parsing command modifiers is not separatedAufar Gilbran2020-09-11