aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* vim-patch:8.0.1510: cannot assert beep #9938Jan Edmund Lazo2019-04-25
* vim-patch:8.0.0716: "--clean", 'shadafile' #9907Justin M. Keyes2019-04-15
* vim-patch:8.1.1113: making an autocommand trigger once is not so easyJustin M. Keyes2019-04-06
* cursormoved: make global last_cursormoved window-localMarco Hinz2019-03-29
* vim-patch:8.1.0826: too many #ifdefsJan Edmund Lazo2019-03-08
* Merge pull request #6619 from bfredl/floatingBjörn Linse2019-03-02
|\
| * floats: implement floating windowsBjörn Linse2019-03-02
* | cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
|/
* TUI: rework background-color detectionJustin M. Keyes2019-02-22
* multigrid: reset win scrolling after swap messageBjörn Linse2019-02-02
* options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* ui: multigrid mouse supportBjörn Linse2019-01-20
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* vim-patch:8.1.0648: custom operators can't act upon forced motionPedro L. Ramos2019-01-10
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Clean whole grid when it was just resizedUtkarsh Maheshwari2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* multigrid: Put everything on default_grid if not ext_multigridUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* 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
* cleanup/TUI: remove old unused code #9013Justin M. Keyes2018-09-19
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* globals: cmd_silent is boolJan Edmund Lazo2018-08-29
* globals: did_ai is boolJan Edmund Lazo2018-08-06
* globals: did_si is boolJan Edmund Lazo2018-08-06
* globals: can_si is boolJan Edmund Lazo2018-08-06
* globals: can_si_back is boolJan Edmund Lazo2018-08-06
* globals: typebuf_was_filled is boolJan Edmund Lazo2018-08-06
* globals: virtual_op is TriStateJan Edmund Lazo2018-08-01
* screen: screen_cleared is TriStateJan Edmund Lazo2018-08-01
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * charset: include option_defs.h for breakat_flagsJan Edmund Lazo2018-06-12
* | Add ‘eob’ option to fillcharsJack Bracewell2018-06-13
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04
* lintJustin M. Keyes2018-06-04
* vim-patch:8.0.0516 (#8458)KunMing Xie2018-06-01
* vim-patch:8.0.1494: no autocmd triggered in Insert mode with visible popup menuShougo Matsushita2018-05-14
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * lintb-r-o-c-k2018-05-10