aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* refactor(misc1): move msgmore function to messages.cBjörn Linse2021-12-10
* vim-patch:8.2.3757: an overlong highlight group name is silently truncatedJames McCoy2021-12-08
* vim-patch:8.2.3748: giving an error for an empty sign argument breaks a pluginJames McCoy2021-12-08
* vim-patch:8.2.3743: ":sign" can add a highlight group without a nameJames McCoy2021-12-08
* vim-patch:8.1.2104: the normal.c file is too big (#16389)Volodymyr Kot2021-12-06
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\ \
| * | vim-patch:8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedzeertzjq2021-11-19
| |/
* / refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: uncrustify #16090dundargoc2021-10-29
* fix(eval): checking for a non-empty string is too strict (#15987)Fabian2021-10-28
* vim-patch:8.1.2243: typos in comments (#16104)dundargoc2021-10-20
* refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
* vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* Merge #15994 feat(:source, nvim_exec): script-local scopeJustin M. Keyes2021-10-17
|\
| * feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* 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