aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #4604 from dbarnett/vim-60cce2fJustin M. Keyes2016-04-19
|\ \ \ \ | | | | | | | | | | vim-patch:60cce2f
| * | | | vim-patch:60cce2fDavid Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
* | | | | doc: remove redundant, outdated section.Justin M. Keyes2016-04-19
|/ / / / | | | | | | | | | | | | The new content from bf635102 is retained.
* | | | vim-patch:ca63501David Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | Update various runtime files. https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
* | | | Merge pull request #4602 from dbarnett/vim-12969c0Justin M. Keyes2016-04-19
|\ \ \ \ | | | | | | | | | | vim-patch:12969c0
| * | | | vim-patch:12969c0David Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation and syntax files. https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
* | | | | Merge #4553Justin M. Keyes2016-04-18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: remote/define.vim: rangeCase Nelson2016-04-18
| | | | |
| * | | | remote/define.vim: support remote function "range"Paul Jolly2016-04-18
| | | | |
* | | | | Merge pull request #4601 from dbarnett/vim-f913281Justin M. Keyes2016-04-19
|\ \ \ \ \ | |/ / / / |/| | | | vim-patch:f913281 (runtime/doc/)
| * | | | vim-patch:f913281 (runtime/doc/)David Barnett2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
* | | | | Fix loading remote plugin errorShougo Matsushita2016-04-19
|/ / / /
* | | | rplugin: Ignore modeline while chaining eventsDan Elkouby2016-04-18
| | | |
* | | | vim-patch:fc39ec (runtime/filetype.vim)David Barnett2016-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/fc39ecf8ded5466d7e9cbde8db75517718b023d8 Add remaining runtime/filetype.vim changes that were missing in 289588.
* | | | Merge pull request #4594 from dbarnett/vim-88774fJustin M. Keyes2016-04-17
|\ \ \ \ | | | | | | | | | | vim-patch:88774f
| * | | | vim-patch:88774fDavid Barnett2016-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files and Italian messages. https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
* | | | | documentation: Update assert_{false,true}() and empty() documentationZyX2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removes a note regarding the performance of `empty(long_list)` vs `len(long_list) == 0` because this has nothing to do with the actual state: first checks that list is not NULL and pointer to its first element is also not NULL, second gets length by comparing list with NULL and falls back to `tv->vval.v_list->lv_len` if not. `len(long_list)` *may* still be *slightly* slower, but the slow down has nothing to do with the length of the list, is hardly noticeable and depends on how good compiler is at inlining and what exactly have author of the plugin written (I mean `len(long_list) == 0` vs `empty(long_list)` vs `!len(long_list)`).
* | | | | documentation,functests: State that UTF-8-only support is intentionalZyX2016-04-18
| | | | |
* | | | | documentation: Update type() documentationZyX2016-04-18
| | | | |
* | | | | eval: Rename json* functions to json_*ZyX2016-04-18
| | | | |
* | | | | eval: Port parts of 7.4.1267 that are not already presentZyX2016-04-18
| | | | |
* | | | | eval: Remove v:noneZyX2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | To get v:none back just rever this commit. This will not make json*() functions compatible with Vim though.
* | | | | doc: Update documentation regarding converting from/to &encodingZyX2016-04-18
| | | | |
* | | | | eval/decode: Make msgpackparse() function use new v: varsZyX2016-04-18
| | | | |
* | | | | eval: Add jsondecode() functionZyX2016-04-18
| | | | |
* | | | | runtime/msgpack: Add support for special valuesZyX2016-04-18
| | | | |
* | | | | eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
| | | | |
* | | | | eval: Add jsonencode() functionZyX2016-04-18
|/ / / / | | | | | | | | Ref #3471
* | | | Merge pull request #4585 from dbarnett/vim-fc39ecJustin M. Keyes2016-04-17
|\ \ \ \ | | | | | | | | | | vim-patch:fc39ec
| * | | | vim-patch:fc39ecDavid Barnett2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/fc39ecf8ded5466d7e9cbde8db75517718b023d8
* | | | | clipboard: support "lemonade" toolShougo Matsushita2016-04-17
|/ / / /
* | | | test: defaults_spec.luaJustin M. Keyes2016-04-15
| | | |
* | | | Merge pull request #4562 from dbarnett/vim-f2571cJustin M. Keyes2016-04-11
|\ \ \ \ | | | | | | | | | | vim-patch:f2571c
| * | | | vim-patch:f2571cDavid Barnett2016-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/f2571c61d5aa05682ae4d358e625348b61adc861
* | | | | Merge pull request #4559 from ZyX-I/undodir-undo-doc-updateJustin M. Keyes2016-04-11
|\ \ \ \ \ | |/ / / / |/| | | | documentation: Update information about default location of undo files
| * | | | documentation: Update information about default location of undo filesZyX2016-04-11
| | | | |
* | | | | Merge pull request #4555 from justinmk/spellJustin M. Keyes2016-04-10
|\ \ \ \ \ | | | | | | | | | | | | spell: fix SpellFileMissing handler
| * | | | | spell: Fix argument and avoid redundant prompt.Justin M. Keyes2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #3027 we deferred the "missing spell file" prompt until VimEnter, but we were sending the wrong argument (should be "en", not "en_us"). This also caused redundant prompts if user answers "No" to the download prompt invoked by the SpellFileMissing event. Closes #3966 Closes #4406
| * | | | | spellfile.vim: less pesteringJustin M. Keyes2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Always auto-create spell/ directory, don't ask. - Don't ask where to put .spl file if only 1 choice exists. - Always download .sug file, don't ask. - Use blackhole register for :delete and :g//d. - Formatting: expand tabs.
* | | | | | Merge pull request #4505 from watiko/vim-runtimesJustin M. Keyes2016-04-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | vim-patch:86ae720,f913281,dd1616e
| * | | | | vim-patch:dd1616ewatiko2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct optwin script, update PHP complete. https://github.com/vim/vim/commit/dd1616e6cedf798a5e6db3bf8cec1fc79a0481d0
| * | | | | vim-patch:f913281watiko2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
| * | | | | vim-patch:86ae720watiko2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/86ae720d7567fcbbe40f00cf136c797953f21038
* | | | | | Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.1105
| * | | | | | eval: Update documentation.Jurica Bradaric2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extracted from vim-patch:da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
* | | | | | | doc: formatting #4543Chiel Kooijman2016-04-08
| | | | | | |
* | | | | | | doc: Fix tiny typo in :bufdo sectionPanashe Fundira2016-04-08
| |_|/ / / / |/| | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge pull request #4508 from Xerkus/hotfix/remote-plugins-wrong-conditionJustin M. Keyes2016-04-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix condition for lazy loading remote plugins defintions
| * | | | | | rplugin: Fix wrong condition for lazy loading remote pluginsAleksei Khudiakov2016-03-31
| | |/ / / / | |/| | | |
* / | | | | vim-patch:7.4.1425Shougo Matsushita2016-04-02
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata) https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd