Commit Graph

322 Commits

Author SHA1 Message Date
Tim Pope 835fdedf5f fireplace.vim 1.0 2014-07-04 16:50:18 -04:00
Tim Pope e107b2ae17 Drop reference to old name 2014-07-04 16:32:52 -04:00
Tim Pope 1dc5129c0e Tweak description 2014-07-04 16:24:46 -04:00
Tim Pope 712205e66a Normalize headers 2014-07-04 16:06:43 -04:00
Tim Pope ffc41e86f3 Remove obsolete Maven reference 2014-07-04 15:38:00 -04:00
Tim Pope 37e3a474c5 Clarify plugin/fireplace/zip.vim 2014-07-04 15:04:44 -04:00
Tim Pope 1f36136346 Zip hack unnecessary on Vim 7.4 2014-07-03 14:49:18 -04:00
Tim Pope ea15c81773 Remove extracted compiler plugin 2014-07-03 14:45:11 -04:00
Tim Pope 25e18b5f82 Support gf on relative (load) paths
This doesn't do a file existence check because that's tricky with jar
files in the mix.  Instead, it's limited to strings, so a gf on a random
symbol doesn't send us flying.
2014-07-03 12:30:32 -04:00
Tim Pope a14328c1dc Allow disabling all maps 2014-07-03 12:28:23 -04:00
Tim Pope eae17cfb42 Drop 'includeexpr' entirely 2014-07-03 10:22:55 -04:00
Tim Pope 845b362a17 Find absolute path in 'includeexpr'
The gf map is still necessary because Vim doesn't accept zipfile paths
as valid.
2014-07-03 10:02:34 -04:00
Tim Pope a1eef3dda1 Rearrange 2014-07-03 09:52:28 -04:00
Tim Pope 0e42998a27 Provide :RunAllTests
Don't waste :RunTests! on this cleverness.
2014-07-02 19:20:11 -04:00
Tim Pope 9c78e32f4b Add plugin maps for go to file 2014-07-02 18:44:20 -04:00
Tim Pope fb6975bfdf Extract autocmd repetition to functions 2014-07-02 18:38:49 -04:00
Tim Pope 8defd6b17e Fix grammar: setup -> set_up 2014-07-02 18:33:23 -04:00
Tim Pope 26e467c2e7 Fix list of available protocols
Closes #165.
2014-07-01 09:19:32 -04:00
Tim Pope 6dbf627022 Make connect commands buffer local 2014-06-29 19:03:49 -04:00
Tim Pope 5ff2eeae1c Default to nrepl protocol 2014-06-29 18:54:07 -04:00
Tim Pope 94ff1464a4 Fix manual connection 2014-06-29 18:53:41 -04:00
Tim Pope f2b6a2101f Ignore errors on autorequire if namespace created
Closes #161.
2014-06-27 13:30:12 -04:00
Tim Pope b10259bcca Fix naming inconsistency 2014-06-27 11:17:13 -04:00
Tim Pope bfdd052fc7 Section header style change 2014-06-27 09:46:21 -04:00
Tim Pope c657faaf4e Remove transitional support 2014-06-27 09:45:00 -04:00
Tim Pope e4b975eaec Don't clobber K map
Closes #163.
2014-06-25 14:52:01 -04:00
Tim Pope 2cbaacf0d0 Fix bdecode of negative number
Closes #162.
2014-06-17 22:35:45 -04:00
Tim Pope 83a317c10b Merge pull request #160 from jgdavey/docs
Update documentation: keyword -> symbol
2014-06-11 15:09:02 -04:00
Joshua Davey e6c4b5547a Update documentation: keyword -> symbol 2014-06-11 10:41:10 -05:00
Tim Pope 049005dec7 Merge pull request #152 from jgdavey/brepl
Browser piggieback connection convenience
2014-06-10 17:56:43 -04:00
Bohr Shaw 88648b2578 Feed &cedit as a key properly - fix #62 2014-05-20 19:52:24 -04:00
Tim Pope 67078e0c34 Clarify projectionist requirement
Closes #153.
2014-05-19 19:26:13 -04:00
Joshua Davey 99d93ceba1 Browser piggieback connection convenience
When you provide a port number, you are implicitly saying you're
listening for a browser connection.
2014-05-14 08:57:31 -05:00
Tim Pope 29af4adc46 Kill :Apropos
This is broken for anything namespaced.  REPL-y's find-name is better,
but nonstandard.
2014-05-05 15:24:26 -04:00
Tim Pope ac88f17bb4 Move window logic into test capture 2014-05-05 01:31:36 -04:00
Tim Pope af14811869 Capture test run errors 2014-05-05 01:23:30 -04:00
Tim Pope 0b17709b56 Don't blow up on unrecognized session 2014-05-05 01:16:00 -04:00
Tim Pope fa7a19140b Allow sending custom id on eval 2014-05-05 00:59:35 -04:00
Tim Pope 6cea463c97 Set title on test quickfix window 2014-05-04 22:42:58 -04:00
Tim Pope fff348ccd0 Respect 'autowrite' in :Require and :RunTests 2014-05-04 18:09:56 -04:00
Tim Pope 020a10d06c Use info op for :Doc
This should enable ClojureScript support.
2014-05-01 22:26:53 -04:00
Tim Pope afb036203e Drop Leiningen and alternate support 2014-04-29 21:28:28 -04:00
Tim Pope 58896e23fa Fix cpp documentation
Closes #148.
2014-04-29 20:47:00 -04:00
Tim Pope 57c18b778a Promote leiningen.vim over classpath.vim
Classpath.vim as a clearinghouse for classpath detection is officially
deprecated, though the plugin may take on other responsibilities such as
stacktrace parsing.
2014-04-29 17:34:09 -04:00
Tim Pope 0bc928f0fc Automatic require :reload on :RunTests
Really, I just want an atomic way to perform these two operations.
:Require|RunTests seems like it would work, but it obliviously runs the
tests even if the require fails, plus copes poorly with the one-off
runner.
2014-04-28 23:06:21 -04:00
Tim Pope 062256b9fd Fix link 2014-04-28 15:58:35 -04:00
Tim Pope a2278afbdd Document soft dependency on cider-nrepl 2014-04-24 23:31:04 -04:00
Tim Pope 9eb5099ba1 Clarify ClojureScript support
Closes #147.
2014-04-24 02:13:00 -04:00
Tim Pope 12386dc0c2 Fix newlines in c!
Closes #146.
2014-04-23 23:16:02 -04:00
Tim Pope 05cbc742a1 Use classpath op if available
References #131.
2014-04-23 14:52:08 -04:00