aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* bufhl: fix moveBjörn Linse2017-06-24
* vim-patch:7.4.1976James McCoy2017-06-04
* lintJames McCoy2017-05-12
* ex_cmds: Use NULL, not NUL, to check for strrchr failureJames McCoy2017-05-12
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * strings: Remove vim_strbyteZyX2017-04-07
* | lintJames McCoy2017-04-29
* | vim-patch:7.4.2263James McCoy2017-04-29
* | vim-patch:7.4.2246James McCoy2017-04-29
* | vim-patch:7.4.2239James McCoy2017-04-29
* | vim-patch:7.4.2231James McCoy2017-04-29
* | ex_cmds.c: Fix bug in ex_z (#6557)sander22017-04-21
* | *: Add comment to all C filesZyX2017-04-19
|/
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* Merge #6221Justin M. Keyes2017-03-25
|\
| * Robustly handle folds during a :move commandMatthew Malcomson2017-03-23
* | vim-patch:7.4.2341Justin M. Keyes2017-03-22
* | vim-patch:7.4.2324Justin M. Keyes2017-03-22
|/
* lintJames McCoy2017-03-11
* vim-patch:7.4.2101James McCoy2017-03-11
* Merge #6112 from ZyX-I/split-eval'/buf_get_changedtickJustin M. Keyes2017-02-27
|\
| * buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* | Merge #6111 from ZyX-I/split-eval'/os-fileioJustin M. Keyes2017-02-27
|\ \ | |/ |/|
| * eval: writefile: Give more adequate IO errors and do not call putc()ZyX2017-02-14
* | *: Partial string handling refactoringZyX2017-02-15
|/
* vim-patch:7.4.2106lonerover2017-02-07
* vim-patch:7.4.2024Marco Hinz2017-02-04
* vim-patch:7.4.2021Marco Hinz2017-02-04
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* coverity/155512: Pass correct length to strncat()Justin M. Keyes2017-01-23
* errors: Introduce "E856: Filename too long"Justin M. Keyes2017-01-23
* add_pathsep(): Return false if filename is too long.cztchoice2017-01-23
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* ex_cmds: Also pass correct length in windows codeZyX2017-01-23
* coverity/155511: Pass correct length argument to strncat()ZyX2017-01-23
* open_buffer(): Do `BufEnter` for directories.Justin M. Keyes2017-01-12
* inccommand: Suppress error reporting when previewing commandsJames McCoy2017-01-11
* vim-patch:7.4.2015Shougo Matsushita2017-01-02
* Merge pull request #5613 from jamessan/vim-7.4.2183James McCoy2017-01-01
|\
| * lintJames McCoy2016-12-28
| * vim-patch:7.4.2225James McCoy2016-12-28
* | vim-patch:7.4.1970 (#5850)lonerover2016-12-31
|/
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* inccommand=nosplit: Jump to first match.Justin M. Keyes2016-11-15
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* 'inccommand': Simplify cursor placement logic.Justin M. Keyes2016-11-11
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10