Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Make inserting list items repeatable with dot #1359

Open
joenotjim opened this issue Jul 25, 2023 · 2 comments
Open

Feature: Make inserting list items repeatable with dot #1359

joenotjim opened this issue Jul 25, 2023 · 2 comments
Labels
enhancement lists Stuff about list syntax, list markers, etc.

Comments

@joenotjim
Copy link

Steps to reproduce

  • Place cursor on a list item
  • Press o, type "Test," and press Esc.
  • Press .
  • Expected behavior: New list item with "Test."
  • Actual behavior: "Test" is inserted at the cursor position, resulting in TesTestt.

Environment info

> cat .vimrc
set wrap linebreak
set visualbell
set nocompatible
set tabstop=3
set shiftwidth=3
filetype plugin on
syntax on

let g:vimwiki_hl_headers = 1
let g:vimwiki_list = [{'path': '~/vimwiki/', 'syntax': 'markdown', 'ext': '.md'}, {'path': '~/vimwiki2/', 'syntax': 'default', 'ext': '.wiki'}]

I'm getting E492: Not an editor command: VimwikiShowVersion, but rpm -qa shows vim-plugin-vimwiki-2.1-bp155.6.5.noarch.

@joenotjim
Copy link
Author

Sorry, just realizing this is an extremely old version of the plugin and the issue has likely been fixed.

@joenotjim joenotjim reopened this Jul 25, 2023
@joenotjim
Copy link
Author

Confirmed that this issue still exists in the latest version.

Version: 2023.05.12
Os: Linux
Vim: 900
Branch: dev
Revision: 09804c2
Date: 2023-07-10 12:47:03 -0400

@tinmarino tinmarino changed the title Inserting list items is not repeatable Feature: Make inserting list items repeatable with dot Oct 16, 2023
@tinmarino tinmarino added enhancement lists Stuff about list syntax, list markers, etc. labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement lists Stuff about list syntax, list markers, etc.
Projects
None yet
Development

No branches or pull requests

2 participants