The Wayback Machine - https://web.archive.org/web/20200623113757/https://github.com/topics/vim
Skip to content
#

Vim

vim logo

Vim is a highly customizable text editor that can run in a shell. Bram Moolenaar is credited with the development of Vim, which he began in 1988.

Here are 7,977 public repositories matching this topic...

bstaletic
bstaletic commented Oct 26, 2019

Issue Prelude

Please complete these steps and check these boxes (by putting an x inside
the brackets) before filing your issue:

  • I have read and understood YCM's [CONTRIBUTING][cont] document.
  • I have read and understood YCM's [CODE_OF_CONDUCT][code] document.
  • I have read and understood YCM's [README][readme], **especially the
    [Frequently Asked Questions][faq]
spacemacs
OrdoFlammae
OrdoFlammae commented Apr 3, 2020

Description :octocat:

The documentation for the @spacemacs preconfigured custom layout is inconsistent with actual behavior.

Reproduction guide 🐞

  • Start Emacs
  • Press SPC l o e

Observed behaviour: 👀 💔
Spacemacs opens a custom layout in the .spacemacs.d directory.

Expected behaviour: ❤️ 😄
Spacemacs opens a custom layout in the `.e

SpaceVim
mirabilos
mirabilos commented Jun 5, 2019

Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.

Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass

nkh
nkh commented Jun 2, 2019

Ranger may be implementing this already, in which case a link to the documentation place would be appreciated.

Given that ranger starts a "preview process", pass keys, or commands, from ranger to the preview process, mangling them if necessary, and update the preview.

the main use case would be scrolling the preview, eg control (or alt) + arrows would be passed as arrows to the preview proce

DanDPanda
DanDPanda commented Sep 13, 2019

Describe the bug
When I grab multiple lines of text in visual mode and click S, it is expected that it deletes all lines that are selected and puts me into insert mode. But what is happening instead is that it puts me into insert mode and allows me to insert one character at the start and beginning of the selection.

To Reproduce
Steps to reproduce the behavior:

  1. Open the file
DutchPete
DutchPete commented Mar 24, 2020

OS Version (操作系统): macOS

VNote Version (Help - About VNote - Version: )(VNote版本): 2.8.2

Symptoms (表现): when using the Advanced Search what is the difference between space-separated keywords and &&? According to the VNote documentation they both mean AND.

In fact, from what I find a space gap acts as an OR criterion, not as an AND criterion.
Please explain.

How to Repro (如何复现):

doom-emacs
hlissner
hlissner commented Feb 18, 2020

As Doom continues to grow, so have incoming bug reports for modules I do not use and toolchains I know little about, like :lang clojure or :tools ein, and so I struggle to support them.

If you know a little nix and use Doom, consider contributing a shell.nix file to the module(s) you use the most. Particularly :lang modules, so that I can get a test environment up and running to test ag

Screwtapello
Screwtapello commented Feb 4, 2020

Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:

kakquote() {
    printf "'"
    printf "$*" | sed "s/'/''/g"
    printf "'"
}

However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or

antoine1fr
antoine1fr commented Mar 12, 2020

I couldn't find anywhere (README, website, FAQ) what macvim is about and how it relates to the official Vim project.

Is your feature request related something that is currently hard to do? Please describe.
It is hard to understand what macvim is. The website only mentions "Vim - the text editor - for macOS", which is confusing given that 1) Vim already ships with macOS and 2) there already

qutebrowser
The-Compiler
The-Compiler commented Apr 7, 2020

qutebrowser still uses enum.Enum() as function in some places:

scripts/dev/check_coverage.py
49:MsgType = enum.Enum('MsgType', 'insufficient_coverage, perfect_file')

tests/unit/api/test_cmdutils.py
272:    Enum = enum.Enum('Test', ['x', 'y'])

tests/unit/utils/test_utils.py
563:        e = enum.Enum('Foo', 'bar, baz')

tests/unit/commands/test_argparser.py
31:Enum = enum.Enum(
ACGarland
ACGarland commented Feb 12, 2019

I often link to related folders on my system which contain a number of files related to the topic.
For example:

[[local:files/schematics|Schematics]]

where .../vimwiki/files/schematics is a folder on my system.

The link checking complains that the above link doesn't point to a valid file. While this is strictly true, why aren't links to folders OK? Clicking on the link opens Finder (und

Created by Bram Moolenaar

Released November 2, 1991

Repository
vim/vim
Website
www.vim.org/download.php
Wikipedia
Wikipedia

Related Topics

emacs
You can’t perform that action at this time.