aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* refactor(optionstr.c): break up did_set_string_option 37Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 36Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 35Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 34Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 33Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 32Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 31Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 30Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 29Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 28Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 27Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 26Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 25Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 24Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 23Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 22Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 21Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 20Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 19Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 18Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 17Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 16Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 15Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 14Lewis Russell2023-01-25
| | | | squash me
* refactor(optionstr.c): break up did_set_string_option 13Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 12Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 11Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 10Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 9Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 8Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 7Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 6Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 5Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 4Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 3Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 2Lewis Russell2023-01-25
|
* refactor(optionstr.c): break up did_set_string_option 1Lewis Russell2023-01-25
|
* refactor(optionstr.c): reduce scope of localsLewis Russell2023-01-25
|
* refactor(option.c): use intermediate for options refLewis Russell2023-01-25
|
* refactor(option.c): de-nest set_option_valueLewis Russell2023-01-25
|
* refactor(option.c): add get_varp_from and get_varp_scope_fromLewis Russell2023-01-25
|
* refactor(option.c): reduce scope of localsLewis Russell2023-01-24
|
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" ↵zeertzjq2023-01-24
| | | | | | | | (#21921)" (#21979) This reverts commit 0371d0f7afa5e01dd2ac8bbd3abcf0f7454872b3. > 'bufhidden' option exists. I don't think we should assume autoclosing windows are fine just because 'hidden' is set.
* build: remove GNU make check (#21977)dundargoc2023-01-24
| | | | The entire thing is incorrect. It checks the wrong variable and tries to unset a cache variable without using the CACHE keyword, which doesn't work.
* build: delete pthreads import (#21732)dundargoc2023-01-24
| | | | | We shouldn't need this as all threading should already be handled by libuv. Furthermore, it wasn't even used correctly as CMAKE_THREAD_PREFER_PTHREAD has been removed from cmake a long time ago.
* build: use upstream CMakeLists.txt for unibilium (#21976)dundargoc2023-01-24
| | | Also remove UnibiliumCMakeLists.txt as it's not necessary anymore.
* build: simplify treesitter installation (#21969)dundargoc2023-01-24
|
* build: use cmake for all platforms for unibilium and libtermkey (#21926)dundargoc2023-01-24
| | | | It's simpler to rely on the same build file, especially if there aren't any platform-specific workarounds like in this case.
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
|
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
| | | | | | `vim.lsp.buf.format()` silently did nothing if no servers supported `textDocument/rangeFormatting` when formatting with a range. Issue found by `@hwrd:matrix.org` in the Matrix chat.