aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
* vim-patch:8.2.3167: get E12 in a job callback when searching for tagsJan Edmund Lazo2021-08-01
* Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-30
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* | vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select modezeertzjq2021-07-29
|/
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* Remove EXMODE_NORMALmatveyt2021-07-23
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* vim-patch:8.2.0945: cannot use "z=" when 'spell' is offJan Edmund Lazo2021-06-12
* vim-patch:8.2.1059: crash when using :tabonly in an autocommandJan Edmund Lazo2021-05-13
* vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell2021-04-05
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* vim-patch:8.2.2236: 'scroll' option can change when setting the statuslineJan Edmund Lazo2021-03-02
* vim-patch:8.1.1901: the +insert_expand feature is not always availableJan Edmund Lazo2021-03-01
* vim-patch:8.2.2420: too many problems with using all autocommand eventsJan Edmund Lazo2021-01-28
* vim-patch:8.1.1822: confusing error message when range is not allowedJan Edmund Lazo2021-01-02
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.1727: code for viminfo support is spread outJan Edmund Lazo2020-12-30
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* eval: executable(), exepath() accept strings onlyJan Edmund Lazo2020-12-11
* vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)Jan Edmund Lazo2020-12-11
* globals: eliminate "enc_utf8" macroJan Edmund Lazo2020-11-14
* globals: eliminate "has_mbyte" macroJan Edmund Lazo2020-11-14
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | vim-patch:8.2.1925: list/dict test failsJan Edmund Lazo2020-11-01
|/
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* luahl: global the luahlBjörn Linse2020-09-13
* vim-patch:8.1.0271: 'incsearch' doesn't work for :s, :g or :vAufar Gilbran2020-09-11
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.1.2018: using freed memory when out of memory and displaying messageJan Edmund Lazo2020-06-04
* vim-patch:8.0.1564: too many #ifdefsJan Edmund Lazo2020-06-04
* vim-patch:8.2.0560: compiler warning in tiny buildJan Edmund Lazo2020-04-12
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.1793: mixed comment style in globalsJan Edmund Lazo2020-03-01
* vim-patch:8.1.1642: may use uninitialized variableJan Edmund Lazo2020-03-01
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo2020-01-05
* tabpage: track last-used tabpage #11626butwerenotthereyet2020-01-02
* vim-patch:8.2.0030: "gF" does not work on output of "verbose command"Jan Edmund Lazo2019-12-22
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* API: nvim_source: save/restore script context #11159Vikram Pal2019-12-01
* diff: move diff globals to diff.hJan Edmund Lazo2019-11-16