aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | Merge #9466 from janlazo/vim-8.1.0696Justin M. Keyes2019-01-07
|\ \ \ \ \ \
| * | | | | | lintJan Edmund Lazo2019-01-07
| * | | | | | vim-patch:8.1.0696: when test_edit fails 'insertmode' may not be resetJan Edmund Lazo2019-01-06
|/ / / / / /
* | | | | | editorconfig: set default tab width to 8 (#9467)Jan Edmund Lazo2019-01-07
* | | | | | Merge #9459 from janlazo/vim-8.1.0677Justin M. Keyes2019-01-06
|\ \ \ \ \ \
| * | | | | | vim-patch:8.1.0685: get_buf_tv() is named inconsistentlyJan Edmund Lazo2019-01-05
| * | | | | | vim-patch:8.1.0687: sentence text object in Visual mode is not testedJan Edmund Lazo2019-01-05
| * | | | | | vim-patch:8.1.0677: look-behind match may use the wrong line numberJan Edmund Lazo2019-01-05
* | | | | | | Merge #8604 from janlazo/vim-8.0.0286Justin M. Keyes2019-01-06
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.1.0683: spell highlighting does not always endJan Edmund Lazo2019-01-05
| * | | | | | | vim-patch:8.1.0674: leaking memory when updating a single lineJan Edmund Lazo2019-01-05
| * | | | | | | vim-patch:8.0.0286: not always redrawing after screen resizeJan Edmund Lazo2019-01-05
| |/ / / / / /
* | | | | | | Merge #9458 from justinmk/pvs-warningsJustin M. Keyes2019-01-06
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-05
| * | | | | | PVS/V547: Expression is always falseJustin M. Keyes2019-01-05
| * | | | | | PVS/V1026: normal.c: signed integer overflowJustin M. Keyes2019-01-05
| * | | | | | PVS/V547: indent.c: xmalloc() never returns NULLJustin M. Keyes2019-01-05
|/ / / / / /
* | | | | | Merge #9454 from justinmk/pvs-warningsJustin M. Keyes2019-01-04
|\ \ \ \ \ \
| * | | | | | PVS/V547: window.c: Expression is always trueJustin M. Keyes2019-01-04
| * | | | | | PVS/V547: viml/parser/expressions.c: Expression is always trueJustin M. Keyes2019-01-04
| * | | | | | PVS/V751: tui.c, Parameter is not usedJustin M. Keyes2019-01-04
| * | | | | | PVS/V535: shada.c: variable reassigned in inner loopJustin M. Keyes2019-01-04
| * | | | | | PVS/V547: diff.c: xmalloc() never returns NULLJustin M. Keyes2019-01-04
| * | | | | | PVS/V547: diff.c: Expression is always trueJustin M. Keyes2019-01-04
| * | | | | | PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-04
|/ / / / / /
* | | | | | release.sh: Format issue-numbers in descriptions [ci skip]Justin M. Keyes2019-01-04
* | | | | | release.sh: fix exclusion pattern [ci skip]Justin M. Keyes2019-01-04
* | | | | | Merge #9451 from justinmk/buildJustin M. Keyes2019-01-04
|\ \ \ \ \ \
| * | | | | | build: remove cmake/GenerateHelptags.cmake.inJustin M. Keyes2019-01-04
| * | | | | | build: fix `doc_html` targetJustin M. Keyes2019-01-04
|/ / / / / /
* | | | | | Merge #9446 'Visual: highlight char-at-cursor'Justin M. Keyes2019-01-04
|\ \ \ \ \ \
| * | | | | | Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
| * | | | | | remove check_visual_highlight()Justin M. Keyes2019-01-04
|/ / / / / /
* | | | | | Merge pull request #9447 from janlazo/vim-8.1.0651James McCoy2019-01-03
|\ \ \ \ \ \
| * | | | | | vim-patch:8.1.0653: arglist test fails on MS-windowsJan Edmund Lazo2019-01-03
| * | | | | | vim-patch:8.1.0651: :args \"foo works like :args without argumentJan Edmund Lazo2019-01-03
|/ / / / / /
* | | | | | Merge #9425 'build: enable -Wshadow'Justin M. Keyes2019-01-03
|\ \ \ \ \ \
| * | | | | | UGRID_FOREACH_CELL: avoid shadowed variablesJustin M. Keyes2019-01-02
| * | | | | | build: enable -WshadowJustin M. Keyes2019-01-02
* | | | | | | TUI: Do not disable BCE for builtin terminfos (#9443)Justin M. Keyes2019-01-02
|/ / / / / /
* | | | | | Merge pull request #9438 from jamessan/revert-pynvimJames McCoy2019-01-02
|\| | | | |
| * | | | | health/provider: Check for available pynvim when neovim module missingJames McCoy2019-01-01
| * | | | | python#CheckForModule: Use the given module string instead of hard-coding pynvimJames McCoy2019-01-01
| * | | | | {health,provider}/python: Import the neovim, rather than pynvim, moduleJames McCoy2019-01-01
| | |/ / / | |/| | |
* | | | | vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173)David Jimenez2019-01-02
* | | | | Merge pull request #9434 from bfredl/multigrid_fixesBjörn Linse2019-01-01
|\ \ \ \ \
| * | | | | popupmenu: fix positioning with vsplitsBjörn Linse2019-01-01
| * | | | | multigrid: do all adjustment in screen.cBjörn Linse2019-01-01
* | | | | | Merge pull request #9436 from jamessan/more-fragile-testsJames McCoy2019-01-01
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Mark "shell command :! throttles shell-command output greater than ~10KB" fra...James McCoy2019-01-01