added new supported feature

This commit is contained in:
Kay Simmons 2022-11-01 13:15:14 -07:00
parent b2b25acc4c
commit 0cd2d9a9c8
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ use util::test::marked_text_offsets;
use super::{neovim_connection::NeovimConnection, NeovimBackedBindingTestContext, VimTestContext};
use crate::state::Mode;
pub const SUPPORTED_FEATURES: &[ExemptionFeatures] = &[];
pub const SUPPORTED_FEATURES: &[ExemptionFeatures] = &[ExemptionFeatures::DeletionOnEmptyLine];
/// Enum representing features we have tests for but which don't work, yet. Used
/// to add exemptions and automatically