ソースを参照

fix(vimrc): ensure `vimrc` state runs

tags/v0.48.4
Imran Iqbal 5年前
コミット
a1ef7e57d9
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更8行の追加1行の削除
  1. +7
    -0
      users/files/vimrc/vimrc
  2. +1
    -1
      users/vimrc.sls

+ 7
- 0
users/files/vimrc/vimrc ファイルの表示

@@ -1,3 +1,9 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" File managed by Salt at <{{ source }}>.
" Your changes will be overwritten.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
{% raw -%}
" URL: http://vim.wikia.com/wiki/Example_vimrc
" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode
" Description: A minimal, but feature rich, example .vimrc. If you are a
@@ -158,3 +164,4 @@ nnoremap <C-L> :nohl<CR><C-L>


"------------------------------------------------------------
{%- endraw %}

+ 1
- 1
users/vimrc.sls ファイルの表示

@@ -1,6 +1,6 @@
{% from "users/map.jinja" import users with context %}

{% if users.use_vim_formula %}
{% if salt['pillar.get']('users-formula:use_vim_formula', False) %}

include:
- users

読み込み中…
キャンセル
保存