aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
...
* | | vim-patch:7.4.1015James McCoy2016-05-06
|/ / | | | | | | | | | | | | | | | | Problem: The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. Solution: Set the curswant flag. (Christian Brabandt). Also fix highlighting the match of the character before the cursor. https://github.com/vim/vim/commit/c21d67e33c1b42a492e04788cbb14a23a6724e39
* | Merge pull request #4540 from KillTheMule/vim-patch-1236Justin M. Keyes2016-05-04
|\ \ | | | | | | vim-patch: 7.4.1236
| * | vim-patch:7.4.1236pips.linux2016-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When "syntax manual" was used switching between buffers removes the highlighting. Solution: Set the syntax option without changing the value. (Anton Lindqvist) https://github.com/vim/vim/commit/885f24fbcae2a39ae496ffb3a1e139379be8fae1 Patch applied cleanly to the nvim sources except for version.c.
* | | Fix typo that seems to have been around foreverKillTheMule2016-05-04
| | | | | | | | | | | | | | | | | | Could not find when it was fixed in the vim source, it originates in 7.001, and is fixed as of today, but my git-fu did not discern a relevant patch. I don't think it matters much.
* | | vim-patch:256972aKillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b Missing files in runtime/doc: todo.txt, tags. Patch to runtime/doc/syntax.txt was applied manually in part, for no discernible reason.
* | | vim-patch:2c5e8e8KillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83 Missing files in runtime/doc: if_ruby.txt, tags, todo.txt. Ignored changes to runtime/syntax/vim.vim.
* | | vim-patch:d042dc8KillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9 Missing in runtime/doc: hangulin.txt, tags, todo.txt. The changes to options.txt do not apply for nvim. man.vim is very different in nvim, some changes applied manually, others discarded.
* | | vim-patch:e392eb4KillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/e392eb41f8dfc01bd13634e534ac6b4d505326f4 Files runtime/doc/tags and runtime/doc/todo.txt did not exist. Ignored runtime/syntax/vim.vim. One change in runtime/doc/windows.txt had already been applied.
* | | vim-patch:b4ff518KillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b Missing files: runtime/doc/tags, runtime/doc/todo.txt. Changes to runtime/doc/if_pyth.txt, runtime/doc/options.txt and runtime/doc/quickref.txt did not aply. Excluded runtime/syntax/vim.vim.
* | | vim-patch:d7464beKillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/d7464be9747fcaa8e6210e1f00a3882932df76e2 Applied cleanly except for runtime/docs/todo.txt and runtime/docs/tags.
* | | vim-patch:a0f849eKillTheMule2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2 Missing files runtime/doc/tags and runtime/doc/todo.txt. Excluded runtime/syntax/vim.vim, since we diverged quite a bit from vim in this file.
* | | Runtime: Re-add support for Arch Linux PKGBUILDs.Florian Walch2016-04-28
|/ / | | | | | | | | | | Originally done in #1087, but was accidentally removed in #4595. Resolves #4613, resolves #4667.
* | Merge pull request #4655 from brcolow/vim-7.4.1035Justin M. Keyes2016-04-27
|\ \ | | | | | | vim-patch: 7.4.1035
| * | vim-patch: 7.4.1035Michael Ennen2016-04-26
| | | | | | | | | | | | | | | | | | | | | | | | Problem: An Ex range gets adjusted for folded lines even when the range is not using line numbers. Solution: Only adjust line numbers for folding. (Christian Brabandt) https://github.com/vim/vim/commit/a3306958dcb9aadff1e1e8521d908d86b10ac99a
* | | remove disable_char_avail_for_testing()Justin M. Keyes2016-04-26
| | | | | | | | | | | | | | | | | | | | | | | | test_cursor_func.vim hangs at the call to disable_char_avail_for_testing(). The test does not actually need this function (and it correctly fails if the fix from 7.4.1300 is reverted). Given that disable_char_avail_for_testing is a gigantic hack, if we can avoid it let's do so.
* | | vim-patch:7.4.1092Justin M. Keyes2016-04-25
| | | | | | | | | | | | | | | | | | | | | | | | Problem: It is not simple to test for an exception and give a proper error message. Solution: Add assert_exception(). https://github.com/vim/vim/commit/a803c7f94070f94b831fdfd1984f288c8b825b5d
* | | Add documentation for disable_char_avail_for_testing, handpicked fromKillTheMule2016-04-25
|/ / | | | | | | | | https://github.com/vim/vim/commit/6463ca229cb9412581419497924c85fcbfc854ab https://github.com/vim/vim/commit/7823a3bd2eed6ff9e544d201de96710bd5344aaf
* | Merge pull request #4325 from watiko/vim-7.4.984Justin M. Keyes2016-04-25
|\ \ | | | | | | vim-patch:7.4.{984,1093}
| * | vim-patch:7.4.984watiko2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Problem: searchpos() always starts searching in the first column, which is not what some people expect. (Brett Stahlman) Solution: Add the 'z' flag: start at the specified column. https://github.com/vim/vim/commit/ad4d8a192abf44b89371af87d70b971cd654b799
* | | Merge #4303 'vim-patch:7.4.{951,1143,1144}'.Justin M. Keyes2016-04-25
|\ \ \
| * | | vim-patch:7.4.1143watiko2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Can't sort on floating point numbers. Solution: Add the "f" flag to ":sort". (Alex Jakushev) Also add the "f" flag to sort(). https://github.com/vim/vim/commit/f7edf40448a09e04eec3bd05e043f7fea93b07c9
| * | | vim-patch:7.4.951watiko2016-03-02
| |/ / | | | | | | | | | | | | | | | | | | Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort() https://github.com/vim/vim/commit/b00da1d6d1655cb6e415f84ecc3be5ff3b790811
* | | Merge pull request #4273 from watiko/vim-7.4.957Justin M. Keyes2016-04-25
|\ \ \ | | | | | | | | vim-patch:7.4.{941,942,957}
| * | | vim-patch:7.4.941watiko2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson) https://github.com/vim/vim/commit/0f6562e9036f889185dff49a75c7fc5ffb28b307
* | | | Merge pull request #4367 from jbradaric/vim-7.4.1107Justin M. Keyes2016-04-22
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.{1107,1114,1116,1117,1120}
| * | | | vim-patch:7.4.1114Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: delete() does not work well with symbolic links. Solution: Recognize symbolik links. https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
| * | | | vim-patch:7.4.1107Jurica Bradaric2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Vim can create a directory but not delete it. Solution: Add an argument to delete() to make it possible to delete a directory, also recursively. https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
* | | | | tcd: doc, error messagesJustin M. Keyes2016-04-21
| | | | |
* | | | | Implement tab-local working directory feature.HiPhish2016-04-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New ex commands: 'tcd', 'tchdir' Changed Vimscript functions: 'haslocaldir', 'getcwd' The ex-commands ':tcd' and ':tchdir' are the tab-local equivalents of ':lcd' and ':lchdir'. There are no new Vimscript functions introduced, instead the functions 'haslocaldir' and 'getcwd' take in optional arguments. See the documentation for details Since there is now different levels of local directory a simple boolean at source level is no longer sufficient; a new enumeration type is used for the scope-level from now on. The documentation has been accommodated for these new commands and functional tests have been written to test the feature.
* | | | v:windowid #4608Rui Abreu Ferreira2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | Set v:windowid as writeable (but read only in the sandbox). References #3626
* | | | 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
| | | | |