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,628 public repositories matching this topic...

dhleong
dhleong commented Nov 23, 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]
adah1972
adah1972 commented Mar 25, 2020

The help document currently states:

XPM support						*w32-xpm-support*

GVim can be build on MS-Windows with support for XPM files.  |+xpm_w32|
See the Make_mvc.mak file for instructions, search for XPM.

To try out if XPM support works do this: >
	:help
	:exe 'sign define vimxpm icon=' . $VIMRUNTIME . '\\vim16x16.xpm'
	:exe 'sign place 1 line=1 name=vimxpm file=' . expand('
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
Jemi
Jemi commented Mar 18, 2020

Bringing up command-line with ':' and then typing a partial command followed by <tab> results in unhelpful behavior. The <tab> autocompletes to the first suggestion in the completion list, thus forcing the user to <tab>,<tab>,<tab>... until they get to the completion they want. This is usually almost as difficult as laboriously typing the command in the first place would have been. It could

vim-go
preslavmihaylov
preslavmihaylov commented Sep 9, 2019

Running :GoDoc makes my vim session block as it is not ran in the background. This might not be an issue for small codebases, where the blocking call is quick enough, but it causes frustration when using the command on larger codebases.

It would be great if :GoDoc runs in the background, without blocking my editor, similar to how the guru-related commands work (e.g. :GoReferrers)

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

dubst3pp4
dubst3pp4 commented Mar 31, 2020

Hello,
I've searched in the docs but could not find how to show which linter reports the error in the quickfix/location window?

In my projects I usually run different linters, but I want to see which error is coming from which linter, so it would be nice to have the name of the linter somehow prepended to the error, eg.:

nuxt.config.js|1 col 45 error| <jshint> Missing semicolon.

Is t

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

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

Vurich
Vurich commented Sep 21, 2019

Currently, although the individual commands can have documentation, the only information about the mode itself is relegated its name. Something really cool would be if instead of a static string, kakoune could allow the mode to specify a command to be called for its docstring. This would allow kak-lsp to print the results of lsp-code-actions or lsp-hover above the list of subcommands.

qutebrowser
FidelVe
FidelVe commented Nov 1, 2019

I created a simple responsive page for the tutorial at https://github.com/mattn/emmet-vim/blob/master/TUTORIAL.

I made it with a style resembling the https://emmet.io/ website in case @mattn might want to use it on that site. After finishing I found that there's already an official doc with a more in-depth explanation at https://docs.emmet.io/.

So, anyway here's the [repo](https://github.co

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.