sponsor Vim development Vim logo Vim Book Ad

extend_line : extend_list: add new elements to existing lists

 script karma  Rating 1/1, Downloaded by 422  Comments, bugs, improvements  Vim wiki

created by
Michael Henry
 
script type
utility
 
description
This plugin will find the most recent list, and add a new element to it.
Indentation and whitespace will be maintained, and the element number will be
incremented.

This plugin displays three distinct behaviors:

- If this is called within a list, a new element will be placed immediately
  following the existing list.
- If this is called on a blank line below a list, the new element will be placed
  on the current line.
- If there is no list, a new list will be started using the default.

Original plugin by Matt.

Maintained by Michael Henry (vim at drmikehenry.com).

Distributed under Vim's license.

Git repository:       https://github.com/drmikehenry/vim-extend_list
 
install details
To install this plugin with Pathogen, you should clone this repository into your
bundle directory.

After generating the help tags (using `:Helptags`), the detailed documentation
can be found at `:help extend_list`.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
extend_list-0.1.0.zip 0.1.0 2022-02-18 7.0 Michael Henry Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github