aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
* 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
* vim-patch:12969c0David Barnett2016-04-18
| | | | | | Update documentation and syntax files. https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
* vim-patch:f913281 (runtime/doc/)David Barnett2016-04-18
| | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
* 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
| |
* | 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 #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 #4505 from watiko/vim-runtimesJustin M. Keyes2016-04-10
|\ \ | | | | | | vim-patch:86ae720,f913281,dd1616e
| * | 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]
* | | 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
* | Update path to colors directory in syntax highlighting docsMiguel de Val-Borro2016-03-20
| |
* | test: minor changesJustin M. Keyes2016-03-17
| |
* | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
| | | | | | | | | | | | | | Add "Don't give the file editing message" flag in shortmess option. Add the UI tests by @fmoralesc Fix the changes for Vim 7.4.1570
* | Doc: switch to terminal mode automaticallyMarco Hinz2016-03-04
| |
* | Windows: XDG: Update default paths. #4403Rui Abreu Ferreira2016-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous defaults were including the nvim suffix, causing it to apear twice in the final paths. kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%, kXDGCacheHome is set as $TEMP. In Windows there is no distinction between configuration and data storage, but we don't want to place all files under the same path. get_xdg_home() now appends a different path suffix for kXDGDataHome. - Configuration files are saved under %LOCALAPPDATA%\nvim - Data files are saved under %LOCALAPPDATA%\nvim-data
* | Merge #4265 'vim-patch:7.4.925'.Justin M. Keyes2016-03-02
|\ \
| * | vim-patch:7.4.925watiko2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes vim/vim#470) https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845
* | | Doc: make definitions jumpableMarco Hinz2016-02-29
| | | | | | | | | | | | References #3640.
* | | 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
| | | | | | | | | | | | | | | | | | receivers. Add helper functions dict_clear and dict_set_keys_readonly.
* | | Add TextYankPost and TextDeletePost autocmdsShougo Matsushita2016-02-29
| | | | | | | | | | | | | | | | | | Reviewed by @watiko Ported from https://github.com/Silex/vim/commit/de53ab72c89affa8ba77536ed8920751c037d127