]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix some typos (#3474)
authorSemen Zhydenko <simeon.zhidenko@gmail.com>
Mon, 26 Dec 2022 02:39:51 +0000 (03:39 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Dec 2022 02:39:51 +0000 (18:39 -0800)
docs/contributing/issue_triage.md
tests/data/preview/prefer_rhs_split.py

index 9b987fb24250cad9bdcfbb9509c198bf8c76a5cf..865a47935ed7fe0d97ed3a23bcb8f5aa3f8e90cc 100644 (file)
@@ -42,7 +42,7 @@ The lifecycle of a bug report or user support issue typically goes something lik
 1. _the issue is waiting for triage_
 2. **identified** - has been marked with a type label and other relevant labels, more
    details or a functional reproduction may be still needed (and therefore should be
-   marked with `S: needs repro` or `S: awaiting reponse`)
+   marked with `S: needs repro` or `S: awaiting response`)
 3. **confirmed** - the issue can reproduced and necessary details have been provided
 4. **discussion** - initial triage has been done and now the general details on how the
    issue should be best resolved are being hashed out
index 5b89113e61839f8bfd4d12861f60b97223e82f62..2f3cf33db41c306a559a7017e58b9a93041bec3a 100644 (file)
@@ -50,7 +50,7 @@ first_item, second_item = some_looooooooong_module.some_loooooog_function_name(
     forth_item,
     fifth_item,
     last_item_very_loooooong,
-) = everyting = some_loooooog_function_name(
+) = everything = some_looooong_function_name(
     first_argument, second_argument, third_argument
 )