Commit graph

  • d603c6166b
    Match nim type on single chars as well master Joey Yakimowich-Payne 2022-12-21 07:34:25 -07:00
  • 59ef315245 Add nimRawString Joey Yakimowich-Payne 2021-09-22 15:03:14 -06:00
  • 8ec157091d Fix triple strings in pragmas Joey Yakimowich-Payne 2021-09-22 14:58:59 -06:00
  • 90a5ca3b1d Add double hash comment Joey Yakimowich-Payne 2021-07-15 15:57:14 -06:00
  • f4e8d827ad Add more conditionals Joey Yakimowich-Payne 2021-07-15 11:00:12 -06:00
  • 42ed5af80d Move when to conditional Joey Yakimowich-Payne 2021-06-20 14:39:24 -06:00
  • d7bf641592 Add more keywords Joey Yakimowich-Payne 2021-06-20 14:37:40 -06:00
  • e32dbc3022 Fix pragma order Joey Yakimowich-Payne 2021-06-20 14:34:30 -06:00
  • 65a8caac8f Add type, pragma, additional keywords Joey Yakimowich-Payne 2021-06-20 14:28:11 -06:00
  • 7a8737a453 vint: Use single quotes Yasuhiro Matsumoto 2020-10-16 11:25:38 +09:00
  • 74ed699e82 vint: Use v:version Yasuhiro Matsumoto 2020-10-16 11:25:11 +09:00
  • 711af55cb5 vint: Use get(l:, 'py_res', '') Yasuhiro Matsumoto 2020-10-16 11:24:43 +09:00
  • dc109e5a20 vint: Use ==# Yasuhiro Matsumoto 2020-10-16 11:23:53 +09:00
  • e88782bda7 vint: setloclist() is not a command or function Yasuhiro Matsumoto 2020-10-16 11:23:00 +09:00
  • cdccc96c56 vint: Use abort attributes Yasuhiro Matsumoto 2020-10-16 11:22:33 +09:00
  • 7cead42bb1 vint: Use =~# Yasuhiro Matsumoto 2020-10-16 11:20:36 +09:00
  • 5cff46c7d5 vint: Use v:version Yasuhiro Matsumoto 2020-10-16 11:19:22 +09:00
  • d37b228985 vint: Use single quotes. Yasuhiro Matsumoto 2020-10-16 11:18:49 +09:00
  • 413244f3c3 Use pyx or pyxfile Yasuhiro Matsumoto 2020-10-16 11:10:05 +09:00
  • 88f5e708a7 Added the "let" keyword silvetie 2019-03-02 22:53:41 +09:00
  • 21731384b8 Remove quickrun settings erw7 2018-02-03 17:39:47 +09:00
  • f16af986a8 Regain compatibility with the latest syntastic release Zahary Karadjov 2018-12-16 22:34:12 +02:00
  • 358e2e0130 Added func as a function keyword nepeckman 2018-10-31 18:17:06 -04:00
  • f5473ff98b Fixed json parsing: true/false undefined Yuriy Glukhov 2018-12-12 12:23:20 +02:00
  • b0c4c6c731 Enable folding Yuriy Glukhov 2018-09-19 17:11:23 +03:00
  • 7d1211cc15 nimble file support Yuriy Glukhov 2018-08-16 18:09:37 +03:00
  • 089ea2ca19 Replace usage of reserved async keyword Siddhant Goel 2018-08-09 08:47:51 +02:00
  • d1c7e21661
    Merge pull request #88 from magnostherobot/mtr/nopythonexit zah 2018-08-03 18:17:15 +03:00
  • 1da465eedf Check for python support before queuing autocmd Tom Harley 2018-07-31 16:37:35 +01:00
  • 704dd5d63c
    Merge pull request #86 from magnostherobot/mtr/listfullpaths zah 2018-05-20 21:34:26 +03:00
  • dfe55309a4 Include --listfullpaths in makeprg Tom Harley 2018-05-20 16:57:12 +01:00
  • bdc19809d2
    Merge pull request #84 from erw7/fix-numerical-syntax2 zah 2018-02-27 18:13:04 +02:00
  • e3806c600c Fix numerical syntax erw7 2018-02-17 16:10:55 +09:00
  • 88b1a88667
    Merge pull request #81 from erw7/improve-numrical-syntax zah 2018-02-10 12:42:51 +02:00
  • 124697270e
    Merge pull request #82 from erw7/fix-completion zah 2018-02-10 12:19:04 +02:00
  • 28c74af3a2 Fix completion erw7 2018-01-31 20:30:32 +09:00
  • c6c230b6fc Change regular expression to more readable erw7 2018-02-10 11:47:33 +09:00
  • f1d99dd8bd
    Merge pull request #80 from erw7/fix-numerical-syntax zah 2018-02-06 15:11:02 +02:00
  • 43de5bb9a1 Fix numerical syntax erw7 2018-02-02 16:25:54 +09:00
  • 8167c50bd4 Add vtref and vtptr as keyworkds Zahary Karadjov 2017-11-29 17:35:56 +02:00
  • ae63bd2121
    Merge pull request #72 from timakro/master zah 2017-10-31 16:21:27 +02:00
  • 46b74a4c75
    No error when missing python, main features work Tim Schumacher 2017-10-30 20:11:33 +01:00
  • cf2464f819 Merge pull request #68 from unclechu/patch-3 zah 2017-10-08 22:43:04 +03:00
  • 921b6996cc Merge pull request #70 from unclechu/patch-5 zah 2017-10-07 21:02:19 +03:00
  • 08815fe8e1 Merge branch 'master' into patch-3 zah 2017-10-07 21:01:50 +03:00
  • c297467dde Merge pull request #69 from unclechu/patch-4 zah 2017-10-07 21:00:30 +03:00
  • 1b094305a9 added keywords chr and varargs Viacheslav Lotsmanov 2017-10-07 22:16:49 +05:00
  • df3c0ad89e more lower-case builtin keywords Viacheslav Lotsmanov 2017-10-07 22:08:41 +05:00
  • 01f1f1e9ee added echo keyword Viacheslav Lotsmanov 2017-10-07 21:51:48 +05:00
  • 3569f68bc9 Merge pull request #67 from unclechu/patch-2 zah 2017-10-07 15:53:04 +03:00
  • 3db9fd6077 Merge pull request #66 from unclechu/patch-1 zah 2017-10-07 15:52:33 +03:00
  • 22acd370fa added void type keyword Viacheslav Lotsmanov 2017-10-07 13:16:38 +05:00
  • bb4f890a15 added writeLine keyword Viacheslav Lotsmanov 2017-10-07 03:28:37 +05:00
  • b531222c20 Merge pull request #65 from nve3pd/master zah 2017-10-02 17:13:45 +03:00
  • 2b841ff6f2 corresponded to python3 nve3pd 2017-09-28 21:30:32 +09:00
  • 1415361e3a Merge pull request #64 from superfunc/master zah 2017-07-25 19:18:44 +03:00
  • 43c802b360 Fix markdown formatting superfunc 2017-07-23 09:05:18 -07:00
  • dcf25798f4 merge various improvements from https://github.com/Angluca Zahary Karadjov 2016-05-19 19:50:46 +03:00
  • 7adbb71442 Merge pull request #50 from rogercloud/master zah 2016-05-19 19:40:20 +03:00
  • 10018be367 remove some obsolete system procs Zahary Karadjov 2016-05-19 19:39:06 +03:00
  • bb7ee4d969 Merge pull request #46 from Perelandric/writeln_to_writeLine zah 2016-05-19 19:36:59 +03:00
  • d72da053ce Merge pull request #42 from rhysd/highlight-result zah 2016-05-19 19:36:21 +03:00
  • 711facd988 Merge pull request #31 from miyakogi/support_neocomplete zah 2016-05-19 19:35:31 +03:00
  • 55eaae0bb0 add a license Zahary Karadjov 2016-05-19 19:32:27 +03:00
  • 1f62902041 proper indentation for concept definitions Zahary Karadjov 2016-05-19 19:27:38 +03:00
  • 01b2ac58df Merge pull request #47 from FedericoCeratto/patch-2 zah 2016-05-19 19:24:05 +03:00
  • d5c75dd6ff Merge pull request #53 from Tyler-Anderson/patch-1 zah 2016-05-19 19:23:24 +03:00
  • 3f73ac346b Merge pull request #54 from def-/master zah 2016-05-19 19:22:27 +03:00
  • 91673015d4 Update keywords and add new comment syntax def 2016-01-29 00:09:15 +01:00
  • 5edd68793a changing nimrod to nim Tyler Anderson 2015-12-27 23:55:28 -08:00
  • 89f0a10aa3 add windows support when creating nim-log.txt Roger Shi 2015-08-24 15:50:07 +08:00
  • 2edab5cbc4 Update Nim name and website Federico Ceratto 2015-07-04 22:11:46 +01:00
  • 36fbc8a251 Highlights new names from recent renamings patrick dw 2015-06-20 12:12:14 -05:00
  • db7f06b431 Add highlight for special variable 'result' rhysd 2015-05-23 17:52:11 +09:00
  • 597cca20eb Force the Nim compiler to output full paths Zahary Karadjov 2015-05-10 21:01:09 +03:00
  • 45b0bf9c1b Add default configuration for neocomplete miyakogi 2015-01-24 16:42:25 +09:00
  • cb6d4e34eb Merge pull request #27 from Normangorman/range_highlighting_fix zah 2015-01-03 14:40:57 +02:00
  • 14a9a9d3d8 modify number matching regex to fix issue #26 Benjamin Gorman 2015-01-02 03:19:50 +00:00
  • 05fdf7eac6 some final Nimrod to Nim renames Zahary Karadjov 2014-09-04 22:53:02 +03:00
  • 6b9264fb84 Merge branch 'master' of github.com:zah/nimrod.vim Zahary Karadjov 2014-09-04 22:47:57 +03:00
  • 8d2db427b4 more renames Zahary Karadjov 2014-09-04 22:47:42 +03:00
  • eecfe9b81f Rename Nimrod to Nim Zahary Karadjov 2014-09-04 22:44:36 +03:00
  • c1e0659fff Merge pull request #24 from gradha/pr_adds_missing_exceptions zah 2014-08-06 12:27:26 +03:00
  • b71a49f219 Adds missing exceptions for highlighting. Grzegorz Adam Hankiewicz 2014-08-05 18:32:23 +02:00
  • aa586b5397 Merge pull request #18 from gradha/pr_silences_babel_paths_during_checks zah 2014-03-08 13:41:26 +02:00
  • e27dd52829 move expandtab to the ftplugin for more consistency Zahary Karadjov 2014-03-06 11:35:47 +02:00
  • a66891c72e Merge pull request #21 from flaviut/master zah 2014-03-06 11:31:22 +02:00
  • 27609d4d10 Merge pull request #20 from flaviut/master zah 2014-03-06 11:29:20 +02:00
  • 02b735ae7c Make tabs automaticly turn into spaces flaviut 2014-03-05 17:56:54 -05:00
  • b952e2bc23 Reccomend Synastic flaviut 2014-03-05 17:51:38 -05:00
  • 65a29ec92b Merge pull request #19 from flaviut/master zah 2014-03-04 01:23:05 +02:00
  • ab0b173d0b Make readme more consistant flaviut 2014-03-03 17:12:57 -05:00
  • bdcff60d77 Added Vundle installation instructions flaviut 2014-03-03 17:09:25 -05:00
  • 6de870a10a Disables hints for check command. Grzegorz Adam Hankiewicz 2013-12-10 11:09:14 +01:00
  • f6bd6cfd25 basic QuickRun support; implements #6 Zahary Karadjov 2013-12-10 01:36:15 +02:00
  • d2f05bc1a6 fixes #17 Zahary Karadjov 2013-12-09 23:45:56 +02:00
  • f947b48cda more auto-indenting improvements Zahary Karadjov 2013-08-25 14:47:26 +03:00
  • bebdd7bb99 various auto-indenting improvements; fixes #10 Zahary Karadjov 2013-08-24 17:30:22 +03:00
  • 3d9f5fac08 re-integrate with the latest version of syntastic Zahary Karadjov 2013-05-06 00:51:03 +03:00
  • 1b3ba4a4b9 Merge pull request #16 from DAddYE/patch-2 zah 2013-07-30 09:01:34 -07:00