From c61040c018b1353efeb5fdc81588e34d3eb0b711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Fri, 4 Jul 2014 15:46:21 +0200 Subject: [PATCH] Added comment about windows support to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4d1e4c8..0fc6ec4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ is to combine vim-latex with the strength of other plugins. I personally recommend [UltiSnips](https://github.com/SirVer/ultisnips) for snippets and [neocomplete](https://github.com/Shougo/neocomplete.vim) for completion. +Note, however, that I do not fully support windows at the current time. That +is, the latexmk functionality will most probably not work. The reason for this +is that I do not personally use windows, which makes it difficult to test. +With some assistance I might consider adding support for windows at a later +time. + Read the documentation for a more thorough introduction. ## Installation