aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* vim-patch:8.2.1411: when splitting a window localdir is copied but prevdir is...zeertzjq2021-10-17
* vim-patch:8.2.0909: cannot go back to the previous local directoryzeertzjq2021-10-17
* vim-patch:8.2.0876: :pwd does not give a hint about the scope of the directoryzeertzjq2021-10-17
* vim-patch:8.2.0189: cd() with NULL argument crasheszeertzjq2021-10-17
* test: partially port Vim patches 8.1.2278 and 8.2.1432zeertzjq2021-10-17
* vim-patch:8.1.1291: not easy to change directory and restorezeertzjq2021-10-17
* vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
* vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* vim-patch:8.0.1463: test fails without 'autochdir' optionzeertzjq2021-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): defer script item creation until s:var accessSean Dewar2021-10-14
| * feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* | vim-patch:8.2.3519: TOML files are not recognized (#16045)dundargoc2021-10-16
* | vim-patch:8.2.3501: tmux filetype dection is incomplete (#16021)dundargoc2021-10-15
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* Merge pull request #15502 from seandewar/vim-8.1.1921Jan Edmund Lazo2021-10-10
|\
| * feat(eval/method): partially port v8.1.1987Sean Dewar2021-10-03
| * vim-patch:8.1.1984: more functions can be used as methodsSean Dewar2021-10-03
| * vim-patch:8.1.1961: more functions can be used as a methodSean Dewar2021-10-03
| * feat(eval/method): partially port v8.1.1954Sean Dewar2021-10-03
| * feat(eval/method): partially port v8.1.1953Sean Dewar2021-10-03
| * vim-patch:8.1.1952: more functions can be used as a methodSean Dewar2021-10-03
| * feat(eval/method): partially port v8.1.1925Sean Dewar2021-10-03
| * feat(eval/method): partially port v8.1.1921Sean Dewar2021-10-03
| * vim-patch:8.1.1336: some eval functionality is not covered by testsSean Dewar2021-10-03
* | vim-patch:8.2.3491: xpm2 filetype dection is not so good (#15982)dundargoc2021-10-10
* | vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* | vim-patch:8.2.{210,424,436,...} #15976Jan Edmund Lazo2021-10-09
* | vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
* | refactor: format header files with uncrustify #15877dundargoc2021-10-09
* | fix(mpack): clang warning: unused variable #15968dundargoc2021-10-08
* | fix(buffer_updates): handle :sort of already sorted bufferBjörn Linse2021-10-08
* | fix(api): check type in nlua_pop_keydict (#15940)virchau132021-10-08
* | Merge pull request #15946 from bfredl/issue-12861Björn Linse2021-10-07
|\ \
| * | fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky2021-10-07
* | | Merge pull request #15839 from bfredl/encgruggBjörn Linse2021-10-07
|\ \ \ | |/ / |/| |
| * | refactor(api): cleanup modify_keymap and parse_keymap_optsBjörn Linse2021-10-07
| * | refactor(api): remove duplicated handle mpack encode/decode functionsBjörn Linse2021-10-07
* | | fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse2021-10-07
* | | Merge pull request #15934 from kylo252/replacement-sizeBjörn Linse2021-10-07
|\ \ \
| * | | fix(lint): remove redundant ternary operatorkylo2522021-10-06
* | | | Merge pull request #15941 from dundargoc/refactor/remove-redundant-castsBjörn Linse2021-10-07
|\ \ \ \
| * | | | refactor: remove redundant castsDundar Göc2021-10-07
| | |/ / | |/| |
* | | | Merge pull request #15932 from erw7/fix-nvim-buf-set-extmarkBjörn Linse2021-10-07
|\ \ \ \
| * | | | fix(api): fix nvim_buf_set_extmarkerw72021-10-07
* | | | | Merge pull request #15316 from vigoux/ts-fix-capturesBjörn Linse2021-10-07
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(treesitter): run predicates more often in iter_matchesThomas Vigouroux2021-10-01