aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | memline: Fix “NULL pointer dereference” warningZyX2017-04-16
| * | | | | | memline: Silence “buffer underflow” warning, looks like false positiveZyX2017-04-16
| * | | | | | fileio: Simlify help files encoding detectionZyX2017-04-16
| * | | | | | hardcopy: Remove unneeded prt_do_conv assignmentZyX2017-04-16
| * | | | | | getchar: Fix if block indentationZyX2017-04-16
| * | | | | | ex_docmd: Remove unneeded if()ZyX2017-04-16
| * | | | | | ex_docmd: Remove :Ni! easter eggZyX2017-04-16
| * | | | | | ex_docmd: Remove excessive assignmentZyX2017-04-16
| * | | | | | farsi: Simplify conditionZyX2017-04-16
| * | | | | | eval: Fix position of buf declarationZyX2017-04-16
| * | | | | | eval: Remove unneeded !eap->skip checkZyX2017-04-16
| * | | | | | eval: Remove unneeded varp checkZyX2017-04-16
| * | | | | | eval: Remove unneeded varp checkZyX2017-04-16
| * | | | | | eval: Fix condition in f_serverstopZyX2017-04-16
| * | | | | | eval: Refactor nr2char()ZyX2017-04-16
| * | | | | | eval: Silence octal constant warningZyX2017-04-16
| * | | | | | eval: Fix useless NULL checkZyX2017-04-16
| * | | | | | eval: Refactor f_char2nrZyX2017-04-16
| * | | | | | eval: Fix V547: `d == NULL` was already checked at line 2986ZyX2017-04-16
| * | | | | | eval: Silence eap->skip false positivesZyX2017-04-16
| * | | | | | eval/typval_encode: Silence then/else equivalence warningZyX2017-04-16
| * | | | | | edit: Copy assert to before the warningZyX2017-04-16
| * | | | | | macros: Fix excessive checkZyX2017-04-16
| * | | | | | edit: Fix strange codeZyX2017-04-16
| * | | | | | digraph: Fix errors due to has_mbyte and friends being fixedZyX2017-04-16
| * | | | | | digraph: Ignore false positiveZyX2017-04-16
| * | | | | | diff: Silence -V519ZyX2017-04-16
| * | | | | | *: Silence some false positivesZyX2017-04-16
* | | | | | | Merge #6537 from justinmk/hlcursorJustin M. Keyes2017-04-18
|\ \ \ \ \ \ \
| * | | | | | | test: Cursor after `:hi clear|syntax reset`Justin M. Keyes2017-04-17
| * | | | | | | highlight: default Cursor to guibg=fg, guifg=bgMatthieu Coudron2017-04-17
|/ / / / / / /
* / / / / / / fold: foldMoveRange(): fix :move bug #6534Matthew Malcomson2017-04-17
|/ / / / / /
* | | | | | Merge #6219 from jbradaric/vim-7.4.2170Justin M. Keyes2017-04-16
|\ \ \ \ \ \
| * | | | | | eval.c: Code style fixesJurica Bradaric2017-04-15
| * | | | | | test_timers.vim: Adjust timing to handle difference in implementationJames McCoy2017-04-15
| * | | | | | vim-patch:7.4.2359James McCoy2017-04-06
| * | | | | | vim-patch:7.4.2332James McCoy2017-04-06
| * | | | | | vim-patch:7.4.2304James McCoy2017-04-06
| * | | | | | vim-patch:7.4.2281James McCoy2017-04-06
| * | | | | | Merge remote-tracking branch 'origin/master' into vim-7.4.2170James McCoy2017-04-05
| |\ \ \ \ \ \
| * | | | | | | vim-patch:7.4.2242Jurica Bradaric2017-03-20
| * | | | | | | vim-patch:7.4.2241Jurica Bradaric2017-03-20
| * | | | | | | vim-patch:7.4.2240Jurica Bradaric2017-03-20
| * | | | | | | version.c: Mark 7.4.2171 and 7.4.2181 as NA.Jurica Bradaric2017-03-20
| * | | | | | | vim-patch:7.4.2180Jurica Bradaric2017-03-20
| * | | | | | | vim-patch:7.4.2170Jurica Bradaric2017-03-20
* | | | | | | | Merge pull request #6493 from ZyX-I/pvs-scriptNikolai Aleksandrovich Pavlov2017-04-16
|\ \ \ \ \ \ \ \
| * | | | | | | | pvscheck: Add --recheck argumentZyX2017-04-10
| * | | | | | | | pvscheck: Do not use --depthZyX2017-04-10
| * | | | | | | | pvscheck: Do not trace helpZyX2017-04-10