aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
* 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
* | | Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\ \ \ | |_|/ |/| | Make it possible to eval() all floating-point values dumped by string()
| * | documentation: Add notes to eval.txt and vim_diff.txtZyX2016-02-21
| | |
* | | Merge pull request #4335 from HarmtH/update-docJustin M. Keyes2016-02-25
|\ \ \ | | | | | | | | Correct documention on order autocmds
| * | | Correct documention on order autocmdsHarm te Hennepe2016-02-23
| | | | | | | | | | | | | | | | | | | | The order of executed autocmds TabEnter and WinEnter is wrongly stated in the documentation. TabEnter is executed after WinEnter.
* | | | Make set{qf,loc}list() take {title}Marco Hinz2016-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an extra argument to these functions to set w:quickfix_title. This is a modified version of a patch from vim_dev. Discussion here: https://groups.google.com/forum/#!topic/vim_dev/X7VVPd4Do5s Credits go to Christian "chrisbra" Brabandt and Daniel "blueyed" Hahler.
* | | | docs: start api docs and document highlight mechanismBjörn Linse2016-02-23
|/ / /
* | | keymap: Support <D-...> (super/command key).Justin M. Keyes2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for: - api:vim_input("<D-a>") - ":nnoremap <C-D-S-...>" and permutations thereof UIs must capture the modifier and send it as "<D-...>" to vim_input(). Note: Before this commit, any arbitrary ":nnoremap <{foo}-{bar}>" mapping could already be invoked with feedkeys("\<{foo}-{bar}>"). This commit supports "D-" as a modifier that can be combined with "C-", "A-", "S-" in any order. For non-GUI (terminal) support, user must: :set <D-a>={CSI sequence} then send the {CSI sequence} from their terminal. But this does not work yet (regression #2204). Closes #2190
* | | Remove stray "<" in options helpTom X. Tobin2016-02-19
| |/ |/| | | | | Normally this would end an example, but there's no example block here.
* | Doc: correct default valueMarco Hinz2016-02-15
| |
* | Merge pull request #4220 from watiko/vim-7.4.792Justin M. Keyes2016-02-15
|\ \ | | | | | | vim-patch:7.4.792
| * | vim-patch:7.4.792watiko2016-02-11
| | | | | | | | | | | | | | | | | | | | | Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt) https://github.com/vim/vim/commit/6561d52ecbe6e24d1b90403078cc8b76c53c42fc
* | | startup: respect earlier :filetype and :syntax.Felipe Morales2016-02-14
| | | | | | | | | | | | | | | If user invokes :filetype or :syntax before startup defaults are applied, don't clobber their choices.
* | | ex_docmd: rename force_enable_filetype().Justin M. Keyes2016-02-14
| | | | | | | | | | | | It is no longer forcing anything.
* | | defaults: Enable syntax and filetype plugins.Felipe Morales2016-02-14
|/ /
* | doc: remove references to 'term' and other tty related options.Felipe Morales2016-02-10
| | | | | | | | Re: https://github.com/neovim/neovim/issues/4218
* | Merge pull request #4187 from watiko/vim-7.4.742Justin M. Keyes2016-02-09
|\ \ | | | | | | vim-patch:7.4.742
| * | vim-patch:7.4.742watiko2016-02-07
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong) https://github.com/vim/vim/commit/a594d77ffcccf2ac0e4079c41342ca55d4c9bb08
* | | vim-patch:979243bJurica Bradaric2016-02-09
| | | | | | | | | | | | | | | | | | Update help files. https://github.com/vim/vim/commit/979243b
* | | vim-patch:7.4.755Jurica Bradaric2016-02-09
|/ / | | | | | | | | | | | | | | Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata) https://github.com/vim/vim/commit/641e48c2248ccb3c25a5cdaa3709f16152d8c77d
* | vim-patch:541f92 #4173David Barnett2016-02-07
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/541f92