aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| | * | fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
| * | | Merge pull request #18417 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-05
| |\ \ \ | | |_|/ | |/| |
| | * | refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
| | |/
| * | vim-patch:8.2.4868: when closing help window autocmds triggered for wrong win...zeertzjq2022-05-05
| * | vim-patch:8.2.4867: listing of mapping with K_SPECIAL is wrong (#18419)zeertzjq2022-05-05
| * | vim-patch:8.2.4865: :startinsert right after :stopinsert may not work (#18418)zeertzjq2022-05-05
| |/
| * Merge pull request #18386 from ii14/version_dict_prereleasebfredl2022-05-04
| |\
| | * feat: add "prerelease" to version dictii142022-05-03
| * | refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * | refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * | feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
| * | Merge pull request #18398 from vigoux/perf/ts_reuse_listbfredl2022-05-03
| |\ \
| | * | perf(treesitter): use a reuse list for query cursorsThomas Vigouroux2022-05-03
| * | | fix(treesitter): bump match limit upThomas Vigouroux2022-05-03
| |/ /
| * | Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
| |\ \
| | * | feat(api/ui): win_extmarksYatao Li2022-05-03
| | |/
| * / feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
| |/
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-03
| * vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason2022-05-03
| * fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
| * vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-05-03
| * refactor(ui): simplify stdin handlingbfredl2022-05-02
| * feat(api): support handling stdin stream in remote uihlpr982022-05-02
| * vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason2022-05-02
| * vim-patch:8.2.1835: ":help ??" finds the "!!" tag (#18350)dundargoc2022-05-02
| * vim-patch:8.2.3306: unexpected "No matching autocommands" (#17912)dundargoc2022-05-02
| * fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
| * Merge pull request #18294 from mhinz/mac/simpler-locale-fallbackJames McCoy2022-05-01
| |\
| | * fix(mac): use same $LANG fallback mechanism as VimMarco Hinz2022-04-28
| * | refactor: replace char_u variables and functions with charDundar Goc2022-04-30
| * | Merge pull request #18231 from famiu/feat/api/parse_cmdlinebfredl2022-04-30
| |\ \
| | * | feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
| * | | vim-patch:8.2.4849: Gleam filetype not detected (#18326)Christian Clason2022-04-30
| * | | Merge pull request #18323 from zeertzjq/vim-8.1.2191zeertzjq2022-04-30
| |\ \ \ | | |/ / | |/| |
| | * | vim-patch:8.2.4848: local completion with mappings and simplification not wor...zeertzjq2022-04-30
| | * | vim-patch:8.1.2191: when using modifyOtherKeys CTRL-X mode may not workzeertzjq2022-04-30
| * | | refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
| |/ /
| * | fix(tui): disable extended keys before exiting alternate screen (#18318)zeertzjq2022-04-30
| * | vim-patch:8.2.0144: some mapping code is not fully tested (#18313)zeertzjq2022-04-30
| * | fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
| * | vim-patch:8.2.4845: duplicate codezeertzjq2022-04-30
| * | Merge pull request #18162 from dundargoc/refactor/unctustifybfredl2022-04-29
| |\ \
| | * | refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
| | * | refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
| | * | refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
| * | | feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
| * | | feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq2022-04-29
| |/ /
| * | fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
| * | feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
| * | vim-patch:8.2.4837: modifiers not simplified when timed outzeertzjq2022-04-29