Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 32 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 31 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 30 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 29 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 28 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 27 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 26 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 25 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 24 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 23 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 22 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 21 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 20 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 19 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 18 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 17 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 16 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 15 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 14 | Lewis Russell | 2023-01-25 | |
| | | | | | | | | | | | | squash me | |||
| * | | refactor(optionstr.c): break up did_set_string_option 13 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 12 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 11 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 10 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 9 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 8 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 7 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 6 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 5 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 4 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 3 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 2 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): break up did_set_string_option 1 | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(optionstr.c): reduce scope of locals | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(option.c): use intermediate for options ref | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(option.c): de-nest set_option_value | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(option.c): add get_varp_from and get_varp_scope_from | Lewis Russell | 2023-01-25 | |
| | | | ||||
| * | | refactor(option.c): reduce scope of locals | Lewis Russell | 2023-01-24 | |
| | | | ||||
* | | | fix(intro): make :help news line easier to translate (#21974) | Sizhe Zhao | 2023-01-25 | |
| | | | | | | | | | | | | | | | Include version number in the translated message so that the word order can be changed. Also do not translate URL. | |||
* | | | fix(tui): set stdin as "blocking" on exit (#21973) | zeertzjq | 2023-01-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression from #21605 that stdin is no longer set as "blocking" after Nvim TUI exits, and the problems described in #2598 happen again. I'm not sure if this should be done in TUI code or common exiting code. I added this call in tui_stop() as it is also present in tui_suspend(). | |||
* | | | build: use cmake to build treesitter on all platforms (#21984) | dundargoc | 2023-01-24 | |
| | | | | | | | | | This reduces platform-specific differences and the amount of code. | |||
* | | | feat(tui): support altfont mode in tui.c | Paul "LeoNerd" Evans | 2023-01-24 | |
| | | | ||||
* | | | feat(highlight): define the concept of altfont as a (c)term rendering attribute | Paul "LeoNerd" Evans | 2023-01-24 | |
| | | | ||||
* | | | refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer mask | Paul "LeoNerd" Evans | 2023-01-24 | |
|/ / | | | | | | | Saves two bits for reuse for new features | |||
* | | revert: "refactor(win_close): remove "force", don't pass on "free_buf" ↵ | zeertzjq | 2023-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: delete pthreads import (#21732) | dundargoc | 2023-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. | |||
* | | fix(api): don't allow hiding aucmd_win from another tabpage (#21975) | zeertzjq | 2023-01-24 | |
| | | ||||
* | | refactor(window): remove aucmd_win check from one_window() (#21972) | zeertzjq | 2023-01-24 | |
| | | | | | | | | | | | | | | | | | | In most places where one_window() or last_window() is called, aucmd_win has already been checked, so there is no need to check for it again. The only place where this isn't checked is when using `:wincmd T`. Before this PR using `:wincmd T` in an aucmd_win will give a warning when there is only one non-floating window, but E813 error if there are multiple. Now it consistently gives E813 error. | |||
* | | vim-patch:partial:9.0.1237: code is indented more than necessary (#21971) | zeertzjq | 2023-01-24 | |
| | | | | | | | | | | | | | | | | | | Problem: Code is indented more than necessary. Solution: Use an early return where it makes sense. (Yegappan Lakshmanan, closes vim/vim#11858) https://github.com/vim/vim/commit/6ec66660476562e643deceb7c325cd0e8c903663 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com> | |||
* | | vim-patch:9.0.1236: code in same_leader() can be simplified (#21968) | zeertzjq | 2023-01-24 | |
| | | | | | | | | | | | | Problem: Code in same_leader() can be simplified. Solution: Simplify code that is executed only once. (closes vim/vim#11867) https://github.com/vim/vim/commit/9cbf791995514e72476399fe06e055a707ec0158 | |||
* | | fix: add manifest file to correctly determine Windows version (#21953) | dundargoc | 2023-01-23 | |
| | | | | | | | | | | | | | | | | | | In Windows 8.1 and later, GetVersionEx does not automatically give the correct information if a manifest file doesn't explicitly mention we support that version. This will enable further detection for Windows 8.1 and Windows 10/11 when using windowsversion(), with an easy way to add future versions. A list of all operating system versions can be found here: https://learn.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version |