aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | window.c: change return types to boolCharles Joachim2016-01-25
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4097 from fmoralesc/4071Felipe Morales2016-01-25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | plugin/tutor: Fix locale handlingFelipe Morales2016-01-25
|/ / / / / / / /
* | | | | | | | Merge pull request #4095 from justinmk/coverity134885Justin M. Keyes2016-01-25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | coverity/134885: Using uninitialized valueJustin M. Keyes2016-01-24
|/ / / / / / /
* | | | | | | Merge pull request #4069 from jusga/vim-7.4.680Justin M. Keyes2016-01-24
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:dbcf19dJustin Gassner2016-01-23
| * | | | | | | vim-patch:7.4.680Justin Gassner2016-01-22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4073 from jbradaric/vim-7.4.654Justin M. Keyes2016-01-24
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:7.4.654Jurica Bradaric2016-01-22
* | | | | | | | Merge pull request #4089 from jbradaric/vim-7.4.722Florian Walch2016-01-24
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch:7.4.722Jurica Bradaric2016-01-24
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4090 from jbradaric/vim-7.4.739Florian Walch2016-01-24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | vim-patch:7.4.739Jurica Bradaric2016-01-24
|/ / / / / / /
* | | | | | | Merge pull request #4072 from jbradaric/vim-7.4.642Justin M. Keyes2016-01-23
|\ \ \ \ \ \ \
| * | | | | | | window: Skip backslash only if followed by spaceJurica Bradaric2016-01-22
| * | | | | | | window: Fix code style.Jurica Bradaric2016-01-22
| * | | | | | | window: Fix linter errors.Jurica Bradaric2016-01-22
| * | | | | | | vim-patch:7.4.642Jurica Bradaric2016-01-22
| |/ / / / / /
* | | | | | | Merge pull request #4007 from brcolow/vim-7.4.718Justin M. Keyes2016-01-23
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:7.4.718Michael Ennen2016-01-22
* | | | | | | | Merge pull request #4078 from jbradaric/vim-7.4.685Justin M. Keyes2016-01-23
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch:7.4.685Jurica Bradaric2016-01-23
|/ / / / / / / /
* | / / / / / / vim-patch:5837f1f #4066Justin Gassner2016-01-23
| |/ / / / / / |/| | | | | |
* | | | | | | cmake: Search for both libmsgpackc and libmsgpack #4075James McCoy2016-01-22
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #4012 from jbradaric/vim-7.4.729Justin M. Keyes2016-01-21
|\ \ \ \ \ \
| * | | | | | Add eol to listchars for mouse specification testsJurica Bradaric2016-01-19
| * | | | | | screen: Fix linting errorsJurica Bradaric2016-01-19
| * | | | | | vim-patch:7.4.729Jurica Bradaric2016-01-19
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4054 from watiko/vim-7.4.603Justin M. Keyes2016-01-21
|\ \ \ \ \ \
| * | | | | | vim-patch:7.4.603watiko2016-01-20
| |/ / / / /
* | | | | | Merge pull request #4049 from watiko/vim-7.4.616Justin M. Keyes2016-01-21
|\ \ \ \ \ \
| * | | | | | tests: Migrate legacy test 39.watiko2016-01-21
| * | | | | | vim-patch:7.4.616watiko2016-01-19
| |/ / / / /
* | | | | | test: printf_spec: fix missing setupJustin M. Keyes2016-01-21
* | | | | | Merge #3916 "Add support for binary numbers".Justin M. Keyes2016-01-21
|\ \ \ \ \ \
| * | | | | | Fix lint issuesJason Schulz2016-01-15
| * | | | | | Add support for binary numbersJason Schulz2016-01-15
* | | | | | | vim-patch.sh: List in chronological order. #4034Florian Walch2016-01-20
* | | | | | | Merge pull request #4061 from Pyrohh/docMichael Reed2016-01-20
|\ \ \ \ \ \ \
| * | | | | | | doc: The ":drop" command is always availableMichael Reed2016-01-20
* | | | | | | | Merge pull request #4052 from sethjackson/anchorMichael Reed2016-01-20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | gitignore: Anchor errors.jsonSeth Jackson2016-01-19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3944 from bfredl/detachBjörn Linse2016-01-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | job control: don't kill PTY processes on exitBjörn Linse2016-01-20
| * | | | | | job control: add tests for 'jobpid' and 'detach'Björn Linse2016-01-20
| * | | | | | job control: implement jobpid() to get PID of jobBjörn Linse2016-01-20
| * | | | | | clipboard: Detach clipboard helper, so contents is kept after nvim exitBjörn Linse2016-01-20
| * | | | | | job control: add 'detach' option to jobstartBjörn Linse2016-01-20
|/ / / / / /
* | | | | | Merge pull request #4046 from strokirk/fix-redirectstream-iobaseJustin M. Keyes2016-01-18
|\ \ \ \ \ \