summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-07 18:45:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-07 18:45:01 -0700
commit9bc5e5c58900d309c14ba179b5f2bc9bc6466c3e (patch)
tree5dae4207731712b4f45c322c32f678491cfe8f95
parent221ccec4dfa6c4b7f86ccad5c74cd55c2a52fd18 (diff)
downloadtxr-9bc5e5c58900d309c14ba179b5f2bc9bc6466c3e.tar.gz
txr-9bc5e5c58900d309c14ba179b5f2bc9bc6466c3e.tar.bz2
txr-9bc5e5c58900d309c14ba179b5f2bc9bc6466c3e.zip
Don't refer to .txl in install instructions.
* genvim.txr: "INSTALL-HOWTO" comment still talks about .txl files, an experimental suffix we didn't go with. Now fixed to .tl.
-rw-r--r--genvim.txr6
1 files changed, 3 insertions, 3 deletions
diff --git a/genvim.txr b/genvim.txr
index c47b5f89..af484b1d 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -67,11 +67,11 @@ static void dir_tables_init(void)
" INSTALL-HOWTO:
"
" 1. Create the directory .vim/syntax in your home directory and
-" put the files txr.vim and txl.vim into this directory.
+" put the files txr.vim and tl.vim into this directory.
" 2. In your .vimrc, add this command to associate *.txr and *.tl
-" files with the txr and txl filetypes:
+" files with the txr and tl filetypes:
" :au BufRead,BufNewFile *.txr set filetype=txr | set lisp
-" :au BufRead,BufNewFile *.tl set filetype=txl | set lisp
+" :au BufRead,BufNewFile *.tl set filetype=tl | set lisp
"
" If you want syntax highlighting to be on automatically (for any language)
" you need to add ":syntax on" in your .vimrc also. But you knew that already!