-
I tried making use of the _Makefile_ I found in the archive, but no joy:
```bash
Davids-Air-2:vim-textobj-user-0.3.12 dbanas$ ls │
Makefile …
-
0curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out
处理 /Users/dazkarieh/.vimrc 时发生错误:
第 109 行:
E117: Unknown function: plug#begin
第 111 行:
E492: 不是编辑器的命令: P…
-
ubuntu18.1,sudo install.sh 的,不加sudo编译过也没有用,且还没有权限,如何解决
处理 /home/tree/.vimrc 时发生错误:
第 109 行:
E117: 未定义的函数: plug#begin
第 111 行:
E492: 不是编辑器的命令: Plug 'chxuan/cpp-mode'
第 112 行:
E492: 不是编辑器的命令…
-
Hi. I like the concept of this plugin, but it haven't been able to get it to work straight out. I added the plugin, along with the dependency of textobj-user. I have NOT installed *parso*, but the REA…
-
chenxi@chenxi-virtual-machine:~$ vim a.c
处理 /home/chenxi/.vimrc 时发生错误:
第 109 行:
E117: 未定义的函数: plug#begin
第 111 行:
E492: 不是编辑器的命令: Plug 'chxuan/cpp-mode'
第 112 行:
E492: 不是编辑器的命令: Plug 'chxuan…
-
Vim2hs is a bit of a kitchen sink that I've been using for experimenting with Haskell in Vim, and that I've thus intentionally avoided announcing officially anywhere.
I want to extract the good parts…
-
Chinese and Japanese, unlike English which relies on spaces for separation, use distinct punctuation marks such as full stops (。), exclamation marks (!), and question marks (?) to denote the end of se…
-
处理 /home/pd/.vimrc 时发生错误:
第 109 行:
E117: 未定义的函数: plug#begin
第 111 行:
E492: 不是编辑器的命令: Plug 'chxuan/cpp-mode'
第 112 行:
E492: 不是编辑器的命令: Plug 'chxuan/vim-edit'
第 113 行:
E492: 不是编辑器的命令: Plug 'c…
-
### QUESTION / FEATURE REQUEST:
I recently have come upon an obscure problem. I'm moving all of my dotfiles into a git repo and I manage my vim plugins with vundle.
When my vim plugins into my…
-
I would like to have a `\langle ... \rangle` surround for use in latex.
Hence I have defined:
```
let g:operator#surround#blocks = {
\ '-' : [
\ {'block': ['\langle', '\rangle'], 'motionwise': ['ch…