2016-11-05に日本の東京のmixi, Inc.で開催されたVimConf2016に参加してきました。
ujihisa.vimとそれに続く4回のVimConfのうち、今回はじめて発表者でなく一般客として参加しました。正確には当日スタッフとして受付を担当しました。今回はじめて参加費を払うことに成功しました。 (*1)
後述する受付的理由で、一部の発表は注意深く視聴する機会を逃した関係で、一部の発表にたいしてのみコメントします。
| @echo off | |
| rem Based on Todd Larason's 256color2.pl. | |
| rem Ported to Windows 10's Command Prompt. | |
| setlocal EnableDelayedExpansion | |
| rem display the colors | |
| rem first the system ones: | |
| echo System colors: |
| diff --git a/src/Makefile b/src/Makefile | |
| --- a/src/Makefile | |
| +++ b/src/Makefile | |
| @@ -1914,6 +1914,7 @@ | |
| test_erasebackword \ | |
| test_eval \ | |
| test_fixeol \ | |
| + test_getcwd \ | |
| test_increment \ | |
| test_insertcount \ |
| Splatoon ブキダメージ | |
| ブキ 攻撃力アップ(メイン) 攻撃力アップ(サブ) 防御力アップ ダメージ | |
| わかばシューター 0 0 0 28.0 / 56.0 / 84.0 / 112.0 | |
| わかばシューター 0 0 1 26.5 / 53.1 / 79.7 / 106.3 | |
| わかばシューター 0 0 2 25.4 / 50.8 / 76.2 / 101.6 | |
| わかばシューター 0 0 3 24.5 / 49.0 / 73.5 / 98.0 / 122.5 | |
| スプラシューター 0 0 0 36.0 / 72.0 / 108.0 | |
| スプラシューター 0 0 1 34.1 / 68.3 / 102.5 |
| switch(i%4): | |
| case 0: | |
| thinca | |
| case 1: | |
| kyubuns | |
| case 2: | |
| supermomonga | |
| case 3: | |
| aomoriringo |
Vim Advent Calendar 2012 の242日目の記事です。#昨日の記事はtyruさんで、明日の記事はsyuiさんの予定です。
今日は8月6日ですね。さて問題です。「2013年8月6日からVim Advent Calendar 2012とVim Advent Calendar 2013が並走開始する日まで何日か」をVim scriptで計算してください。
大前提として、Vim Advent Calendar 2013は2013年12月1日に確実に開始するものとします。また、Vim Advent Calendar 2012は、http://atnd.org/events/33746 にかかれているように
| メ __-─-,-- _ | |
| ,イ >:::::::::::< ヽ〟 | |
| ヽ─イ /,::::,::::::::\ >─r | |
| ヾ〟//:!:::ハ::::::|:!:ヽ ,丿 | |
| ソ r:リヤ ハ::::::ハ:ハ::|rヘ〟 | |
| Ⅲ:|:| V―ヘ::::/-ル゙|/ ハリ\ あらぶる | |
| !|:ハ:|,-=〟ヽ/,-=.ソハリ H Vim の | |
| !ヽriゾUソゾ "ハUソノ゙hNノソ ぽーず♡ | |
| |!ハヾヾ` `´ノlリ´ | |
| ノ:ノハ ハ 丶 クハ ____ |
| " moved to https://github.com/chikatoike/config/blob/master/.vimrc |
| #!/bin/sh | |
| if [ -z "$1" ]; then | |
| echo Usage: $0 {config-file} | |
| exit | |
| fi | |
| vim -N -u NONE -i NONE -V1 -e -s --cmd "source $1" --cmd NeoBundleInstall! --cmd qall! |