From 6ed7c0f01db0c22171e40b23a8b86a7f43c3fd54 Mon Sep 17 00:00:00 2001 From: David Holland Date: Thu, 14 Feb 2019 18:09:06 +0100 Subject: [PATCH] Updated notes --- TODO.txt | 1 + platform_template.vim | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..0a41465 --- /dev/null +++ b/TODO.txt @@ -0,0 +1 @@ +You have to copy platform_template.vim to platform.vim and set your platform in it, so the appropriate settings can be adapted! diff --git a/platform_template.vim b/platform_template.vim index 8ff9d69..34037b1 100644 --- a/platform_template.vim +++ b/platform_template.vim @@ -1,2 +1,3 @@ -"Possible options: windows, windows_portable, linux, termux, linux_qt, arch +" Possible options: windows, windows_portable, linux, termux, linux_qt, arch +" Note that linux_qt and arch have not been implemented yet let g:platform = "windows_portable"