Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Backport release-0.7] fix: use ctermbg/fg instead of bg/fg when use_rgb is false#19014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
clason merged 1 commit intorelease-0.7frombackport-18982-to-release-0.7
Jun 18, 2022

Conversation

@github-actions
Copy link
Contributor

Description

Backport of#18982 torelease-0.7.

@clasonclason closed thisJun 18, 2022
@clasonclason reopened thisJun 18, 2022
@clasonclason merged commitcd7ac0e intorelease-0.7Jun 18, 2022
@clasonclason deleted the backport-18982-to-release-0.7 branchJune 18, 2022 16:51
justinmk added a commit to justinmk/neovim that referenced this pull requestJun 26, 2022
BREAKING CHANGES:fdd5178neovim#18986 introduce $NVIM, unset $NVIM_LISTEN_ADDRESSVIM PATCHES:git log --oneline --grep "vim-patch" v0.7.0..v0.7.1FEATURES:0b8faccneovim#18440 feat(api): add `group_name` to `nvim_get_autocmds`b7a5278neovim#18440 feat(api): add `group_name` to `nvim_get_autocmds`9e5cef9neovim#18264 feat(tui): query terminal for CSI u supportFIXES:b477afaneovim#1908871e2c49 refactor(tests): introduce testprg()175892fneovim#15913 fix: make_filter_cmd for :! powershellf2b4652neovim#18331 fix(lsp): make sure to always reset active codelens refreshesb3d754cneovim#18869 fix(lsp): fix multi client handling in code actione820c6dneovim#19069cf9c097 fix(api): check for inclusive buffer line index out of bounds correctlya05da1cneovim#1905317299b3 fix(input): use correct grid when restoring cursor for <expr> mapping7266150neovim#1902540e13c8neovim#19010 fix(decorations): nvim_buf_set_extmark breaks conceal38928b5neovim#1902318e0d64 fix(tui): fix piping output make nvim unusablecd7ac0eneovim#19014433f306 fix: use ctermbg/fg instead of bg/fg when use_rgb is false30ae06cneovim#19009777d415 fix(highlight): let winhighlight use cursorf70e083neovim#18981 fix(hl): return cterm fg/bg even if they match Normalee210b0 fix(hl): DRY set_hl_group() sg_attr set512a819 test(hl): Add Normal group set_hl/get_hl_by_name check79ca64aneovim#18024) fix(hl): set Normal hl group sg_attr value (fixes2ebc76bneovim#190014170983 fix(startup): nvim with --clean should not load user rpluginsed9e6d1neovim#18990 fix(treesitter): new iter if folded05ce04eneovim#18984fe42deaneovim#18976 fix(lua): highlight.on_yank can close timer in twicef15d609neovim#18824 fix(lua): stop pending highlight.on_yank timer, if any5243cb8neovim#18975bf4df2a fix(ui): do not call showmode() when setting window height3cea4d6neovim#1894205f6883 fix(buffer): disable buffer-updates before removing buffer from window1dba6cfneovim#189180c9d666 fix(input): fix macro recording with ALT and special keyfc4e4b3neovim#18905bd3bb12 test(ts): skip test if C parser is not availabled317cb2neovim#188861496f42 fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped0dc5bcdneovim#186803a1e8efneovim#18617 fix(autocmds): separate command from desccb1b4bbneovim#18655 fix(lsp): only send diagnostics from current buffer in code_action()01d0d2cneovim#18517 build(deps): bump Luv to HEAD - c51e7052ef3ffb73neovim#18612 fix(health): return 0 if file not exists496e786neovim#185340377973 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand35075dcneovim#18469 fix(lsp): fix unnecessary buffers being added on empty diagnostics9e040acneovim#18468 fix(lsp): unify progress message handlinge28799fneovim#18436 fix: display global statusline correctly with ext_messages1e28068neovim#18415 fix: ensure has() does not change v:shell_error203b088neovim#18411 build(deps): bump LuaJIT to HEAD - 91bc6b8ade502e81neovim#18400 fix(treesitter): bump match limit up7567d21neovim#18390d165289 fix(lsp): add missing bufnr argumentf3587baneovim#18367631393a fix(filetype.lua): escape expansion of ~ when used as a pattern08cd391neovim#18360 fix(shared): avoid indexing unindexable values in vim.tbl_get()508c8a5neovim#18362 fix(ftdetect): source plugins in autogroupffd46b7neovim#183512a61983 fix(mac): use same $LANG fallback mechanism as Vim8d4fbcbneovim#18324b80ef0d fix(tui): disable extended keys before exiting alternate screen14a5b6bneovim#1831289260ea fix(input): only disable mapped CTRL-C interrupts when getting inputef43e7dneovim#18298 fix: suppress "is a directory" messages with shortmess 'F'aff05c5neovim#18256 fix: show autocmd output when F is in shortmessfa7d8c3neovim#18229d916d2fneovim#18227 fix(lua): don't mutate opts parameter of vim.keymap.delf7e2ad7neovim#18220 fix(treesitter): create new parser if language is not the same as cached parser7f8faacneovim#18205 fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged3ee089eneovim#181670f811af fix(tui): update modifyOtherKeys reporting
justinmk added a commit that referenced this pull requestJun 26, 2022
BREAKING CHANGES:fdd5178#18986 introduce $NVIM, unset $NVIM_LISTEN_ADDRESSVIM PATCHES:git log --oneline --grep "vim-patch" v0.7.0..v0.7.1FEATURES:0b8facc#18440 feat(api): add `group_name` to `nvim_get_autocmds`b7a5278#18440 feat(api): add `group_name` to `nvim_get_autocmds`9e5cef9#18264 feat(tui): query terminal for CSI u supportFIXES:b477afa#1908871e2c49 refactor(tests): introduce testprg()175892f#15913 fix: make_filter_cmd for :! powershellf2b4652#18331 fix(lsp): make sure to always reset active codelens refreshesb3d754c#18869 fix(lsp): fix multi client handling in code actione820c6d#19069cf9c097 fix(api): check for inclusive buffer line index out of bounds correctlya05da1c#1905317299b3 fix(input): use correct grid when restoring cursor for <expr> mapping7266150#1902540e13c8#19010 fix(decorations): nvim_buf_set_extmark breaks conceal38928b5#1902318e0d64 fix(tui): fix piping output make nvim unusablecd7ac0e#19014433f306 fix: use ctermbg/fg instead of bg/fg when use_rgb is false30ae06c#19009777d415 fix(highlight): let winhighlight use cursorf70e083#18981 fix(hl): return cterm fg/bg even if they match Normalee210b0 fix(hl): DRY set_hl_group() sg_attr set512a819 test(hl): Add Normal group set_hl/get_hl_by_name check79ca64a#18024) fix(hl): set Normal hl group sg_attr value (fixes2ebc76b#190014170983 fix(startup): nvim with --clean should not load user rpluginsed9e6d1#18990 fix(treesitter): new iter if folded05ce04e#18984fe42dea#18976 fix(lua): highlight.on_yank can close timer in twicef15d609#18824 fix(lua): stop pending highlight.on_yank timer, if any5243cb8#18975bf4df2a fix(ui): do not call showmode() when setting window height3cea4d6#1894205f6883 fix(buffer): disable buffer-updates before removing buffer from window1dba6cf#189180c9d666 fix(input): fix macro recording with ALT and special keyfc4e4b3#18905bd3bb12 test(ts): skip test if C parser is not availabled317cb2#188861496f42 fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped0dc5bcd#186803a1e8ef#18617 fix(autocmds): separate command from desccb1b4bb#18655 fix(lsp): only send diagnostics from current buffer in code_action()01d0d2c#18517 build(deps): bump Luv to HEAD - c51e7052ef3ffb73#18612 fix(health): return 0 if file not exists496e786#185340377973 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand35075dc#18469 fix(lsp): fix unnecessary buffers being added on empty diagnostics9e040ac#18468 fix(lsp): unify progress message handlinge28799f#18436 fix: display global statusline correctly with ext_messages1e28068#18415 fix: ensure has() does not change v:shell_error203b088#18411 build(deps): bump LuaJIT to HEAD - 91bc6b8ade502e81#18400 fix(treesitter): bump match limit up7567d21#18390d165289 fix(lsp): add missing bufnr argumentf3587ba#18367631393a fix(filetype.lua): escape expansion of ~ when used as a pattern08cd391#18360 fix(shared): avoid indexing unindexable values in vim.tbl_get()508c8a5#18362 fix(ftdetect): source plugins in autogroupffd46b7#183512a61983 fix(mac): use same $LANG fallback mechanism as Vim8d4fbcb#18324b80ef0d fix(tui): disable extended keys before exiting alternate screen14a5b6b#1831289260ea fix(input): only disable mapped CTRL-C interrupts when getting inputef43e7d#18298 fix: suppress "is a directory" messages with shortmess 'F'aff05c5#18256 fix: show autocmd output when F is in shortmessfa7d8c3#18229d916d2f#18227 fix(lua): don't mutate opts parameter of vim.keymap.delf7e2ad7#18220 fix(treesitter): create new parser if language is not the same as cached parser7f8faac#18205 fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged3ee089e#181670f811af fix(tui): update modifyOtherKeys reportingdiff --git a/CMakeLists.txt b/CMakeLists.txtindex769a93a..9b5563b 100644--- a/CMakeLists.txt+++ b/CMakeLists.txt@@ -136,7 +136,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 7) set(NVIM_VERSION_PATCH 1)-set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers+set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 9)         # Bump this after any API change.diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xmlindex1464c27..893023d 100644--- a/runtime/nvim.appdata.xml+++ b/runtime/nvim.appdata.xml@@ -26,6 +26,7 @@   </screenshots>   <releases>+    <release date="2022-06-26" version="0.7.1"/>     <release date="2022-04-15" version="0.7.0"/>     <release date="2021-12-31" version="0.6.1"/>     <release date="2021-11-30" version="0.6.0"/>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@clason@rktjmp

[8]ページ先頭

©2009-2025 Movatter.jp