-
```
We should be able to distinguish and treat accordingly the following cases:
1. "foo\"bar", in C strings
2. \{foo\}, in LaTeX ; '\(foo\)' in VimL
In the first case, the backslash (or any other spe…
-
Hey!
Thanks for taking the time to write VimL!
However, is it me or is the SCSS syntax highlighting particularly slow for long files? Or in that sense, slow for any file, but particularly notice…
-
Internally we use a letter mark to record where we're currently adding text.
The user may change the position of this mark, which means the method is rather brittle and should be changed.
Is the…
-
Would it be possible to add an option so that l (c resp.) would not only toggle the list but switch focus to it on opening? I would love to patch this but my vimL is well, not good enough to understan…
-
Hi,
I randomly (not too often though, maybe once a day) get the following error:
```
Error executing luv callback:
...vim/site/pack/packer/opt/wilder.nvim/lua/wilder/shim.lua:10: E5560: vimL fun…
-
Vim lets you abbreviate commands (`autocmd` -> `au`) and options (`nonumber` -> `nonu`). This is typically considered poor form. Perhaps vim-lint should warn users when they use the shortened versions…
-
Ctrlp team:
I like ctrlp, it's one of the best plugin i have used. I'm trying to walk through the code recently. I got to say, there are too few comments, and i'm not a seasoned viml user. I was wond…
-
I feel like there was an issue on this topic but I can't find it...
Is there still talk of moving towards a faster (threaded) plugin manager with lazy loading?
Some good candidates would be: [Neobun…
-
**My testing minimal init.vim**
```lua
vim.cmd('set runtimepath+=~/.local/share/nvim/site/pack/packer/start/completion-nvim')
function compnvim.setup()
rg.use({
'nvim-lua/completion-nvi…
-
- [vim scripts @ IBM](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?site_id=1&contentarea_by=Linux&sort_by=Date&sort_order=1&start=1&end=4&topic_by=All%20topics%20and%20related%20produ…