aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-18
* clang/"Dead assignment"Justin M. Keyes2019-01-13
* vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173)David Jimenez2019-01-02
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* ex_docmd: '/' is not a path for Cmdline* eventsJan Edmund Lazo2018-12-12
* vim-patch:8.1.0337: :file fails in quickfix command (#9215)Jan Edmund Lazo2018-11-09
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* fix warning: "Assigned value is garbage"Justin M. Keyes2018-10-21
* vim-patch:8.1.0047: no completion for :unlet $VARJan Edmund Lazo2018-10-02
* lintJan Edmund Lazo2018-09-29
* globals: arg_had_last is boolJan Edmund Lazo2018-09-29
* vim-patch:8.0.1485: weird autocmd may cause arglist to be changed recursivelyJan Edmund Lazo2018-09-29
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* lintJan Edmund Lazo2018-09-16
* vim-patch:8.0.1416: crash when searching for a sentenceJan Edmund Lazo2018-09-16
* lintJan Edmund Lazo2018-09-14
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* vim-patch:8.0.1089: range count in user commandKwon-Young2018-09-13
* UI/cleanup: Remove most redraw_later_clear() callsJustin M. Keyes2018-09-12
* vim-patch:8.1.0219: expanding ## fails to escape backtickJan Edmund Lazo2018-09-11
* Merge #8953 from janlazo/vim-8.0.1190Justin M. Keyes2018-09-05
|\
| * vim-patch:8.0.1595: no autocommand triggered before exitingJan Edmund Lazo2018-09-04
| * vim-patch:8.0.1190: unusable after opening new window in BufWritePre eventJan Edmund Lazo2018-09-04
* | vim-patch:8.1.0333: :mkview does not restore cursor properly after "$"Jan Edmund Lazo2018-09-02
|/
* vim-patch:8.0.1151: "vim -c startinsert!" doesn't append (#8886)Jan Edmund Lazo2018-08-22
* lintJan Edmund Lazo2018-08-20
* undo: update undo_time() function signatureJan Edmund Lazo2018-08-20
* lintJan Edmund Lazo2018-08-17
* vim-patch:8.0.1090: cannot get the text under the cursor like v:beval_textJan Edmund Lazo2018-08-17
* vim-patch:8.1.0159: completion for user names does not work for a prefix.Jan Edmund Lazo2018-08-17
* ex_docmd: forceit,usefilter are boolJan Edmund Lazo2018-08-17
* vim-patch:8.0.1649: no completion for argument list commandsJan Edmund Lazo2018-08-16
* vim-patch:8.0.1231: expanding file name drops dashJan Edmund Lazo2018-08-16
* vim-patch:8.0.0878: no completion for :mapclearJan Edmund Lazo2018-08-16
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* style: fixing minor issues noted in code review.ZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* globals: virtual_op is TriStateJan Edmund Lazo2018-08-01
* Merge #8589 'VimL: Remove legacy v:xx aliases'Justin M. Keyes2018-07-23
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* Merge #8596 from janlazo/vim-8.0.0615Justin M. Keyes2018-06-20
|\
| * lintJan Edmund Lazo2018-06-19
| * vim-patch:8.0.0615: using % with :hardcopy wrongly escapes spacesJan Edmund Lazo2018-06-19
* | vim-patch:8.0.0546: swap file exists briefly when opening the command window ...Jan Edmund Lazo2018-06-19
|/
* vim-patch:8.0.0598: building with gcc 7.1 yields new warnings (#8585)Jan Edmund Lazo2018-06-19
* Ex mode: use getexline() instead of getexmodeline()Justin M. Keyes2018-06-17
* 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