aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Merge #4231 'vim-patch:7.4.857'.Justin M. Keyes2016-03-02
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.857Jurica Bradaric2016-02-10
* | | | | | | | | | | Trigger TabNew before TabEnterMarco Hinz2016-03-01
* | | | | | | | | | | Merge PR #3657 'Correct max numbers of args for some functions'Marco Hinz2016-03-01
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tests: add function_spec.luaMarco Hinz2016-03-01
| * | | | | | | | | | | Correct max numbers of args for some functionsMarco Hinz2016-03-01
|/ / / / / / / / / / /
* | | | | | | | | | | Fix :%s/\n//Marco Hinz2016-03-01
* | | | | | | | | | | Doc: make definitions jumpableMarco Hinz2016-02-29
* | | | | | | | | | | Merge pull request #4304 from bfredl/yankBjörn Linse2016-02-29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clint.py: a function name starting with for is not a for statementBjörn Linse2016-02-29
| * | | | | | | | | | | ops.c: breakout shared register type formatting codeBjörn Linse2016-02-29
| * | | | | | | | | | | TextYankPost: add information to v:event and update testsBjörn Linse2016-02-29
| * | | | | | | | | | | eval: add v:event, which will contain data events want to propagate to their ...Björn Linse2016-02-29
| * | | | | | | | | | | Add TextYankPost and TextDeletePost autocmdsShougo Matsushita2016-02-29
* | | | | | | | | | | | Tests: fix according to lualintMarco Hinz2016-02-29
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4373 from justinmk/qfcrashJustin M. Keyes2016-02-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | coverity/56808: STRING_OVERFLOWJustin M. Keyes2016-02-28
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ci: Disable -Wc11-extensions on FreeBSDZyX2016-02-28
| * | | | | | | | | | | documentation: Add notes to eval.txt and vim_diff.txtZyX2016-02-21
| * | | | | | | | | | | runtime/msgpack: Fix msgpack#string that expects old string() behaviorZyX2016-02-02
| * | | | | | | | | | | functests: Add string() function testsZyX2016-02-02
| * | | | | | | | | | | eval: Return different values when dividing by zeroZyX2016-02-02
| * | | | | | | | | | | eval: Use str2float() to represent inf and nan valuesZyX2016-02-02
* | | | | | | | | | | | Merge pull request #4364 from ZyX-I/proper-e-termJustin M. Keyes2016-02-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | functests: Improve screen:expect error reportingZyX2016-02-28
| * | | | | | | | | | | | functests: Make test more robustZyX2016-02-28
| * | | | | | | | | | | | functests: Make sure that setting scrollback size works from TermOpenZyX2016-02-28
| * | | | | | | | | | | | main: Move term:// protocol name to a macrosZyX2016-02-28
| * | | | | | | | | | | | main: Make using :edit term:// run TermOpen eventZyX2016-02-28
| * | | | | | | | | | | | Revert "Merge pull request #4362 from justinmk/termopen"ZyX2016-02-28
* | | | | | | | | | | | | Merge pull request #4289 from phanimahesh/refactor/wconversion/ex_cmds2.cBjörn Linse2016-02-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ex_cmds2.c:style: silence clint after -Wconversion changesJ Phani Mahesh2016-02-27
| * | | | | | | | | | | | enable -Wconversion for ex_cmds2.cJ Phani Mahesh2016-02-27
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4362 from justinmk/termopenJustin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | term: publish TermOpen in "e term://" handler.Justin M. Keyes2016-02-23
* | | | | | | | | | | | | Merge pull request #4358 from jbradaric/vim-7.4.1112Justin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | vim-patch:7.4.1112Jurica Bradaric2016-02-27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4361 from watiko/vim-nasJustin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | version.c: Mark vim-patches NAwatiko2016-02-28
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4332 from Jun-T/editorconfigJustin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add .editorconfigJun T2016-02-23
* | | | | | | | | | | | Avoid internal errors with setloclist()Marco Hinz2016-02-26
* | | | | | | | | | | | Merge pull request #4277 from Jun-T/lang2localeJustin M. Keyes2016-02-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | build: install *.mo into the "standard" directoryJun T2016-02-23
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4335 from HarmtH/update-docJustin M. Keyes2016-02-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Correct documention on order autocmdsHarm te Hennepe2016-02-23
* | | | | | | | | | | | Merge pull request #4274 from DarkDefender/patch-1Justin M. Keyes2016-02-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix terminal true color bold colorsSebastian Parborg2016-02-23
* | | | | | | | | | | | | Merge pull request #4346 from bfredl/minilintJustin M. Keyes2016-02-25
|\ \ \ \ \ \ \ \ \ \ \ \ \