Skip to content

Instantly share code, notes, and snippets.

*perforce.txt* A feature Rich Perforce SCM Integration for Vim.
Requires Vim 6.0
Last Change: 01-Sep-2006 @ 16:54
Since Version: 1.4
Revision: 1.3.0
Plugin Version: 4.1
Author: Hari Krishna Dara (hari_vim at yahoo dot com)
*perforce-introduction*
*perforce-plugin*
---
# - name: Add Composer PPA
# apt_repository: repo="ppa:duggan/composer" update_cache=yes
# - name: Install Composer
# apt: name=php5-composer state=present
# with_items:
# - php5-cli
- name: install composer
#- name: Run npm install
# command: npm install
# connection: local
# args:
# chdir: "{{ project.local_path }}/web/app/themes/sage"
#
#- name: Run bower install
# command: bower install
# connection: local
# args:
# vim:ft=ansible
# Documentation: https://roots.io/trellis/docs/local-development-setup/
wordpress_sites:
roots-example-project.com:
site_hosts:
- roots-example-project.dev
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
site_install: true
site_title: Example Site
admin_user: admin
let &runtimepath.=',$HOME/.vim'
set nocompatible "we want latest vim settings and options
so ~/.vim/plugins.vim
"so ~/.vim/indent/tcl.vim
"-------------General Settings--------------"
set directory+=$HOME
set directory+=$TEMP
#for debugging purposes use this command in the console
#array set test [parseB5evCsv "$::env(BHAB)/tests/fixtures/B5EV_TD_parameter_template_examplate.csv"]
proc validateB5evData {_parsedData sourceLibrary} {
#start validating if cells exist
# 1. first validate that top level cells exist for shit reg and corner cells
array set parsedData $_parsedData
#parray parsedData
puts "Loading BHAB Parser"
package require csv
package require struct::matrix
catch {
#doing a lot of reloading on the data matrix
#need to delete the data command before issuing the
#struct command again
rename data {}
}
let &runtimepath.=',$HOME/.vim'
set nocompatible "we want latest vim settings and options
so ~/.vim/plugins.vim
"-------------General Settings--------------"
set directory+=$HOME
set directory+=$TEMP
"let &runtimepath.=',$HOME/.vim'
set nocompatible "we want latest vim settings and options
so ~/.vim/plugins.vim
"-------------General Settings--------------"
set directory+=$HOME
set directory+=$TEMP
App.PostsController = Em.ArrayController.extend({
actions: {
create: function () {
// some validation logic here
return this.send('createPost');
},
save: function (model) {
// some validation logic here