aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* cleanup/TUI: remove old unused code #9013Justin M. Keyes2018-09-19
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* do_shell, do_filter: Remove "clear screen", "wait for return" callsJustin M. Keyes2018-09-12
* UI/cleanup: Remove most redraw_later_clear() callsJustin M. Keyes2018-09-12
* vim-patch:8.1.0034: cursor not restored with ":edit #"Jan Edmund Lazo2018-09-11
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* vim-patch:8.0.0782: using freed memory in quickfix codeJan Edmund Lazo2018-09-06
* lintJan Edmund Lazo2018-09-04
* ex_cmds: const variables in find_help_tags()Jan Edmund Lazo2018-09-04
* vim-patch:8.1.0235: more help tags that jump to the wrong locationJan Edmund Lazo2018-09-04
* vim-patch:8.1.0231: :help -? goes to help for -+Jan Edmund Lazo2018-09-04
* vim-patch:8.0.1383: local additions in help skips some filesJan Edmund Lazo2018-09-04
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* vim-patch:8.1.0110: file name not displayed with ":file" (#8878)Justin M. Keyes2018-08-21
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
| * vim-patch:8.0.1216: tabline is not always updated for :file commandJan Edmund Lazo2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* ex_cmds: add const to helptags_one() variablesJan Edmund Lazo2018-08-01
* ex_cmds: add const to fix_help_buffer() variablesJan Edmund Lazo2018-08-01
* ex_cmds: refactor utf8 variables to TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* vim-patch:8.0.0630: it is not easy to work on lines without a match (#8734)Jan Edmund Lazo2018-07-13
* vim-patch:8.0.0677: setting 'filetype' may switch buffersJan Edmund Lazo2018-06-26
* vim-patch:8.0.0707: freeing wrong memory with certain autocommandsJan Edmund Lazo2018-06-25
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0621: :stag does not respect 'switchbuf'Jan Edmund Lazo2018-06-21
* vim-patch:8.0.0537: illegal memory access with :z and large count (#8592)Jan Edmund Lazo2018-06-19
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* Rename some more, fixe borked renamingKillTheMule2018-05-23
* LintKillTheMule2018-05-23
* Some renamings and doc changesKillTheMule2018-05-23
* Enable -WconversionKillTheMule2018-05-23
* The grand renamingKillTheMule2018-05-23
* LintKillTheMule2018-05-23
* API: Implement buffer updatesPeter Hodge2018-05-23
* *: Fix clint errorsZyX2018-04-22
* ex_cmds: Fix PVS/V547: expression was already checked in outer if()ZyX2018-04-15
* ex_cmds: Fix PVS/V557: possible array overrun in :asciiZyX2018-04-15
* ex_cmds: Simplify do_asciiZyX2018-04-15
* ex_cmds: Remove #ifdef USE_GUIZyX2018-04-15
* vim-patch:8.0.0316: :help z? does not work (#8134)KunMing Xie2018-03-14
* vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103)KunMing Xie2018-03-08
* vim-patch-8.0.0649 and vim-patch-8.0.0650: autocmd open help 2 timesNimit Bhardwaj2018-02-17
* lintJustin M. Keyes2018-02-12
* vim-patch:8.0.0858: can exit while a terminal is still running a jobJustin M. Keyes2018-02-11