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

themer
pbsds
pbsds commented Apr 27, 2020

I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!

I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent

Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr

alaiyeshi025
alaiyeshi025 commented Jul 11, 2019

如果使用gvim --remote-tab-silent首次打开MD文件时(此时gvim会注册servername "GVIM"),似乎BufEnter状态无法正确识别,因此s:init_command()和s:MkdpAU()都不能正常执行,只有使用givm --remote-tab-silent再打开任意一个文件后,才正常。

我把BufEnter改为BufRead,问题消失。

function! s:init() abort
if g:mkdp_command_for_global
au BufEnter * :call s:MkdpAU()
else
au BufEnter *.{md,mkd,markdown,mdown,mkdn,mdwn} :call s:MkdpAU()
endif
if g:mkdp_auto_star

ipwnponies
ipwnponies commented Nov 23, 2017
Issue type:
  • Bug report (documentation)
Version:
Vimperator:	3.16.0 (created: 2017/02/01 00:55:15)
Firefox:	Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0
Description:

The help documentation for hlsearch states the default is false:
![screen shot 2017-11-22 at 19 03 57](http

ambareeshsrja16
ambareeshsrja16 commented Mar 21, 2020

Lesson 7 Find a character, f and F, should mention that f finds character on the current line, and not the whole document.

For e.g.
fx jumps to the next x on the current line.

As a new user, I was confused as to why Vim was not finding all the characters in the document and was stopping abruptly.

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.