Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d94219d521
2 changed files with 2 additions and 1 deletions
2
env
2
env
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
export SYS=`uname -s | tr A-Z a-z`
|
export SYS=`uname -s | tr A-Z a-z`
|
||||||
# Set this to a non-zero integer to see startup messages
|
# Set this to a non-zero integer to see startup messages
|
||||||
export NOISY=20
|
export NOISY=0
|
||||||
|
|
||||||
print_heading -l 1 'Initializing environment'
|
print_heading -l 1 'Initializing environment'
|
||||||
|
|
||||||
|
|
1
vim/ftdetect/markdown.vim
Normal file
1
vim/ftdetect/markdown.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufNewFile,BufRead *.md set ft=markdown
|
Loading…
Add table
Add a link
Reference in a new issue