aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* Merge pull request #14575 from vigoux/virtualedit-bytesThomas Vigouroux2021-05-20
|\
| * fix(bufupdate): send events when inserting with virtualeditThomas Vigouroux2021-05-18
* | lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
|/
* make get_region_bytecount end-exclusivechentau2021-05-09
* refactor nvim_buf_set_lines to use extmark_splicechentau2021-05-09
* splice extmarks on every line for block visual pastechentau2021-05-06
* Merge pull request #14385 from chentau/extmark_deleteBjörn Linse2021-04-17
|\
| * extmarks: remove curbuf->deleted_bytes2 from op_deletechentau2021-04-16
* | flush curbuf->deleted_bytes2 after calling do_movechentau2021-04-14
|/
* Merge pull request #14318 from chentau/extmark_luadoBjörn Linse2021-04-13
|\
| * extmark: splice extmarks on :luadochentau2021-04-12
* | Merge pull request #14317 from chentau/extmark_subBjörn Linse2021-04-10
|\ \
| * | extmark: correct extmark_splice call with inccommandchentau2021-04-09
| |/
* / extmark: fixes for noexpandtab and retabchentau2021-04-02
|/
* Merge pull request #14191 from chentau/extmark_blockpasteBjörn Linse2021-03-24
|\
| * Extmarks: correct buffer events on blockwise pastechentau2021-03-23
* | Correctly splice extmarks on tab with noexpandtab setchentau2021-03-22
|/
* Merge pull request #13875 from smolck/vim_fn_error_on_apiBjörn Linse2021-03-09
|\
| * use pcall_errsmolck2021-03-09
| * vim.fn: add test for errorsmolck2021-02-04
* | Merge pull request #13973 from chentau/on_bytes_undofileBjörn Linse2021-03-03
|\ \
| * | Extmarks: Save extmark undo information to undofile.chentau2021-03-02
* | | Merge pull request #13692 from mjlbach/fix_cursor_respect_current_lineBjörn Linse2021-02-16
|\ \ \ | |/ / |/| |
| * | tests: add test for cursor postion when deleting buffer linesMichael Lingelbach2021-01-31
| |/
* | buffer_updates: autoload episode III: revenge of the treesBjörn Linse2021-02-14
* | buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* | fix(buf_updates): send updates when putting past last lineThomas Vigouroux2021-02-08
* | tests: clean up lua/buffer_updates_spec.luaBjörn Linse2021-02-04
* | inccommand: preserve extmarks when undoing preview substitutionBjörn Linse2021-02-04
|/
* lintchentau2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* tests: make treesitter its own categoryBjörn Linse2021-01-03
* api: set_text: fix some byte count issuesBjörn Linse2021-01-01
* Merge pull request #13367 from nvim-treesitter/offset-lang-injectionBjörn Linse2020-12-16
|\
| * feat(treesitter): add offset predicate for language injectionSteven Sojka2020-12-15
* | feat(buffer_updates): allow ignoring when previewingThomas Vigouroux2020-12-15
|/
* Merge pull request #13482 from dm1try/propagate_lua_file_loading_errorsBjörn Linse2020-12-10
|\
| * runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* | Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2020-12-10
|\ \ | |/ |/|
| * fix(treesitter): don't throw an error for missing injected langsSteven Sojka2020-12-04
* | fix(treesitter): incorrect method name callSteven Sojka2020-12-04
|/
* fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
* feat(treesitter): add language treeSteven Sojka2020-11-23
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* tree-sitter: ignore some tests on windowsThomas Vigouroux2020-11-03
* fixup! startup: handle autoload and lua packages during startupJan Edmund Lazo2020-11-02
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* treesitter: add node:id()Björn Linse2020-11-01