aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | docJustin M. Keyes2016-10-12
* | | | | | | | | vim-patch:7.4.2274 (#5439)Harm te Hennepe2016-10-12
* | | | | | | | | ui: Blank the next cell for any multi-cell characterJames McCoy2016-10-12
* | | | | | | | | Merge pull request #5461 from jamessan/emoji-ui-regressionJames McCoy2016-10-12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ui: Fix the call to utf_ambiguous_widthJames McCoy2016-10-11
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #5467 from jszakmeister/prevent-in-tree-buildsJohn Szakmeister2016-10-12
|\ \ \ \ \ \ \ \
| * | | | | | | | build: prevent in-tree builds for the time being, as it's not supportedJohn Szakmeister2016-10-11
* | | | | | | | | Merge pull request #5466 from jszakmeister/fix-generated-files-for-in-tree-buildJohn Szakmeister2016-10-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | build: fix generated file paths when building in-treeJohn Szakmeister2016-10-11
| |/ / / / / / / /
* | | | | | | | | Merge #5463 from justinmk/te-skip-writesJustin M. Keyes2016-10-12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | eval/term_write(): Skip writes if stream was closed.Justin M. Keyes2016-10-12
| * | | | | | | | test/terminal: Cover race when :term shell process exits.Justin M. Keyes2016-10-12
|/ / / / / / / /
* | | | | | | | UpdateRemotePlugins: Discard duplicate paths. (#5464)Shougo2016-10-12
* | | | | | | | Merge pull request #5457 from jamessan/wincmd-countJames McCoy2016-10-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | window: Fix cmd_with_count's formatting when sizeof(long) != 8James McCoy2016-10-11
|/ / / / / / /
* | | | | | | Merge pull request #5411 from P4Cu/vim-7.4.1549James McCoy2016-10-08
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:7.4.1549Andrzej Pacanowski2016-09-30
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5447 from mhinz/makefile/add-prefixJames McCoy2016-10-08
|\ \ \ \ \ \ \
| * | | | | | | Makefile: add PREFIX variableMarco Hinz2016-10-08
* | | | | | | | Merge pull request #5451 from jamessan/set-username-hostnameJames McCoy2016-10-08
|\ \ \ \ \ \ \ \
| * | | | | | | | config: Allow setting USERNAME/HOSTNAME from the environmentJames McCoy2016-10-08
|/ / / / / / / /
* | | | | | | | Merge #5428 'vim-patch: 0c1ff16, 939a1ab, 8067a64'.Justin M. Keyes2016-10-08
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | vim-patch:0c1ff16Shougo Matsushita2016-10-04
| * | | | | | | vim-patch:939a1abShougo Matsushita2016-10-04
| * | | | | | | vim-patch:8067a64Shougo Matsushita2016-10-04
| | |/ / / / / | |/| | | | |
* | | | | | | CheckHealth: choose correct path for the latest version (#5446)Marco Hinz2016-10-08
* | | | | | | hardcopy.c: Fix -Wmaybe-uninitialized warning.Justin M. Keyes2016-10-08
* | | | | | | lint: Removing dead initializations #5410Patrick Jackson2016-10-08
| |_|/ / / / |/| | | | |
* | | | | | Merge #5444 from malept/dont-hardcode-python3-in-checkhealthJustin M. Keyes2016-10-07
|\ \ \ \ \ \
| * | | | | | health: fix Python 2 variable namesMark Lee2016-10-06
| * | | | | | health: remove duplicate nvim_path declarationMark Lee2016-10-06
* | | | | | | tui/flush_buf: Don't toggle cursor when called from out() #5436Florian Larysch2016-10-06
|/ / / / / /
* | | | | | version.c: mark NA patches (#5380)Shougo2016-10-06
* | | | | | doc/vim_diff.txt (#5432)Justin M. Keyes2016-10-06
| |_|/ / / |/| | | |
* | | | | Merge pull request #5366 from NovaDev94/vim-7.4.1740James McCoy2016-10-04
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vim-patch:7.4.1740Nova2016-09-22
* | | | | tui/terminfo_start: Default to normal-mode cursor shape. (#5419)Justin M. Keyes2016-10-02
* | | | | ci: .travis.yml: Minimize scope of osx_image directive. (#5420)Justin M. Keyes2016-10-02
* | | | | event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
| |/ / / |/| | |
* | | | Merge pull request #5409 from jamessan/toplevel-stateJames McCoy2016-09-30
|\ \ \ \
| * | | | Correct logic for setting NormalState.toplevelJames McCoy2016-09-30
|/ / / /
* | | | Merge pull request #5358 from jbradaric/vim-7.4.1679James McCoy2016-09-28
|\ \ \ \
| * | | | vim-patch:7.4.1681Jurica Bradaric2016-09-28
| * | | | vim-patch:7.4.1679Jurica Bradaric2016-09-28
| * | | | vim-patch:7.4.1648Jurica Bradaric2016-09-28
|/ / / /
* | | | Merge #5395 from justinmk/logJustin M. Keyes2016-09-28
|\ \ \ \
| * | | | log.c: align/adjust layoutJustin M. Keyes2016-09-28
| * | | | tui: Move ui_bridge module to tui/ namespace.Justin M. Keyes2016-09-28
| * | | | doc: minor comment tweaksJustin M. Keyes2016-09-28
|/ / / /
* | | | Merge pull request #5389 from bfredl/apifixBjörn Linse2016-09-27
|\ \ \ \