aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | API: add nvim_buf_is_loaded() #7688Peter Hodge2018-07-25
| * | API: buf_get_lines, buf_line_count handle unloaded buffers #7688Peter Hodge2018-07-25
* | | system(): handle profiling and 'verbose' #8730Marcos Almeida2018-07-29
* | | Merge pull request #8770 from janlazo/vim-8.0.0726Justin M. Keyes2018-07-29
|\ \ \
| * | | vim-patch:8.1.0111: .po files do not use recommended namesJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.1839: script to check .po file doesn't check for plural headerJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.1778: script to check translations does not always workJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.0835: translations check with msgfmt does not workJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.0830: translating messages is not idealJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.0794: checking translations fails with multiple NLJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.0734: the script to check translations can be improvedJan Edmund Lazo2018-07-23
| * | | vim-patch:8.0.0726: translations cleanup script is too conservativeJan Edmund Lazo2018-07-23
* | | | log.c: Fix possible truncation in buffer (#8791)hyatskov2018-07-29
* | | | lintJan Edmund Lazo2018-07-27
* | | | screen: add const and reindent update_debug_signs()Jan Edmund Lazo2018-07-27
* | | | vim-patch:8.0.0837: signs can be drawn on top of console messagesJan Edmund Lazo2018-07-27
* | | | Merge pull request #8789 from bfredl/updatehlBjörn Linse2018-07-27
|\ \ \ \
| * | | | screen.c: add update_window_hl to special redrawing entrypointsBjörn Linse2018-07-27
* | | | | Merge pull request #8767 from janlazo/vim-8.0.0493James McCoy2018-07-27
|\ \ \ \ \
| * | | | | file_search: free stackp if vim_findfile() failedJan Edmund Lazo2018-07-24
| * | | | | vim-patch:8.0.0493: crash with cd command with very long argumentJan Edmund Lazo2018-07-22
* | | | | | Merge pull request #8485 from janlazo/vim-8.0.1012James McCoy2018-07-27
|\ \ \ \ \ \
| * | | | | | vim-patch:8.0.1017: test for MS-Windows $HOME always passesJan Edmund Lazo2018-07-24
| * | | | | | vim-patch:8.0.1012: MS-Windows: problem with $HOME when is was set internallyJan Edmund Lazo2018-07-24
| * | | | | | vim-patch:8.0.0810: MS-Windows: tests still hangJan Edmund Lazo2018-07-24
| * | | | | | vim-patch:8.0.0806: tests may try to create XfakeHOME twiceJan Edmund Lazo2018-07-24
| * | | | | | vim-patch:8.0.0805: GUI test fails with gnome2Jan Edmund Lazo2018-07-24
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8769 from janlazo/vim-8.0.1502James McCoy2018-07-27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | vim-patch:8.0.1622: possible NULL pointer dereferenceJan Edmund Lazo2018-07-23
| * | | | | vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
| * | | | | vim-patch:8.0.1502: in out-of-memory situation character is not restoredJan Edmund Lazo2018-07-23
| | |_|/ / | |/| | |
* | | | | tui: clip invalid regions on resize (#8779), fixes #8774Björn Linse2018-07-26
* | | | | log.c: format: paddingJustin M. Keyes2018-07-25
* | | | | log.c: ISO 8601 date/timeJustin M. Keyes2018-07-24
* | | | | log.c: include millisecondsJustin M. Keyes2018-07-24
* | | | | log.c: message formatJustin M. Keyes2018-07-24
* | | | | rename: os_get_localtime => os_localtimeJustin M. Keyes2018-07-24
| |/ / / |/| | |
* | | | ui: fix glitches where scrolling region affects clearing of screenBjörn Linse2018-07-24
* | | | screen.c: fix redrawing tabline when messages overflow screenBjörn Linse2018-07-24
|/ / /
* | | build: Enable LTO (Link Time Optimization) #8654zhou132018-07-23
* | | Merge #8589 'VimL: Remove legacy v:xx aliases'Justin M. Keyes2018-07-23
|\ \ \
| * | | Make "v:errmsg", "v:shell_error" and "v:this_session" distinctShougo Matsushita2018-07-23
| |/ /
* | | vim-patch:8.0.1765: CTRL-G j in Insert mode is incorrect when 'virtualedit' s...Jan Edmund Lazo2018-07-23
* | | Merge #8753 from janlazo/vim-8.0.0724Justin M. Keyes2018-07-23
|\ \ \
| * | | vim-patch:8.0.1799: no test for :registers commandJan Edmund Lazo2018-07-17
| * | | vim-patch:8.0.0727: message about what register to yank into is not translatedJan Edmund Lazo2018-07-17
| * | | vim-patch:8.0.0724: the message for yanking doesn't indicate the registerJan Edmund Lazo2018-07-17
* | | | vim-patch:8.0.1398: :packadd does not load packages from the "start" director...Jan Edmund Lazo2018-07-23
| |/ / |/| |
* | | ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* | | ui: add TODO for non-working terminal linewrapBjörn Linse2018-07-21