aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | vim-patch:8.0.0206 (#7446)KunMing Xie2017-10-28
* | | | | | | | | | | test: :terminal + numberwidth=9Justin M. Keyes2017-10-28
* | | | | | | | | | | terminal: Account for number column (#5310)Sam Wilson2017-10-27
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #6967 from jamessan/icm-skip-modifiersJames McCoy2017-10-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | inccommand: Ignore leading modifiers in the commandJames McCoy2017-10-24
* | | | | | | | | | | :version : show Lua[Jit] version (#7436)Justin M. Keyes2017-10-24
|/ / / / / / / / / /
* | | | | | | | | | Merge #7430 'Ignore virtcols after 32000'Justin M. Keyes2017-10-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: tabstop=<big-number> #2838Justin M. Keyes2017-10-22
| * | | | | | | | | | plines_win_nofold(): Ignore virtcols after 32000th computation #3527Victor Adam2017-10-22
* | | | | | | | | | | Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | lua/executor: Fix crash when first string contains NUL and second notZyX2017-08-15
| * | | | | | | | | | lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
| * | | | | | | | | | lua/executor: Make stricmp function work with strings with NULsZyX2017-08-15
* | | | | | | | | | | :cquit : take an error code argument #7336Josh Leeb-du Toit2017-10-22
* | | | | | | | | | | vim-patch:8.0.0140 (#7428)KunMing Xie2017-10-22
* | | | | | | | | | | Merge #7420 'vim-patch:8.0.0962, 8.0.1019'Justin M. Keyes2017-10-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vim-patch:8.0.1019Justin M. Keyes2017-10-21
| * | | | | | | | | | | vim-patch:8.0.0962Justin M. Keyes2017-10-21
* | | | | | | | | | | | Merge #7030 'refactor/single-include'Justin M. Keyes2017-10-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | lintrelnod2017-10-19
| * | | | | | | | | | | | refactor/single-include: undo.hrelnod2017-10-19
| * | | | | | | | | | | | refactor/single-include: undo_defs.hrelnod2017-10-19
| * | | | | | | | | | | | refactor/single-include: syntax_defs.hrelnod2017-10-19
| * | | | | | | | | | | | refactor/single-include: regexp_defs.hrelnod2017-10-19
| * | | | | | | | | | | | refactor/single-include: terminal.hrelnod2017-10-19
* | | | | | | | | | | | | build: set MIN_LOG_LEVEL correctly (#7419)Justin M. Keyes2017-10-21
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | bufhl: support creating new groupsBjörn Linse2017-10-19
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #7404 from jamessan/vim-8.0.0118James McCoy2017-10-18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vim-patch:8.0.0118James McCoy2017-10-17
* | | | | | | | | | | | Merge #7399 ':checkhealth (built-in)'Justin M. Keyes2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | ex_checkhealth: call health#check() directlyJustin M. Keyes2017-10-17
| * | | | | | | | | | | doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
| * | | | | | | | | | | ex-cmds: :checkhealthJustin M. Keyes2017-10-17
* | | | | | | | | | | | Merge pull request #7372 from ckelsel/vim-8.0.0183James McCoy2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vim-patch:8.0.0183 NAckelsel2017-10-10
* | | | | | | | | | | | | Merge pull request #7313 from ckelsel/vim-8.0.0101James McCoy2017-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101ckelsel2017-10-10
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/neovim/neovim into vim-8.0.0101ckelsel2017-09-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | vim-patch:8.0.0106ckelsel2017-09-24
| * | | | | | | | | | | | | | vim-patch: 8.0.0104ckelsel2017-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | vim-patch:8.0.0101ckelsel2017-09-24
| * | | | | | | | | | | | | | | vim-patch:8.0.0102ckelsel2017-09-24
| * | | | | | | | | | | | | | | vim-patch:8.0.0101ckelsel2017-09-24
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge #7340 'menu_get: print keycodes'Justin M. Keyes2017-10-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Deal with NOP, add actext to outputKillTheMule2017-10-02
| * | | | | | | | | | | | | | | menu_get: prettyprint special charsKillTheMule2017-10-01
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | syntax: 'cursorline': revert priority change (#7400)Justin M. Keyes2017-10-16
| |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | ops: save and restore clipboard batch status when entering cmdline windowBjörn Linse2017-10-15
* | | | | | | | | | | | | | getcmdline_prompt: Temporarily disable msg_silent so prompt is displayedJames McCoy2017-10-14
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge #7327 from ckelsel/vim-8.0.0131Justin M. Keyes2017-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |