mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
Compare commits
2 Commits
736b293f2d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f061eddb7c | ||
|
|
f5393cfee0 |
@@ -1,8 +1,4 @@
|
||||
This is my top-starred repository on Github, so I've decided to put this ad here:
|
||||
|
||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||
|
||||

|
||||
|
||||
A collection of language packs for Vim.
|
||||
|
||||
|
||||
@@ -9,16 +9,6 @@ if exists('b:did_ftplugin') || v:version < 700 || &compatible
|
||||
finish
|
||||
endif
|
||||
|
||||
if !has('patch-7.4.1142')
|
||||
" Include hyphens as keyword characters so that:
|
||||
" 1. a keyword appearing as part of a longer name doesn't get partially
|
||||
" highlighted.
|
||||
" 2. Goto local declaration works correctly (see `:h gd`)
|
||||
" 3. Tag navigation works correctly (see `:h i_CTRL-X_CTRL-]`)
|
||||
setlocal iskeyword+=-
|
||||
let b:undo_ftplugin .= ' iskeyword<'
|
||||
endif
|
||||
|
||||
" Have only kept the terraform versions of these options for backwards
|
||||
" compatibility.
|
||||
if get(g:, 'terraform_fold_sections', 0)
|
||||
|
||||
Reference in New Issue
Block a user