Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/vimdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vim-utilities/vimdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 17, 2024

  1. Attempt to address #119

    > Note: I'm not yet savvy enough with the source to sort-out why
    > `self.locals.get` is returning `None` instead of an empty string.
    >
    > But this seems to work well enough for me 🤷
    S0AndS0 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e041feb View commit details
    Browse the repository at this point in the history
  2. Attempt to address #114

    The result of `function_arg` Regular Expression now uses labels,
    however, because we can have a list of comma separated arguments to
    parse this requires a _little_ bit of list comprehension.
    
    > Note: in the future it'd be nice to have `@default` automatically get
    > assigned when `args_groupdicts` has both `key` and `value` are not
    > `None`, but at this point I'm happy enough to have Vim 8 syntax
    > supported when building help documentation.
    S0AndS0 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    df48400 View commit details
    Browse the repository at this point in the history
  3. Partially address #116

    These changes _should_ prevent breaking _long words_, such as URLs or
    function names...  But detecting when within a code-block/example is,
    for now, an exercise I've been advised to be a bit apprehensive about
    tackling with a larger re-write.
    S0AndS0 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ec68624 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge branch '/issues/116'

    S0AndS0 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7d0b85e View commit details
    Browse the repository at this point in the history
  2. Merge branch '/issues/119'

    S0AndS0 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0db79ef View commit details
    Browse the repository at this point in the history
Loading