aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | man.vim: accept [count] for section number.Justin M. Keyes2015-09-23
| * | test: K, 'keywordprg'Justin M. Keyes2015-09-23
| * | nv_ident: sprintf => snprintfJustin M. Keyes2015-09-23
| * | man.vim: window-local optionsJustin M. Keyes2015-09-23
| * | man.vim: man#get_page(): parse page and section.Justin M. Keyes2015-09-23
| * | man.vim: convert ftplugin to actual plugin.Justin M. Keyes2015-09-23
| * | 'keywordprg': support ex commandsJustin M. Keyes2015-09-23
| * | build: remove USEMAN_SJustin M. Keyes2015-09-23
|/ /
* | Merge pull request #3289 from fmoralesc/update-jemallocFelipe Morales2015-09-22
|\ \ | |/ |/|
| * third-party: update jemalloc to 4.0.2Felipe Morales2015-09-22
|/
* Merge pull request #3359 from ZyX-I/fix-msgpackJustin M. Keyes2015-09-19
|\
| * eval/msgpackparse(): Fix crash by adding return at errorZyX2015-09-19
| * functests: Test how msgpack\* functions behave with invalid inputZyX2015-09-19
| * functests: Split msgpack\* function tests into three groups:ZyX2015-09-19
| * functests/helpers: Add exc_exec function that checks the exceptionZyX2015-09-19
|/
* Merge PR #3309 'Fixes for 0.1'Thiago de Arruda2015-09-18
|\
| * terminal: Don't store a buf_T reference in the terminal structThiago de Arruda2015-09-18
| * terminal: Run screen refresh timer in a deferred queueThiago de Arruda2015-09-18
| * ugrid: Increase cell size to allow unicode compositionThiago de Arruda2015-09-18
| * terminal: Don't enter terminal mode from `:normal`Thiago de Arruda2015-09-18
| * eval: Fix `ex_delfunction` to use the `uf_refcount` field properlyThiago de Arruda2015-09-18
| * regexp: Fix invalid multibyte reads at end of stringsThiago de Arruda2015-09-18
| * os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
| * ui_bridge: Fix passing NULL pointer to memcpyThiago de Arruda2015-09-18
|/
* Merge pull request #3353 from yagebu/docs-miscJustin M. Keyes2015-09-17
|\
| * options: unify undolevels defaultJakob Schnitzer2015-09-17
| * doc: mark 'toolbar' and 'toolbariconsize' as removed.Jakob Schnitzer2015-09-17
| * doc: feature-refs cleanupJakob Schnitzer2015-09-17
* | Merge pull request #3351 from fwalch/provider/pythonx-error-messageJustin M. Keyes2015-09-17
|\ \ | |/ |/|
| * provider/pythonx: Improve detection code and error messages.Florian Walch2015-09-17
|/
* Merge pull request #3106 from bfredl/nowaitreturnBjörn Linse2015-09-16
|\
| * api: vim_err_write: add tests for multiline handlingBjörn Linse2015-09-16
| * api: vim_err_write: don't wait for return in the middle of a messageBjörn Linse2015-09-16
|/
* loop: Free the parent queue last when destroying the loopThiago de Arruda2015-09-16
* host.vim: expand $MYVIMRC. #3342Jonathan Skeate2015-09-14
* Merge pull request #3331 from yagebu/python-no-cwd-importJustin M. Keyes2015-09-14
|\
| * python: remove current working directory from pathJakob Schnitzer2015-09-14
|/
* remove HAVE_DUP #1072Justin M. Keyes2015-09-12
* term: Do not highlight bold text by default. #3333Enrico Ghirardi2015-09-12
* Merge pull request #3322 from oni-link/fix.memory.leak.2Justin M. Keyes2015-09-10
|\
| * path.c: Fix memory leak in expand_wildcards().oni-link2015-09-09
* | test: update lua client to 0.0.1-14Justin M. Keyes2015-09-10
* | test: update lua client to 0.0.1-13 #3281Justin M. Keyes2015-09-10
* | Windows: Only link against libm, libutil on Unix. #3324Rui Abreu Ferreira2015-09-10
* | runtime: remove dvorak macro #3325Justin M. Keyes2015-09-10
* | Merge #3297 'move.c refactor'Justin M. Keyes2015-09-10
|\ \
| * | Scope variables in move.cNicolas Cornu2015-09-08
| * | Replace TRUE/FALSE with true/false in move.cNicolas Cornu2015-09-08
| * | hasFolding return bool nowNicolas Cornu2015-09-08
| * | hasFoldingWin now return boolNicolas Cornu2015-09-08