aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* style: fixing minor issues noted in code review.ZviRackover2018-08-06
* Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* lint: clean-up after parent commitZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* Merge #8820 from janlazo/vim-8.0.0671Justin M. Keyes2018-08-06
|\
| * lintJan Edmund Lazo2018-08-06
| * 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
| * edit: haveto_redraw (local variable) is boolJan Edmund Lazo2018-08-06
| * edit: can_cindent is boolJan Edmund Lazo2018-08-06
| * edit: fix variables in ins_mousescroll()Jan Edmund Lazo2018-08-06
| * globals: typebuf_was_filled is boolJan Edmund Lazo2018-08-06
| * vim-patch:8.0.1507: timer test is a bit flakyJan Edmund Lazo2018-08-05
| * vim-patch:8.0.0948: crash if timer closes window while dragging status lineJan Edmund Lazo2018-08-05
| * vim-patch:8.0.0722: screen is messed by timer up at inputlist() promptJan Edmund Lazo2018-08-05
| * vim-patch:8.0.0671: hang when typing CTRL-C in confirm() in timerJan Edmund Lazo2018-08-05
* | vim-patch:8.1.0240: g:actual_curbuf set in wrong scope (#8818)Daniel Hahler2018-08-06
|/
* eval, ex_getln: Fix incompatible pointer types (#8792)hyatskov2018-08-05
* syntax.h: fix include #8742Justin M. Keyes2018-08-05
* Merge #8742 vim-patch:8.0.0791,0831,1072,1078,1088Justin M. Keyes2018-08-04
|\
| * vim-patch:8.0.1088: occasional memory use after freeJan Edmund Lazo2018-07-29
| * vim-patch:8.0.1078: using freed memory with ":hi Normal"Jan Edmund Lazo2018-07-29
| * vim-patch:8.0.1072: :highlight command causes a redraw even when nothing changedJan Edmund Lazo2018-07-29
| * vim-patch:8.0.0831: with 8 colors the bold attribute is not set properlyJan Edmund Lazo2018-07-29
| * vim-patch:8.0.0791: terminal colors depend on the systemJan Edmund Lazo2018-07-29
* | Merge #8749 from janlazo/clint-tristateJustin M. Keyes2018-08-04
|\ \
| * | misc: refactor plines_win{,_nofill}()Jan Edmund Lazo2018-08-02
| * | fold: add const to foldSplit() variablesJan Edmund Lazo2018-08-02
| * | fold: add const to foldUpdateIEMSRecurse() varsJan Edmund Lazo2018-08-02
| * | fold: add const to foldUpdateIEMS() variablesJan Edmund Lazo2018-08-02
| * | fold: add const to checkSmall() variablesJan Edmund Lazo2018-08-02
| * | fold: declare and init vars in deleteFoldEntry()Jan Edmund Lazo2018-08-02
| * | fold: add const to foldMoveTo() variablesJan Edmund Lazo2018-08-02
| * | fold: add const to deleteFold() variablesJan Edmund Lazo2018-08-02
| * | fold: add const to hasFoldingWin() variablesJan Edmund Lazo2018-08-02
| * | 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
| * | hardcopy: refactor mch_print_start_line()Jan Edmund Lazo2018-08-01
| * | hardcopy: bold,italic,underline are TriStateJan Edmund Lazo2018-08-01
| * | fold: use_level,maybe_small are boolJan Edmund Lazo2018-08-01
| * | globals: virtual_op is TriStateJan Edmund Lazo2018-08-01
| * | fold: recursive in deleteFoldEntry() is boolJan Edmund Lazo2018-08-01
| * | fold: fold_changed is boolJan Edmund Lazo2018-08-01
| * | fold: finish in foldUpdateIEMSRecurse() is boolJan Edmund Lazo2018-08-01
| * | screen: screen_cleared is TriStateJan Edmund Lazo2018-08-01
| * | fold: lineFolded() is boolJan Edmund Lazo2018-08-01
| * | fold: check_closed() returns boolJan Edmund Lazo2018-08-01
| * | search: refactor variables in findmatchlimit()Jan Edmund Lazo2018-08-01